.buysense-offers {
  width: 100%;
  margin: 0;
}

.buysense-offers__title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.buysense-offers__list {
  display: grid;
  gap: 10px;
}

.buysense-offer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 76px;
  padding: 13px 15px;
  border: 1px solid rgba(17, 24, 39, .10);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, .025);
}

.buysense-offer-card.is-best {
  border-color: rgba(17, 24, 39, .20);
}

.buysense-offer-card__store {
  min-width: 0;
}

.buysense-offer-card__brand-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 12px;
  min-width: 0;
}

.buysense-offer-card__logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 116px;
  height: 34px;
  flex: 0 0 116px;
}

.buysense-offer-card__logo {
  display: block;
  max-width: 116px;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.buysense-offer-card__store-name {
  font-size: .98rem;
  line-height: 1.25;
  font-weight: 650;
}

.buysense-offer-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, .055);
  color: rgba(17, 24, 39, .78);
  font-size: .72rem;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}

.buysense-offer-card__updated {
  display: block;
  margin-top: 5px;
  color: rgba(17, 24, 39, .52);
  font-size: .74rem;
  line-height: 1.35;
}

.buysense-offer-card__action {
  min-width: 142px;
  text-align: right;
}

.buysense-offer-card__price {
  color: #111827;
  font-size: 1.23rem;
  line-height: 1.15;
  font-weight: 720;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.buysense-offer-card__price-note {
  margin-top: 3px;
  color: rgba(17, 24, 39, .52);
  font-size: .73rem;
  line-height: 1.25;
  white-space: nowrap;
}

.buysense-offer-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 7px;
  color: inherit;
  font-size: .82rem;
  line-height: 1.2;
  font-weight: 650;
  text-decoration: none;
}

.buysense-offer-card__cta:hover,
.buysense-offer-card__cta:focus {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .buysense-offer-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px;
  }

  .buysense-offer-card__logo-box {
    width: 94px;
    height: 30px;
    flex-basis: 94px;
  }

  .buysense-offer-card__logo {
    max-width: 94px;
    max-height: 30px;
  }

  .buysense-offer-card__action {
    min-width: 112px;
  }

  .buysense-offer-card__price {
    font-size: 1.08rem;
  }

  .buysense-offer-card__badge {
    order: 3;
  }
}

/* Compact best-offer block for Woodmart / Gutenberg product loop cards. */
.buysense-loop-offer {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 0;
  color: #111827;
}

.buysense-loop-offer__price-wrap {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.buysense-loop-offer__price {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 720;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.buysense-loop-offer__label {
  display: block;
  color: rgba(17, 24, 39, .50);
  font-size: .68rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.buysense-loop-offer__merchant {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 78px;
  height: 30px;
}

.buysense-loop-offer__logo {
  display: block;
  max-width: 78px;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: right center;
}

.buysense-loop-offer__store-name {
  max-width: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(17, 24, 39, .66);
  font-size: .70rem;
  line-height: 1.15;
  font-weight: 650;
  text-align: right;
}

@media (max-width: 480px) {
  .buysense-loop-offer {
    gap: 8px;
  }

  .buysense-loop-offer__merchant {
    width: 64px;
    height: 27px;
  }

  .buysense-loop-offer__logo {
    max-width: 64px;
    max-height: 25px;
  }

  .buysense-loop-offer__price {
    font-size: .94rem;
  }
}
