.wc-fbt-section {
  margin: 30px auto;
  padding: 32px 20px;
  border-top: 1px solid #d5d9d9;
  border-bottom: 1px solid #d5d9d9;
  font-family: 'Amazon Ember', 'Helvetica Neue', Arial, sans-serif;
  max-width: 1440px;
}

.wc-fbt-title {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.wc-fbt-form {
  border-radius: 4px;
  padding: 16px;
}

.wc-fbt-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: center;
}

.wc-fbt-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr auto);
  align-items: stretch;
  gap: 12px;
}

.wc-fbt-plus {
  align-self: center;
  font-size: 28px;
  color: #565959;
}

.wc-fbt-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  min-width: 200px;
  cursor: pointer;
}

.wc-fbt-card-header {
  display: flex;
  justify-content: flex-end;
}

.wc-fbt-image {
  text-align: center;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebeaea;
  border-radius: 12px;
}

.wc-fbt-image img {
  max-height: 160px;
  object-fit: contain;
}

.wc-fbt-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wc-fbt-name {
  margin: 0;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.35;
}

.wc-fbt-name a {
  color: #007185 !important;
  text-decoration: none;
}

.wc-fbt-name a:hover {
  color: #007185 !important;
  text-decoration: underline;
}

.wc-fbt-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wc-fbt-rating .star-rating {
  margin: 0;
  height: 18px;
}

.wc-fbt-rating-count {
  color: #007185 !important;
  font-size: 14px !important;
}

.wc-fbt-price {
  font-weight: 900;
  color: #0f1111;
  font-size: 18px !important;
}

.wc-fbt-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 12px;
  min-width: 240px;
}

.wc-fbt-total {
  font-size: 15px;
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #0f1111;
}

.wc-fbt-total-amount {
  font-size: 20px;
  font-weight: 700;
}

.wc-fbt-button.button {
  background-color: #ffd814;
  color: #111;
  border: 1px solid #fcd200;
  padding: 10px 18px;
  border-radius: 20px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.15);
}

.wc-fbt-button.button:hover {
  background-color: #f7ca00;
  color: #111;
}

@media (max-width: 900px) {
  .wc-fbt-layout {
    grid-template-columns: 1fr;
  }

  .wc-fbt-items {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
    justify-items: center;
  }
}
