/* Release: 2026.09.05.4 — Local Gift Card directory with grouped shared-program chain cards. */
.ll-local-gift-cards {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto 64px;
    color: #202124;
}

.ll-local-gift-cards__hero {
    margin: 28px 0 34px;
    padding: 44px clamp(24px, 5vw, 58px);
    border: 1px solid #d7dce2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(24, 39, 75, .08);
    text-align: center;
}

.ll-local-gift-cards__eyebrow {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7a5100;
}

.ll-local-gift-cards__hero h1,
.ll-local-gift-cards__join h2,
.ll-local-gift-cards__section-heading h2,
.ll-local-gift-cards__empty h2 {
    margin: 0;
    color: #17233b;
}

.ll-local-gift-cards__hero h1 {
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.06;
}

.ll-local-gift-cards__hero p {
    max-width: 760px;
    margin: 16px auto 24px;
    font-size: 18px;
    line-height: 1.65;
    color: #4b5565;
}

.ll-local-gift-cards__section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin: 0 0 18px;
}

.ll-local-gift-cards__section-heading p {
    margin: 6px 0 0;
    color: #5e6673;
}

.ll-local-gift-cards__count {
    flex: 0 0 auto;
    padding: 6px 11px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1c4a8d;
    font-size: 13px;
    font-weight: 700;
}

.ll-local-gift-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ll-local-gift-card-business {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px;
    border: 1px solid #dce1e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 39, 75, .06);
}

.ll-local-gift-card-business__identity {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ll-local-gift-card-business__logo-wrap {
    display: grid;
    place-items: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 7px;
    border: 1px solid #e3e7eb;
    border-radius: 13px;
    background: #fff;
}

.ll-local-gift-card-business__logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ll-local-gift-card-business__identity-copy {
    min-width: 0;
}

.ll-local-gift-card-business__identity-copy h3 {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 1.25;
}

.ll-local-gift-card-business__identity-copy h3 a {
    color: #17233b;
    text-decoration: none;
}

.ll-local-gift-card-business__identity-copy h3 a:hover,
.ll-local-gift-card-business__identity-copy h3 a:focus {
    text-decoration: underline;
}

.ll-local-gift-card-business__category,
.ll-local-gift-card-business__location {
    font-size: 14px;
    line-height: 1.4;
    color: #616a78;
}

.ll-local-gift-card-business__group-count {
    margin: 0 0 4px;
    color: #1c4a8d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.ll-local-gift-card-business__location-list {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.45;
    color: #616a78;
}

.ll-local-gift-card-business--grouped .ll-local-gift-card-business__identity {
    align-items: flex-start;
}

.ll-local-gift-card-business__meta {
    flex: 1 1 auto;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #edf0f2;
}

.ll-local-gift-card-business__badge {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff4cf;
    color: #6d4900;
    font-size: 12px;
    font-weight: 800;
}

.ll-local-gift-card-business__meta p {
    margin: 10px 0 0;
    color: #535d6c;
    line-height: 1.5;
}

.ll-local-gift-card-business__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.ll-local-gift-card-business__actions .ll-btn {
    flex: 1 1 140px;
    justify-content: center;
}

.ll-local-gift-cards__empty {
    padding: 28px;
    border: 1px dashed #cbd2da;
    border-radius: 16px;
    background: #f8fafc;
    text-align: center;
}

.ll-local-gift-cards__empty p {
    margin-bottom: 0;
}

.ll-local-gift-cards__join {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
    margin-top: 42px;
    padding: clamp(24px, 5vw, 42px);
    border-radius: 20px;
    background: #f3f7fc;
}

.ll-local-gift-cards__join-copy p,
.ll-local-gift-cards__join-copy li {
    color: #4e5969;
    line-height: 1.6;
}

.ll-local-gift-cards__join-copy ul {
    padding-left: 20px;
}

.ll-local-gift-cards__form-card {
    padding: 24px;
    border: 1px solid #d8dee7;
    border-radius: 16px;
    background: #fff;
}

.ll-local-gift-cards__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.ll-local-gift-cards__fields label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 700;
    color: #283447;
}

.ll-local-gift-cards__fields input,
.ll-local-gift-cards__fields select,
.ll-local-gift-cards__fields textarea {
    width: 100%;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #bcc5d0;
    border-radius: 8px;
    background: #fff;
    color: #202124;
    font: inherit;
}

.ll-local-gift-cards__fields textarea {
    min-height: 98px;
    resize: vertical;
}

.ll-local-gift-cards__field--full {
    grid-column: 1 / -1;
}

.ll-local-gift-cards__check {
    flex-direction: row !important;
    align-items: flex-start;
    gap: 10px !important;
    padding: 12px;
    border-radius: 9px;
    background: #f7f9fb;
    font-weight: 600 !important;
}

.ll-local-gift-cards__check input {
    width: auto;
    min-height: 0;
    margin-top: 3px;
}

.ll-local-gift-cards__help {
    color: #6a7280;
    font-size: 12px;
    font-weight: 400;
}

.ll-local-gift-cards__form > .ll-btn {
    margin-top: 18px;
}

.ll-local-gift-cards__notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 700;
}

.ll-local-gift-cards__notice--success {
    border: 1px solid #9bc9a5;
    background: #edf8ef;
    color: #245b30;
}

.ll-local-gift-cards__notice--error {
    border: 1px solid #dca7a7;
    background: #fff1f1;
    color: #8a2525;
}

.ll-local-gift-cards__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .ll-local-gift-cards__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ll-local-gift-cards__join {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .ll-local-gift-cards {
        width: min(100% - 20px, 1120px);
    }

    .ll-local-gift-cards__hero {
        padding: 30px 20px;
    }

    .ll-local-gift-cards__section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .ll-local-gift-cards__grid,
    .ll-local-gift-cards__fields {
        grid-template-columns: 1fr;
    }

    .ll-local-gift-cards__field--full {
        grid-column: auto;
    }

    .ll-local-gift-card-business__actions {
        flex-direction: column;
    }
}
