body.page-template-template-gift-card-v2-php #Subheader {
    display: none !important;
}

.gift-card-v2-container {
    color: var(--gc-text);
}

.gift-card-v2-container .gift-card-v2-layout {
    position: relative;
    display: flex;
}

.gift-card-v2-container .gift-card-v2-gallery {
    flex: 1;
    background: var(--gc-page-bg);
    margin-right: 410px;
    overflow: hidden;
    position: relative;
}

.gift-card-v2-container .gift-card-v2-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 730px;
    gap: 1px;
    width: 100%;
    margin-bottom: 1px;
}

.gift-card-v2-container .gift-card-v2-gallery-item:first-child {
    grid-column: 1 / -1;
}

.gift-card-v2-container .gift-card-v2-gallery-item {
    overflow: hidden;
}

.gift-card-v2-container .gift-card-v2-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gift-card-v2-container .gift-card-v2-gallery-slider {
    display: none;
}

.gift-card-v2-container .gift-card-v2-content {
    width: 410px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--gc-bg);
    padding: 32px 20px 40px;
    box-sizing: border-box;
}

.gift-card-v2-container .gift-card-v2-title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}

.gift-card-v2-container .gift-card-v2-tabs {
    display: flex;
    margin-top: 32px;
    gap: 0;
}

.gift-card-v2-container .gift-card-v2-tab {
    flex: 1;
    padding: 18px;
    border: 1px solid var(--gc-border);
    background: var(--gc-bg);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: var(--gc-text);
    text-transform: uppercase;
    line-height: 1.2;
    transition: background-color 0.2s ease, color 0.2s ease;
    height: 52px;
}

.gift-card-v2-container .gift-card-v2-tab:hover:not(.is-active) {
    background: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-tab.is-active {
    background: var(--gc-accent);
    color: var(--gc-accent-text);
    border: 1px solid var(--gc-accent);
}

.gift-card-v2-container .gift-card-v2-panel[hidden] {
    display: none;
}

.gift-card-v2-container .gift-card-v2-panel {
    margin-top: 32px;
}

.gift-card-v2-container .gift-card-v2-lead {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: var(--gc-text);
}
.gift-card-v2-container .gift-card-v2-lead strong {
  font-weight: 600;
}
.gift-card-v2-container .gift-card-v2-panel-note {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 150%;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-underline {
    text-decoration: underline;
}

.gift-card-v2-container .gift-card-v2-info-box {
    margin-top: 32px;
    padding: 12px;
    background: var(--gc-hover-bg);
    font-size: 14px;
    line-height: 1.3;
    color: var(--gc-text);
}

.gift-card-v2-container .gift-card-v2-info-box p {
    margin: 0;
    line-height: 150%;
}

.gift-card-v2-container .gift-card-v2-info-box p + p,
.gift-card-v2-container .gift-card-v2-info-box__address {
    margin-top: 12px;
}

.gift-card-v2-container .gift-card-v2-info-box__muted {
    font-size: 13px;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-info-box__address {
    display: flex;
    gap: 12px;
    align-items: center;
}

.gift-card-v2-container .gift-card-v2-info-box__address p {
    font-weight: 500;
}

.gift-card-v2-container .gift-card-v2-info-box__address img {
    flex-shrink: 0;
}

.gift-card-v2-container .gift-card-v2-section {
    margin-top: 32px;
}

.gift-card-v2-container .gift-card-v2-section[hidden] {
    display: none;
}

.gift-card-v2-container .gift-card-v2-section-title {
    margin: 32px 0 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--gc-text-muted);
    text-transform: uppercase;
    line-height: 1.2;
}

.gift-card-v2-container .gift-card-v2-amount-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gift-card-v2-container .gift-card-v2-amount-btn {
    padding: 14px 5px;
    border: 1px solid var(--gc-border);
    background: var(--gc-bg);
    cursor: pointer;
    font-size: 14px;
    color: var(--gc-text-filled);
    text-align: center;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.gift-card-v2-container .gift-card-v2-amount-btn:not(:last-child) {
  border-right: 0;
}
.gift-card-v2-container .gift-card-v2-amount-btn:hover:not(.is-active) {
    background: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-amount-btn.is-active {
    background: var(--gc-accent);
    border-color: var(--gc-accent);
    color: var(--gc-accent-text);
}

.gift-card-v2-container .gift-card-v2-field {
    position: relative;
    margin-bottom: 8px;
}

.gift-card-v2-container .gift-card-v2-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    color: var(--gc-text-muted);
    text-transform: uppercase;
    pointer-events: none;
    transition: top 0.15s ease, font-size 0.15s ease, transform 0.15s ease, color 0.15s ease;
    line-height: 1;
}

.gift-card-v2-container .gift-card-v2-input {
    width: 100%;
    padding: 18px 40px 18px 16px;
    margin-bottom: 12px;
    border: 1px solid var(--gc-text);
    background: var(--gc-bg);
    font-size: 14px;
    color: var(--gc-text-filled);
    box-sizing: border-box;
    outline: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    height: 52px;
}

.gift-card-v2-container .gift-card-v2-input.gift-card-v2-custom-amount {
  font-family: 'Inter', sans-serif;
  color: var(--gc-text-filled);
  padding: 14px 18px;
  border-color: var(--gc-border);
  border-top: 0;
  font-size: 13px;
  font-weight: 500;
  height: 44px;
}

.gift-card-v2-container .gift-card-v2-field--custom-amount.is-filled .gift-card-v2-custom-amount {
  background: var(--gc-accent);
  border-color: var(--gc-accent);
  color: var(--gc-accent-text);
}

.gift-card-v2-container .gift-card-v2-field--custom-amount.is-filled .gift-card-v2-custom-amount:hover {
  background: var(--gc-accent);
  border-color: var(--gc-accent);
  color: var(--gc-accent-text);
}

.gift-card-v2-container .gift-card-v2-input.gift-card-v2-custom-amount::placeholder {
  color: var(--gc-text-filled);
}

.gift-card-v2-container .gift-card-v2-input::placeholder {
    color: var(--gc-text-muted);
    text-transform: uppercase;
}

.gift-card-v2-container .gift-card-v2-input:hover {
    background: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-field--float.is-focused .gift-card-v2-input,
.gift-card-v2-container .gift-card-v2-field--float .gift-card-v2-input:focus {
    background: var(--gc-hover-bg);
    border-color: var(--gc-text);
}

.gift-card-v2-container .gift-card-v2-input.gift-card-v2-custom-amount:focus {
    border-color: var(--gc-border);
    background: var(--gc-bg);
}

.gift-card-v2-container .gift-card-v2-field--float.is-focused .gift-card-v2-label,
.gift-card-v2-container .gift-card-v2-field--float.is-filled .gift-card-v2-label {
    top: 7px;
    transform: none;
    font-size: 10px;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-field--float.is-focused .gift-card-v2-input,
.gift-card-v2-container .gift-card-v2-field--float.is-filled .gift-card-v2-input {
    padding-top: 22px;
}

.gift-card-v2-container .gift-card-v2-field--float.is-focused .gift-card-v2-input:not(.gift-card-v2-phone-input),
.gift-card-v2-container .gift-card-v2-field--float.is-filled .gift-card-v2-input:not(.gift-card-v2-phone-input) {
    text-transform: uppercase;
}

.gift-card-v2-container .gift-card-v2-field--float.is-filled .gift-card-v2-input {
    background: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-field--float.is-filled.is-valid .gift-card-v2-input {
    border-color: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-field--float.is-error .gift-card-v2-input {
    background: var(--gc-bg);
    border-color: var(--gc-error);
}

.gift-card-v2-container .gift-card-v2-field--float.is-error:not(.is-filled) .gift-card-v2-label {
    top: 22px;
    transform: none;
    font-size: 14px;
    color: var(--gc-error);
}

.gift-card-v2-container .gift-card-v2-field--float.is-error.is-filled .gift-card-v2-label {
    visibility: hidden;
}

.gift-card-v2-container .gift-card-v2-field--float:has(.gift-card-v2-input:-webkit-autofill) .gift-card-v2-label {
    top: 7px;
    transform: none;
    font-size: 10px;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-field--float:has(.gift-card-v2-input:-webkit-autofill) .gift-card-v2-input {
    padding-top: 22px;
}

.gift-card-v2-container .gift-card-v2-field-error {
    display: none;
    position: absolute;
    top: 7px;
    left: 16px;
    z-index: 2;
    margin: 0;
    font-size: 10px;
    color: var(--gc-error);
    text-transform: uppercase;
    line-height: 1;
    pointer-events: none;
}

.gift-card-v2-container .gift-card-v2-field--float.is-error .gift-card-v2-field-error {
    display: block;
}

.gift-card-v2-container .gift-card-v2-field-check {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
}

.gift-card-v2-container .gift-card-v2-field--float.is-valid .gift-card-v2-field-check {
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5L6.5 12L13 4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.gift-card-v2-container .gift-card-v2-toggle {
    display: flex;
    margin-bottom: 12px;
}

.gift-card-v2-container .gift-card-v2-toggle-btn {
  flex: 1;
  padding: 18px;
  border: 1px solid var(--gc-border);
  background: var(--gc-bg);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: var(--gc-text);
  text-transform: uppercase;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 52px;
}

.gift-card-v2-container .gift-card-v2-toggle-btn:hover:not(.is-active) {
    background: var(--gc-hover-bg);
}

.gift-card-v2-container .gift-card-v2-toggle-btn.is-active {
    background: var(--gc-accent);
    color: var(--gc-accent-text);
    border: 1px solid var(--gc-accent);
}

.gift-card-v2-container .gift-card-v2-hint {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 150%;
    color: var(--gc-text);
}
.gift-card-v2-container .gift-card-v2-hint strong {
  font-weight: 600;
}
.gift-card-v2-container .gift-card-v2-hint[hidden] {
    display: none;
}

.gift-card-v2-container .gift-card-v2-recipient-fields[hidden] {
    display: none;
}

.gift-card-v2-container .gift-card-v2-actions {
    margin-top: 32px;
}

.gift-card-v2-container .gift-card-v2-consent {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--gc-text-filled);
    cursor: pointer;
}

.gift-card-v2-container .gift-card-v2-consent input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.gift-card-v2-container .gift-card-v2-consent-box {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid var(--gc-text-filled);
    background: var(--gc-bg);
}

.gift-card-v2-container .gift-card-v2-consent-check {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-consent:hover input:not(:checked) + .gift-card-v2-consent-box .gift-card-v2-consent-check {
    display: block;
}

.gift-card-v2-container .gift-card-v2-consent input:checked + .gift-card-v2-consent-box {
    background: var(--gc-accent);
    border-color: var(--gc-accent);
}

.gift-card-v2-container .gift-card-v2-consent input:checked + .gift-card-v2-consent-box .gift-card-v2-consent-check {
    display: block;
    color: var(--gc-accent-text);
}

.gift-card-v2-container .gift-card-v2-consent input:focus-visible + .gift-card-v2-consent-box {
    outline: 2px solid var(--gc-accent);
    outline-offset: 2px;
}

.gift-card-v2-container .gift-card-v2-consent a {
    color: var(--gc-text-filled);
    text-decoration: underline;
}

.gift-card-v2-container .gift-card-v2-submit {
    width: 100%;
    margin-top: 0;
    padding: 18px;
    border: none;
    background: var(--gc-text);
    color: var(--gc-bg);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease;
    height: 52px;
}

.gift-card-v2-container .gift-card-v2-submit:hover:not(:disabled) {
    opacity: 0.85;
}

.gift-card-v2-container .gift-card-v2-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.gift-card-v2-container .gift-card-v2-accordions {
    margin-top: 32px;
    border-bottom: 1px solid var(--gc-border);
}

.gift-card-v2-container .gift-card-v2-accordion {
    border-top: 1px solid var(--gc-border);
}

.gift-card-v2-container .gift-card-v2-accordion[hidden] {
    display: none;
}

.gift-card-v2-container .gift-card-v2-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    color: var(--gc-text);
    text-align: left;
}

.gift-card-v2-container .gift-card-v2-accordion-icon {
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.gift-card-v2-container .gift-card-v2-accordion.is-open .gift-card-v2-accordion-icon {
    transform: rotate(180deg);
}

.gift-card-v2-container .gift-card-v2-accordion-content {
    display: none;
    padding-top: 4px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
    color: var(--gc-text-muted);
}

.gift-card-v2-container .gift-card-v2-accordion.is-open .gift-card-v2-accordion-content {
    display: block;
}

.gift-card-v2-container .gift-card-v2-accordion-content p {
    line-height: 150%;
    margin: 0 0 20px;
}

.gift-card-v2-container .gift-card-v2-accordion-content p:last-child {
    margin-bottom: 0;
}

.gift-card-v2-container .gift-card-v2-notifications {
    margin-top: 12px;
}

.gift-card-v2-container .gift-card-v2-notifications--mobile {
    display: none;
    margin-top: 0;
}

.gift-card-v2-container .gift-card-v2-notification {
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
}

.gift-card-v2-container .gift-card-v2-notification.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.gift-card-v2-container .gift-card-v2-notification.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.gift-card-v2-container.is-review-open {
    background: var(--gc-page-bg);
}

.gift-card-v2-container.is-review-open .gift-card-v2-layout {
    display: none;
}

.gift-card-v2-review[hidden] {
    display: none !important;
}

.gift-card-v2-review {
    display: block;
    background: var(--gc-page-bg);
    padding: 50px;
    box-sizing: border-box;
}

.gift-card-v2-review-inner {
    max-width: 547px;
    width: 100%;
    margin: 0 auto;
    background: var(--gc-bg);
    box-sizing: border-box;
}

.gift-card-v2-review-header {
    margin-bottom: 0;
}

.gift-card-v2-review-title {
    padding: 32px;
    margin: 0;
    font-family: 'Bounded', sans-serif;
    font-size: 28px;
    font-weight: 466;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

.gift-card-v2-review-meta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    border-top: 1px solid var(--gc-border);
    font-size: 14px;
    text-transform: uppercase;
}

.gift-card-v2-review-back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none !important;
    background-color: var(--gc-page-bg) !important;
    padding: 25px 32px 25px 30px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--gc-text) !important;
}

.gift-card-v2-review-back-icon {
    display: block;
    flex-shrink: 0;
    position: relative;
    top: -1px;
}

.gift-card-v2-review-type {
    font-weight: 500;
    text-align: left;
}

.gift-card-v2-review-sum-header {
    font-weight: 500;
    text-align: right;
    margin-right: 32px;
}

.gift-card-v2-review-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.gift-card-v2-review-body {
    margin: 32px;
}

.gift-card-v2-review-block:not(:last-child) {
    margin-bottom: 32px;
}

.gift-card-v2-review-divider {
    border: none;
    border-top: 1px solid var(--gc-border);
    margin: 24px 0 0;
}

.gift-card-v2-review-label {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gc-text-muted);
    text-transform: uppercase;
    line-height: 21px;
}

.gift-card-v2-review-value {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    word-break: break-word;
    color: var(--gc-text);
}

.gift-card-v2-review-value--phone {
    text-transform: none;
    font-weight: 400;
}

.gift-card-v2-review-note {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.3;
    color: var(--gc-text-muted);
    text-transform: none;
}

.gift-card-v2-review-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gift-card-v2-review-total .gift-card-v2-review-label {
    margin: 0;
    line-height: 1;
    font-weight: 400;
}

.gift-card-v2-review-total .gift-card-v2-review-value {
    margin: 0;
    line-height: 1;
    font-weight: 500;
}

.gift-card-v2-review-footer {
    padding: 32px;
}

.gift-card-v2-review .gift-card-v2-submit {
    margin-top: 0;
    font-size: 14px;
}

.gift-card-v2-loader {
    text-align: center;
    margin: 12px 0;
}

.gift-card-v2-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: var(--gc-text);
    animation: gift-card-v2-spin 1s ease-in-out infinite;
}

@keyframes gift-card-v2-spin {
    to { transform: rotate(360deg); }
}

.gift-card-v2-container .gift-card-v2-field--phone .gift-card-v2-input {
    text-transform: none;
}

.admin-bar .gift-card-v2-container .gift-card-v2-content {
    top: 32px;
}


@media (max-width: 767px) {
  .admin-bar .gift-card-v2-container .gift-card-v2-content {
      top: 0;
  }

  .gift-card-v2-container .gift-card-v2-notifications--desktop {
      display: none;
  }

  .gift-card-v2-container .gift-card-v2-notifications--mobile {
      display: block;
      margin-bottom: 12px;
  }

  .gift-card-v2-container .gift-card-v2-gallery-grid {
      display: none;
  }

  .gift-card-v2-container .gift-card-v2-gallery-slider {
      display: block;
      height: 512px;
      position: relative;
      background: var(--gc-page-bg);
      overflow: hidden;
  }

  .gift-card-v2-container .gift-card-v2-gallery-slider .swiper-wrapper {
      align-items: center;
  }

  .gift-card-v2-container .gift-card-v2-gallery-slider .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 512px;
  }

  .gift-card-v2-container .gift-card-v2-gallery-slide-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
  }

  .gift-card-v2-container .gift-card-v2-gallery-slide-inner img {
      max-width: 100%;
      width: auto;
      height: auto;
      object-fit: cover;
      display: block;
  }

  /* .gift-card-v2-container .swiper-slide:first-child .gift-card-v2-gallery-slide-inner {
      padding: 48px 48px 32px;
  } */

  .gift-card-v2-container .gift-card-v2-gallery-pagination {
      position: absolute;
      top: 24px;
      left: 0;
      right: 0;
      bottom: auto;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
  }

  .gift-card-v2-container .gift-card-v2-gallery-pagination .swiper-pagination-bullet {
      width: 40px;
      height: 2px;
      margin: 0 !important;
      border-radius: 0;
      background: var(--gc-indicator-inactive);
      opacity: 1;
      transition: background-color 0.2s ease;
  }

  .gift-card-v2-container .gift-card-v2-gallery-pagination .swiper-pagination-bullet-active {
      width: 40px;
      height: 2px;
      background: var(--gc-text-filled);
  }

  .gift-card-v2-container .gift-card-v2-gallery-prev,
  .gift-card-v2-container .gift-card-v2-gallery-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      width: 40px;
      height: 40px;
      padding: 0;
      border: none;
      background: transparent;
      color: var(--gc-text);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .gift-card-v2-container .gift-card-v2-gallery-prev {
      left: 8px;
  }

  .gift-card-v2-container .gift-card-v2-gallery-next {
      right: 8px;
  }

  .gift-card-v2-container .gift-card-v2-title {
      font-size: 20px;
  }

  .gift-card-v2-container .gift-card-v2-tab {
      font-size: 12px;
      padding: 20px 14px;
  }

  .gift-card-v2-container .gift-card-v2-amount-btn {
      font-size: 14px;
      padding: 14px 4px;
  }
  .gift-card-v2-container .gift-card-v2-layout {
      flex-direction: column;
  }

  .gift-card-v2-container .gift-card-v2-gallery {
      margin-right: 0;
  }

  .gift-card-v2-container .gift-card-v2-content {
      width: auto;
      position: relative;
      top: 0;
      padding: 32px 16px 40px;
  }

  .gift-card-v2-review {
      padding: 0;
  }

  .gift-card-v2-review-inner {
      max-width: none;
  }

  .gift-card-v2-review-title {
      font-size: 20px;
      padding: 28px;
  }
  .gift-card-v2-review-back {
    padding: 25px 20px;
  }
  .gift-card-v2-review-meta {
    gap: 16px;
  }
  .gift-card-v2-review-sum-header {
    margin-right: 16px;
  }
  .gift-card-v2-review-back {
    gap: 4px;
  }
  .gift-card-v2-review-back img {
    width: 12px !important;
    height: 12px !important;
  }
  .gift-card-v2-review-image {
    height: 200px;
    object-fit: cover;
  }
  .gift-card-v2-review-body {
    margin: 32px 16px;
  }
  .gift-card-v2-review-footer {
    padding: 32px 16px;
  }
  .gift-card-v2-container .gift-card-v2-accordion-content {
      padding-top: 0;
      font-size: 12px;
  }
  .gift-card-v2-container .gift-card-v2-accordion-content p {
      margin: 0 0 16px;
  }
}