.ttp-dual {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
  align-items: baseline;
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.5;
}

.ttp-dual[data-theme='brand'] { 
  color: #1C1F24; 
}

.ttp-dual[data-theme='brand'] strong { 
  color: #C9A227; 
}

.ttp-dual .ttp-cash,
.ttp-dual .ttp-credit {
  display: inline-flex;
  align-items: baseline;
  gap: 0.3em;
}

.ttp-old {
  display: block;
  margin-bottom: 0.25em;
  text-decoration: line-through;
  color: #777;
  font-size: 0.9em;
}

.ttp-off {
  color: #999;
  font-size: 0.9em;
}

/* Flatsome theme compatibility */
.product-info .ttp-dual {
  margin: 1em 0;
}

.product-small .ttp-dual {
  font-size: 0.9em;
}

/* Shop/Archive pages */
.products .ttp-dual {
  font-size: 0.95em;
}

/* Single product page */
.product-main .ttp-dual strong {
  font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 549px) {
  .ttp-dual {
    flex-direction: column;
    gap: 0.2em;
    align-items: flex-start;
  }
  
  .ttp-dual .ttp-cash::after {
    content: '';
  }
}
