.tfgg-portal {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tfgg-portal [hidden] {
  display: none !important;
}

.tfgg-portal.is-dashboard {
  max-width: none;
}

.tfgg-portal__title {
  margin: 0;
  font-size: 24px;
}

.tfgg-portal__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tfgg-portal__title-row .tfgg-portal__title {
  margin: 0;
}

.tfgg-portal__section {
  margin-top: 8px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tfgg-portal-booking .tfgg-portal__section {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.tfgg-portal-packages .tfgg-portal__section {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.tfgg-portal__health {
  display: flex;
  gap: 16px;
  font-size: 13px;
}

.tfgg-portal__health-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tfgg-portal__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9c9c9;
  display: inline-block;
}

.tfgg-portal__dot.is-ok {
  background: #2e8b57;
}

.tfgg-portal__dot.is-bad {
  background: #b52323;
}

.tfgg-portal__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tfgg-portal__form .tfgg-portal__row:last-of-type {
  margin-bottom: 16px;
}

.tfgg-portal__label {
  font-weight: 600;
  font-size: 14px;
}

.tfgg-portal__input {
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 14px;
}

select.tfgg-portal__input {
  height: 46px;
}

.tfgg-portal__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.tfgg-portal__button {
  padding: 10px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #000;
}

.tfgg-portal__button.is-loading {
  position: relative;
  padding-right: 36px;
  pointer-events: none;
}

.tfgg-portal__button.is-loading::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid #999;
  border-top-color: transparent;
  border-radius: 50%;
  animation: tfgg-portal-spin 0.8s linear infinite;
}

.tfgg-portal__button:disabled {
  opacity: 0.7;
  cursor: default;
}

@keyframes tfgg-portal-spin {
  to {
    transform: rotate(360deg);
  }
}

.tfgg-portal__link {
  border: 0;
  background: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.tfgg-portal__link.is-loading {
  position: relative;
  padding-right: 18px;
  opacity: 0.7;
  pointer-events: none;
}

.tfgg-portal__link.is-loading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border: 2px solid #999;
  border-top-color: transparent;
  border-radius: 50%;
  animation: tfgg-portal-spin 0.8s linear infinite;
}

.tfgg-portal__status {
  font-size: 14px;
}

.tfgg-portal__status.is-error {
  color: #b52323;
}

.tfgg-portal__booking-status {
  margin: 12px 0;
}

.tfgg-portal__booking-policy {
  border: 2px solid #d0a11f;
  border-radius: 6px;
  background: #fff8e6;
  color: #2c2c2c;
  padding: 12px 14px;
  margin: 8px 0 12px;
}

.tfgg-portal__booking-policy-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.tfgg-portal__booking-policy p {
  margin: 0 0 8px;
  line-height: 1.4;
}

.tfgg-portal__booking-policy p:last-child {
  margin-bottom: 0;
}

.tfgg-portal__booking-policy--warning {
  border-color: #d0a11f;
  background: #fff8e6;
}

.tfgg-portal__booking-policy--neutral {
  border-color: #2f6f44;
  background: #edf8f0;
}

.tfgg-portal__booking-status.is-active {
  display: block;
}

.tfgg-portal__booking-status.is-error {
  background: #fbeaea;
  border: 1px solid #b52323;
  border-radius: 4px;
  margin: 0 0 12px;
  padding: 8px 10px;
}

.tfgg-portal__cart [data-cart-status].is-error,
.tfgg-portal__checkout [data-cart-checkout-status].is-error {
  background: #fbeaea;
  border: 1px solid #b52323;
  border-radius: 4px;
  margin: 0 0 12px;
  padding: 8px 10px;
}

.tfgg-portal__session {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
}

.tfgg-portal__dashboard {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tfgg-portal__dashboard--full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.tfgg-portal__booking-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.tfgg-portal__booking-header h4 {
  margin: 0;
}

.tfgg-portal__booking-row {
  max-width: 520px;
}

.tfgg-portal__booking-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.tfgg-portal__booking-controls .tfgg-portal__input {
  flex: 1 1 220px;
}

.tfgg-portal__booking-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 16px;
  flex: 1 1 420px;
}

.tfgg-portal__booking-cards--three {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.tfgg-portal__card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px;
  background: #fff;
}

.tfgg-portal__card--full {
  width: 100%;
}

.tfgg-portal__card h4 {
  margin: 0 0 8px;
}

.tfgg-portal__detail-row {
  font-size: 13px;
  color: #333;
  margin: 0 0 6px;
}

.tfgg-portal__detail-row:last-child {
  margin-bottom: 0;
}

.tfgg-portal__card[data-store-card="hours"] .tfgg-portal__detail-row {
  margin-bottom: 0;
  line-height: 1.2;
}

.tfgg-portal__card[data-store-card="hours"] .tfgg-portal__detail-row.is-today {
  color: #eb5b25;
  font-weight: 700;
}

.tfgg-portal__equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.tfgg-portal__equipment-grid[data-package-grid] {
  display: block;
  margin-top: 0;
}

.tfgg-portal__package-group {
  margin-top: 24px;
}

.tfgg-portal__package-group:first-child {
  margin-top: 0;
}

.tfgg-portal__package-category {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1b2a3a;
}

.tfgg-portal__equipment-card {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tfgg-portal__equipment-card.is-selected {
  border-color: #f28c28;
  box-shadow: 0 0 0 2px rgba(242, 140, 40, 0.2);
}

.tfgg-portal__equipment-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tfgg-portal__equipment-image {
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 120px;
  min-width: 110px;
}

.tfgg-portal__equipment-image img {
  width: 110px;
  height: 120px;
  object-fit: contain;
}

.tfgg-portal__equipment-title {
  font-weight: 700;
  font-size: 14px;
  color: #1b2a3a;
}

.tfgg-portal__equipment-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tfgg-portal__equipment-package-note {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f5133;
  background: #e9f6ee;
  border: 1px solid #78b38f;
  border-radius: 999px;
  padding: 3px 8px;
}

.tfgg-portal__equipment-meta {
  font-size: 12px;
  color: #4a4a4a;
  line-height: 1.2;
}

.tfgg-portal__package-usage {
  color: #eb5b25;
}

.tfgg-portal__package-savings {
  font-size: 12px;
  color: #e1062c;
  font-weight: 700;
  line-height: 1.2;
}

.tfgg-portal__package-promo {
  font-size: 12px;
  font-weight: 700;
  color: #b00020;
  line-height: 1.3;
}

.tfgg-portal__package-sale-card {
  position: relative;
}

.tfgg-portal__package-sale-card .tfgg-portal__package-title {
  padding-right: 76px;
}

.tfgg-portal__package-promo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #e1062c;
  color: #fff;
  border: 1px solid #e1062c;
}

.tfgg-portal__equipment-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.tfgg-portal__package-sale-card .tfgg-portal__equipment-footer {
  align-items: center;
  margin-top: auto;
}

.tfgg-portal__package-actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.tfgg-portal__input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tfgg-portal__input-group .tfgg-portal__label {
  font-size: 12px;
  margin-bottom: 0;
}

.tfgg-portal__package-add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tfgg-portal__package-add-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.tfgg-portal__modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

body.tfgg-portal-modal-open {
  overflow: hidden;
}

.tfgg-portal__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.tfgg-portal__modal-panel {
  position: relative;
  background: #fff;
  max-width: 640px;
  margin: 0;
  padding: 20px 22px;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  overscroll-behavior: contain;
}

.tfgg-portal__modal-title {
  margin: 0 0 12px;
  font-size: 18px;
}

.tfgg-portal__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid #eb5b25;
  background: #eb5b25;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.tfgg-portal__modal-close:hover:not(:disabled) {
  border-color: #f06a38;
  background: #f06a38;
}

.tfgg-portal__modal-content {
  margin-top: 40px;
  max-height: calc(80vh - 110px);
  overflow-y: auto;
  padding-right: 6px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.tfgg-portal__modal-list {
  margin: 0;
  padding-left: 18px;
}

.tfgg-portal__modal-grid {
  display: grid;
  gap: 16px;
}

.tfgg-portal__modal-card {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}

.tfgg-portal__modal-card-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.tfgg-portal__modal-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 10px;
  background: #fff;
}

.tfgg-portal__modal-card-image img {
  width: 110px;
  height: 120px;
  object-fit: contain;
}

.tfgg-portal__modal-card-meta {
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
}

.tfgg-portal__equipment-meta-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tfgg-portal__equipment-actions {
  display: flex;
  justify-content: flex-end;
}

.tfgg-portal__calendar {
  margin-top: 8px;
}

.tfgg-portal__times {
  margin-top: 14px;
}

.tfgg-portal__time-label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.tfgg-portal__calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tfgg-portal__calendar-title {
  font-weight: 700;
}

.tfgg-portal__calendar-nav {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
}

.tfgg-portal__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(36px, 1fr));
  gap: 6px;
}

.tfgg-portal__calendar-day-label {
  font-size: 12px;
  color: #555;
  text-align: center;
}

.tfgg-portal__calendar-day {
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}

.tfgg-portal__calendar-day.is-empty {
  border: none;
  background: transparent;
  cursor: default;
}

.tfgg-portal__calendar-day.is-disabled {
  color: #999;
  background: #f7f7f7;
  border-color: #eee;
  cursor: not-allowed;
}

.tfgg-portal__calendar-day.is-today {
  border-color: #1d5f9a;
  color: #1d5f9a;
  font-weight: 700;
}

.tfgg-portal__calendar-day.is-selected {
  border-color: #f28c28;
  color: #f28c28;
  font-weight: 700;
}

@media (max-width: 640px) {
  .tfgg-portal__calendar-grid {
    grid-template-columns: repeat(7, minmax(28px, 1fr));
  }

  .tfgg-portal__calendar-day {
    padding: 6px 0;
    font-size: 12px;
  }
}

.tfgg-portal__section--confirm {
  display: none;
}

.tfgg-portal.is-confirmation .tfgg-portal__section--store,
.tfgg-portal.is-confirmation .tfgg-portal__section--calendar,
.tfgg-portal.is-confirmation .tfgg-portal__section--equipment {
  display: none;
}

.tfgg-portal.is-confirmation .tfgg-portal__section--confirm {
  display: block;
}

.tfgg-portal__confirmation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 16px;
  align-items: start;
}

.tfgg-portal__confirmation-grid .tfgg-portal__card {
  height: 100%;
}

.tfgg-portal__confirmation-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 900px) {
  .tfgg-portal__confirmation-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 640px) {
  .tfgg-portal__confirmation-grid {
    grid-template-columns: 1fr;
  }
}

.tfgg-portal__card--summary .tfgg-portal__equipment-card {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.tfgg-portal__card--summary .tfgg-portal__equipment-card.is-selected {
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 900px) {
  .tfgg-portal__booking-cards {
    grid-template-columns: 1fr;
  }

  .tfgg-portal__equipment-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .tfgg-portal__equipment-grid {
    grid-template-columns: 1fr;
  }
}

.tfgg-portal__welcome h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.tfgg-portal__welcome p {
  margin: 0;
}

.tfgg-portal__welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media (max-width: 600px) {
  .tfgg-portal__welcome {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.tfgg-portal__button--secondary {
  border: 1px solid #eb5b25;
  background: #eb5b25;
  color: #fff;
}

.tfgg-portal__button--primary {
  border-color: #eb5b25;
  background: #eb5b25;
  color: #fff;
}

.tfgg-portal__button--primary:hover:not(:disabled) {
  border-color: #f06a38;
  background: #f06a38;
}

.tfgg-portal__button--secondary:hover:not(:disabled) {
  border-color: #f06a38;
  background: #f06a38;
}

.tfgg-portal__button--ghost {
  border-color: #cfcfcf;
  background: #fff;
  color: #333;
}

.tfgg-portal__tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tfgg-portal__tab {
  border: 1px solid #eb5b25;
  background: #eb5b25;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.tfgg-portal__tab-count {
  margin-left: 4px;
  font-weight: 700;
}

.tfgg-portal__tab.is-active {
  border-color: #f06a38;
  background: #f06a38;
  color: #fff;
  box-shadow: 0 0 0 2px #000;
}

.tfgg-portal__tab:hover:not(.is-active) {
  border-color: #f06a38;
  background: #f06a38;
}

.tfgg-portal__panels {
  border-top: 1px solid #ddd;
  padding-top: 12px;
}

.tfgg-portal__panel {
  display: none;
}

.tfgg-portal__panel.is-active {
  display: block;
}

.tfgg-portal__booking-group {
  margin-bottom: 18px;
}

.tfgg-portal__booking-group h4 {
  margin: 0 0 10px;
  font-size: 16px;
}

.tfgg-portal__booking-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .tfgg-portal__booking-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tfgg-portal__booking-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .tfgg-portal__booking-list {
    grid-template-columns: 1fr;
  }
}

.tfgg-portal__booking-card {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px 14px;
  background: #fff;
  position: relative;
}

.tfgg-portal__booking-card.is-attended {
  border-color: #2e8b57;
}

.tfgg-portal__booking-card.is-no-show {
  border-color: #e3a21a;
}

.tfgg-portal__booking-card.is-cancelled {
  border-color: #b52323;
}

.tfgg-portal__package-card.is-expired {
  border-color: #b52323;
}

.tfgg-portal__booking-time {
  font-size: 14px;
  margin-bottom: 6px;
}

.tfgg-portal__booking-store {
  font-size: 14px;
  margin-bottom: 4px;
}

.tfgg-portal__package-title {
  padding-right: 90px;
  word-break: break-word;
}

.tfgg-portal__booking-details {
  font-size: 13px;
  color: #444;
}

.tfgg-portal__booking-kind {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #1d5f9a;
  margin-bottom: 4px;
}

.tfgg-portal__required {
  color: #b52323;
  font-weight: 700;
}

.tfgg-portal__booking-action {
  position: absolute;
  top: 10px;
  right: 10px;
}

.tfgg-portal__booking-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 999px;
  font-weight: 700;
  background: #fbeaea;
  color: #b52323;
  border: 1px solid #f0b7b7;
}

.tfgg-portal__booking-badge.is-cancelled {
  background: #fbeaea;
  color: #b52323;
  border-color: #f0b7b7;
}

.tfgg-portal__booking-badge.is-pending {
  background: #e7f2ff;
  color: #1d5f9a;
  border-color: #b8d6f4;
}

.tfgg-portal__badge-stack {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.tfgg-portal__package-badge {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 999px;
  font-weight: 700;
  background: #f4f4f4;
  color: #333;
  border: 1px solid #d5d5d5;
}

.tfgg-portal__package-badge.is-expired {
  background: #fbeaea;
  color: #b52323;
  border-color: #f0b7b7;
}

.tfgg-portal__package-badge.is-hold {
  background: #fff3d6;
  color: #8a5a00;
  border-color: #f0d5a4;
}

.tfgg-portal__booking-countdown {
  width: 100%;
  text-align: center;
  margin-bottom: 6px;
  font-size: 13px;
  color: #1d5f9a;
  font-weight: 700;
}

.tfgg-portal__button--danger {
  border-color: #b52323;
  background: #b52323;
  color: #fff;
}

.tfgg-portal__button--danger:hover:not(:disabled) {
  border-color: #c93434;
  background: #c93434;
}

.tfgg-portal__muted {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.tfgg-portal__loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tfgg-portal__loading::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #999;
  border-top-color: transparent;
  border-radius: 50%;
  animation: tfgg-portal-spin 0.8s linear infinite;
}

.tfgg-portal__cart {
  display: grid;
  gap: 16px;
}

.tfgg-portal__cart-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

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

.tfgg-portal__cart-items {
  display: grid;
  gap: 12px;
}

.tfgg-portal__cart-item {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px 14px;
  background: #fff;
}

.tfgg-portal__cart-item-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.tfgg-portal__cart-item-meta {
  font-size: 13px;
  color: #444;
  margin-bottom: 4px;
}

.tfgg-portal__cart-item-total {
  font-weight: 600;
  margin-bottom: 6px;
}

.tfgg-portal__cart-item-promo {
  font-size: 12px;
  color: #8a5a00;
  margin-bottom: 6px;
}

.tfgg-portal__cart-summary {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px 14px;
  background: #fafafa;
  max-width: 320px;
  margin-top: 12px;
}

.tfgg-portal__cart-row {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 6px;
}

.tfgg-portal__cart-row:last-child {
  margin-bottom: 0;
}

.tfgg-portal__cart-promo-entry {
  margin-top: 8px;
  display: grid;
  gap: 8px;
}

.tfgg-portal__cart-promo-controls {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.tfgg-portal__cart-countdown {
  font-size: 12px;
  color: #1d5f9a;
  margin-top: 4px;
}

.tfgg-portal__cart-actions .is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.tfgg-portal__checkout {
  display: grid;
  gap: 12px;
}

.tfgg-portal__checkout-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
  .tfgg-portal__checkout-grid {
    grid-template-columns: 1fr;
  }
}

.tfgg-portal__checkout-card {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 12px 14px;
  background: #fff;
  display: grid;
  gap: 10px;
}
