/* DOCHIFOOD PUBLIC V5.0.4 — QUOTE ONLY IN YOURS */

/* Trang Của bạn chỉ còn một lựa chọn báo giá */
.v5-yours-tabs,
.v5-yours-tabs.v5-yours-tabs-single {
  grid-template-columns: minmax(0, 1fr) !important;
}

.v5-yours-tabs [data-yours="favorites"],
.v5-round-action[data-action="favorite"],
.v5-detail-favorite {
  display: none !important;
}

.v5-yours-tabs [data-yours="quotes"] {
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 18px !important;
  border-color: var(--green) !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
}

.v5-yours-tabs [data-yours="quotes"] b {
  min-width: 28px !important;
  height: 28px !important;
}

/* Chi tiết sản phẩm: chia sẻ link riêng + yêu cầu báo giá */
.v5-detail-actions {
  grid-template-columns: minmax(112px, .72fr) minmax(0, 1.45fr) !important;
}

.v5-detail-actions .v5-detail-share {
  display: flex !important;
  min-width: 0 !important;
}

.v5-detail-actions .v5-detail-quote {
  width: 100% !important;
  max-width: 720px !important;
  justify-self: center !important;
  background: var(--green) !important;
}

/* CTA cuối trang rõ nghĩa hơn và không bị tràn chữ */
.v5-quote-bar button {
  padding-inline: 14px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

@media (min-width: 760px) {
  .v5-yours-tabs.v5-yours-tabs-single {
    max-width: 720px !important;
    margin-inline: auto !important;
  }

  .v5-detail-actions {
    grid-template-columns: minmax(180px, 260px) minmax(300px, 520px) !important;
    justify-content: center !important;
  }

  .v5-quote-bar button {
    font-size: 16px !important;
  }
}
