/* ============================================================
   HK PLEDGE ENGINE — MOVEMENT LAYOUT V2
   ============================================================ */
@font-face {
    font-family: "HK Noto Nastaliq Urdu";
    src: url("../fonts/noto-nastaliq-urdu/NotoNastaliqUrdu-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.hk-pledge[data-dir="rtl"] {
    font-family: "HK Noto Nastaliq Urdu", serif;
}

.hk-pledge-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: clamp(36px, 7vw, 86px) auto;
}

.hk-pledge-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(26px, 5vw, 58px);
    align-items: stretch;

    padding: clamp(24px, 5vw, 46px);
    border-radius: 38px;

    background:
        radial-gradient(circle at 8% 14%, rgba(253, 224, 71, 0.24), transparent 28%),
        radial-gradient(circle at 94% 18%, rgba(14, 165, 233, 0.16), transparent 30%),
        radial-gradient(circle at 78% 92%, rgba(34, 197, 94, 0.20), transparent 34%),
        linear-gradient(135deg, #fffdf5 0%, #f0fdf4 52%, #ecfeff 100%);

    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 32px 90px rgba(15, 23, 42, 0.09);

    overflow: hidden;
    position: relative;
}

.hk-pledge-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(22, 101, 52, 0.08);
    border-radius: 30px;
    pointer-events: none;
}

.hk-pledge-card::after {
    content: "✦";
    position: absolute;
    right: 38px;
    top: 30px;
    color: rgba(22, 101, 52, 0.14);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1;
}

.hk-pledge-card > * {
    position: relative;
    z-index: 1;
}

/* Left story panel */
.hk-pledge-card::selection {
    background: rgba(22, 101, 52, 0.16);
}

.hk-pledge-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;

    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 22px;

    border-radius: 999px;
    background: rgba(22, 163, 74, 0.10);
    color: #166534;

    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hk-pledge-title {
    max-width: 660px;
    margin: 0 0 20px;

    color: #0f172a;

    font-size: clamp(2.5rem, 5.8vw, 5.1rem);
    line-height: 0.92;
    letter-spacing: -0.075em;
    text-wrap: balance;
}

.hk-pledge-text {
    max-width: 620px;
    margin: 0 0 28px;

    color: #52645c;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.85;
}

/* Counter */
.hk-pledge-counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 28px;
    padding: 12px 18px;

    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(22, 101, 52, 0.10);

    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);

    color: #64748b;
    font-size: 0.92rem;
    font-weight: 850;
}

.hk-pledge-counter strong {
    color: #166534;
    font-size: 1.05rem;
    font-weight: 950;
}

/* Form */
.hk-pledge-field {
    max-width: 520px;
    margin: 0 0 18px;
}

.hk-pledge-field label {
    display: block;
    margin-bottom: 9px;

    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 900;
}

.hk-pledge-field input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;

    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.10);

    background: rgba(255,255,255,0.94);

    color: #0f172a;
    font-size: 1rem;
    font-weight: 650;

    outline: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.hk-pledge-field input:focus {
    border-color: rgba(22, 101, 52, 0.38);
    background: #ffffff;

    box-shadow:
        0 0 0 4px rgba(22, 101, 52, 0.10),
        0 18px 42px rgba(15, 23, 42, 0.07);
}

.hk-pledge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 54px;
    padding: 0 30px;

    border: 0;
    border-radius: 999px;

    background: #166534;
    color: #ffffff;

    font-size: 1rem;
    font-weight: 950;
    text-decoration: none;

    cursor: pointer;

    box-shadow: 0 18px 34px rgba(22, 101, 52, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease,
        opacity 0.2s ease;
}

.hk-pledge-btn:hover {
    transform: translateY(-2px);
    background: #14532d;
    box-shadow: 0 24px 44px rgba(22, 101, 52, 0.24);
}

.hk-pledge-btn:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    transform: none;
    box-shadow: none;
}

.hk-pledge-privacy {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 850;
}

/* Right certificate-style panel using existing success card space */
.hk-pledge-success {
    margin-top: 22px;
}

.hk-pledge-success-card {
    position: relative;
    overflow: hidden;

    padding: clamp(26px, 5vw, 42px);
    border-radius: 34px;

    background:
        radial-gradient(circle at 16% 18%, rgba(34, 197, 94, 0.16), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(240,253,244,0.96));

    border: 1px solid rgba(22, 101, 52, 0.12);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.075);

    text-align: center;
}

.hk-pledge-check {
    width: 58px;
    height: 58px;

    display: grid;
    place-items: center;

    margin: 0 auto 18px;
    border-radius: 22px;

    background: #166534;
    color: #ffffff;

    font-size: 1.45rem;
    font-weight: 950;

    box-shadow: 0 16px 32px rgba(22, 101, 52, 0.20);
}

.hk-pledge-success-card h3 {
    margin: 0 0 12px;

    color: #0f172a;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.hk-pledge-success-card p {
    max-width: 620px;
    margin: 0 auto 24px;

    color: #52645c;
    font-size: 1rem;
    line-height: 1.75;
}

.hk-pledge-btn-secondary {
    background: #ffffff;
    color: #166534;
    border: 1px solid rgba(22, 101, 52, 0.14);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.hk-pledge-btn-secondary:hover {
    background: #f0fdf4;
    color: #14532d;
}

/* Mobile */
@media (max-width: 860px) {
    .hk-pledge-card {
        grid-template-columns: 1fr;
        border-radius: 32px;
    }

    .hk-pledge-title,
    .hk-pledge-text,
    .hk-pledge-field {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .hk-pledge-wrap {
        width: min(100% - 24px, 1120px);
        margin-top: 28px;
    }

    .hk-pledge-card {
        padding: 28px 20px;
        border-radius: 28px;
    }

    .hk-pledge-card::before {
        inset: 10px;
        border-radius: 22px;
    }

    .hk-pledge-title {
        font-size: clamp(2.35rem, 13vw, 3.4rem);
    }

    .hk-pledge-counter {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        border-radius: 22px;
    }

    .hk-pledge-btn {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* ============================================================
   HK PLEDGE — WIDTH + MOBILE POLISH
   ============================================================ */

/* Make pledge page feel more cinematic/wide */
.hk-pledge-wrap {
    width: min(1320px, calc(100% - 40px));
}

/* Give desktop layout more breathing room */
@media (min-width: 1100px) {
    .hk-pledge-card {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
        padding: clamp(36px, 5vw, 64px);
    }

    .hk-pledge-title {
        max-width: 760px;
    }
}

/* Fix mobile horizontal overflow */
@media (max-width: 640px) {
    .hk-pledge-wrap {
        width: min(100% - 24px, 1320px);
        overflow: hidden;
    }

    .hk-pledge-card {
        overflow: hidden;
    }

    .hk-pledge-field,
    .hk-pledge-field input,
    .hk-pledge-btn {
        max-width: 100%;
        box-sizing: border-box;
    }

    .hk-pledge-field {
        width: 100%;
    }

    .hk-pledge-field input {
        display: block;
        min-width: 0;
    }

    .hk-pledge-btn {
        width: 100%;
        min-width: 0;
    }

    .hk-pledge-privacy {
        max-width: 100%;
        line-height: 1.7;
        overflow-wrap: break-word;
    }
}
/* ============================================================
   PLEDGE PAGE — BREAK WORDPRESS CONTENT WIDTH
   ============================================================ */

.entry-content > .hk-pledge-wrap {
    max-width: min(1320px, calc(100vw - 48px));
    width: min(1320px, calc(100vw - 48px));
}

/* Better desktop spread */
@media (min-width: 1100px) {
    .hk-pledge-card {
        grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
    }

    .hk-pledge-title {
        max-width: 820px;
        font-size: clamp(4rem, 5vw, 5.8rem);
    }
}

/* Mobile fix */
@media (max-width: 640px) {
    .entry-content > .hk-pledge-wrap {
        max-width: calc(100vw - 24px);
        width: calc(100vw - 24px);
    }

    .hk-pledge-field,
    .hk-pledge-field input,
    #hkTakePledge,
    .hk-pledge-btn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .hk-pledge-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}/* ============================================================
   HK PLEDGE — FINAL LAYOUT POLISH
   ============================================================ */

/* Keep wide, but visually centered and not too tall */
.entry-content > .hk-pledge-wrap {
    margin-top: clamp(28px, 5vw, 64px);
    margin-bottom: clamp(36px, 6vw, 72px);
}

/* Desktop: cleaner vertical rhythm */
@media (min-width: 1100px) {
    .hk-pledge-card {
        min-height: auto;
        align-items: center;
        row-gap: 34px;
    }

    .hk-pledge-title {
        margin-bottom: 18px;
    }

    .hk-pledge-text {
        margin-bottom: 24px;
    }

    .hk-pledge-counter {
        width: fit-content;
        min-width: 360px;
        max-width: 480px;
    }

    .hk-pledge-field {
        max-width: 460px;
    }

    .hk-pledge-btn {
        width: auto;
        min-width: 260px;
        max-width: 340px;
        padding-left: 34px;
        padding-right: 34px;
    }
}

/* Better action alignment */
@media (min-width: 860px) {
    .hk-pledge-field,
    .hk-pledge-privacy {
        max-width: 460px;
    }

    .hk-pledge-privacy {
        line-height: 1.6;
    }
}

/* Mobile: prevent giant button/card overflow look */
@media (max-width: 640px) {
    .entry-content > .hk-pledge-wrap {
        margin-top: 22px;
        margin-bottom: 40px;
    }

    .hk-pledge-card {
        align-items: center;
        padding-top: 26px;
        padding-bottom: 28px;
    }

    .hk-pledge-title {
        line-height: 0.98;
        letter-spacing: -0.06em;
    }

    .hk-pledge-text {
        margin-bottom: 22px;
    }

    .hk-pledge-counter {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .hk-pledge-field {
        margin-bottom: 16px;
    }

    .hk-pledge-btn {
        min-height: 54px;
        border-radius: 999px;
    }

    .hk-pledge-privacy {
        text-align: center;
        margin-top: 18px;
        font-size: 0.88rem;
    }
}
/* ============================================================
   HK PLEDGE — COUNTER + ACTION FINAL FIX
   ============================================================ */

/* Desktop: keep action button controlled */
@media (min-width: 860px) {
    .hk-pledge-btn {
        min-width: 260px;
        max-width: 360px;
        width: fit-content;
    }

    #hkTakePledge {
        width: min(360px, 100%);
    }
}

/* Mobile: counter should not stack weirdly */
@media (max-width: 640px) {
    .hk-pledge-counter {
        width: 100%;
        max-width: 100%;
        min-height: 58px;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 7px;
        padding: 12px 14px;

        text-align: center;
        box-sizing: border-box;
    }

    .hk-pledge-counter strong,
    .hk-pledge-counter span {
        display: inline-flex;
        align-items: center;
        line-height: 1.2;
        white-space: nowrap;
    }

    .hk-pledge-counter strong {
        font-size: 1rem;
    }

    .hk-pledge-counter span {
        font-size: 0.86rem;
    }
}
/* ============================================================
   HK PLEDGE — DESKTOP COLUMN BALANCE
   ============================================================ */

@media (min-width: 1100px) {
    .hk-pledge-card {
        align-items: center;
        padding-top: clamp(56px, 5vw, 82px);
        padding-bottom: clamp(56px, 5vw, 82px);
    }

    .hk-pledge-title {
        margin-top: clamp(18px, 3vw, 42px);
    }

    .hk-pledge-counter {
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .hk-pledge-field {
        margin-top: 0;
    }
}
/* ============================================================
   HK PLEDGE — TRUE GRID AREA POLISH
   ============================================================ */

@media (min-width: 900px) {
    .hk-pledge-card {
        grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
        grid-template-areas:
            "badge title"
            "text counter"
            "field button"
            "privacy privacy";
        column-gap: clamp(42px, 6vw, 86px);
        row-gap: 34px;
        align-items: center;
        padding: clamp(54px, 6vw, 82px);
    }

    .hk-pledge-badge {
        grid-area: badge;
        margin: 0;
        align-self: center;
    }

    .hk-pledge-title {
        grid-area: title;
        margin: 0;
        max-width: 760px;
    }

    .hk-pledge-text {
        grid-area: text;
        margin: 0;
        max-width: 520px;
    }

    .hk-pledge-counter {
        grid-area: counter;
        margin: 0;
        width: fit-content;
        min-width: 360px;
        max-width: 460px;
    }

    .hk-pledge-field {
        grid-area: field;
        margin: 0;
        max-width: 500px;
        width: 100%;
    }

    #hkTakePledge {
        grid-area: button;
        width: min(360px, 100%);
        justify-self: start;
        margin: 0;
    }

    .hk-pledge-privacy {
        grid-area: privacy;
        margin: 4px 0 0;
        text-align: left;
    }
}
/* ============================================================
   HK PLEDGE — EQUAL DESKTOP SIDE BREATHING
   ============================================================ */

@media (min-width: 1100px) {
    .entry-content > .hk-pledge-wrap {
         width: min(1220px, calc(100vw - 140px));
    max-width: min(1220px, calc(100vw - 140px));
        margin-left: auto;
        margin-right: auto;
    }

    .hk-pledge-card {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 1400px) {
    .entry-content > .hk-pledge-wrap {
        width: min(1260px, calc(100vw - 180px));
max-width: min(1260px, calc(100vw - 180px));
    }
}
/* ============================================================
   HK PLEDGE — WRAPPER-BASED FINAL LAYOUT
   ============================================================ */

@media (min-width: 900px) {
    .hk-pledge-card {
        display: grid;
        grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
        column-gap: clamp(46px, 6vw, 90px);
        align-items: center;
    }

    .hk-pledge-left,
    .hk-pledge-right {
        display: flex;
        flex-direction: column;
    }

    .hk-pledge-left {
        justify-content: center;
        gap: 24px;
    }

    .hk-pledge-right {
        justify-content: center;
        gap: 32px;
    }

    .hk-pledge-badge,
    .hk-pledge-text,
    .hk-pledge-field,
    .hk-pledge-privacy,
    .hk-pledge-title,
    .hk-pledge-counter,
    #hkTakePledge {
        margin: 0;
    }

    .hk-pledge-support-line {
        margin: 0;
        max-width: 420px;

        color: #166534;
        font-size: clamp(1.4rem, 2.4vw, 2.2rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
        font-weight: 950;
        text-wrap: balance;
    }

    .hk-pledge-text {
        max-width: 520px;
    }

    .hk-pledge-title {
        max-width: 760px;
    }

    .hk-pledge-counter {
        width: fit-content;
        min-width: 360px;
        max-width: 460px;
    }

    #hkTakePledge {
        width: min(360px, 100%);
    }
}

@media (max-width: 899px) {
    .hk-pledge-left,
    .hk-pledge-right {
        display: contents;
    }

    .hk-pledge-support-line {
        margin: 0 0 20px;

        color: #166534;
        font-size: clamp(1.35rem, 7vw, 2rem);
        line-height: 1.1;
        letter-spacing: -0.045em;
        font-weight: 950;
        text-align: left;
    }
}
/* ============================================================
   HK PLEDGE — PREMIUM EDITORIAL POLISH
   ============================================================ */

@media (min-width: 900px) {
    .hk-pledge-card {
        min-height: 560px;
        padding: clamp(58px, 6vw, 84px);
    }

    .hk-pledge-left {
        max-width: 440px;
        gap: 20px;
    }

    .hk-pledge-right {
        gap: 28px;
    }

    .hk-pledge-support-line {
        max-width: 400px;

        color: #14532d;
        font-size: clamp(1.35rem, 1.9vw, 1.85rem);
        line-height: 1.18;
        letter-spacing: -0.035em;
        font-weight: 850;
    }

    .hk-pledge-text {
        color: #475569;
        font-size: 0.96rem;
        line-height: 1.85;
    }

    .hk-pledge-title {
        font-size: clamp(4rem, 4.6vw, 5.35rem);
        line-height: 0.94;
        letter-spacing: -0.07em;
    }

    .hk-pledge-counter {
        min-height: 56px;
        padding: 0 20px;
        background: rgba(255,255,255,0.86);
        backdrop-filter: blur(12px);
    }

    #hkTakePledge {
        min-height: 56px;
        border-radius: 999px;
    }
}

/* Make badge less sticker-like */
.hk-pledge-badge {
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 101, 52, 0.08);
    color: #166534;
}

/* Better form premium feel */
.hk-pledge-field input {
    border-color: rgba(15, 23, 42, 0.08);
    background: rgba(255,255,255,0.88);
}

/* Add subtle certificate-like vertical accent on left */
@media (min-width: 900px) {
    .hk-pledge-left {
        position: relative;
        padding-left: 24px;
    }

    .hk-pledge-left::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        bottom: 8px;
        width: 3px;
        border-radius: 999px;
        background: linear-gradient(
            180deg,
            rgba(22, 101, 52, 0.25),
            rgba(251, 191, 36, 0.22),
            rgba(14, 165, 233, 0.18)
        );
    }
}

/* Mobile: keep it warm but less loud */
@media (max-width: 899px) {
    .hk-pledge-support-line {
        color: #14532d;
        font-size: clamp(1.3rem, 6vw, 1.8rem);
        line-height: 1.18;
        font-weight: 850;
    }
}
.hk-pledge-wrap[lang="hi"],
.hk-pledge-wrap[data-pledge-lang="hi"] {
    font-family: var(--hk-font-devanagari, "Nirmala UI", "Mangal", system-ui, sans-serif);
}

.hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-title {
    font-size: clamp(3.4rem, 4.6vw, 5rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-support-line {
    line-height: 1.18;
}

.hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-text {
    line-height: 1.9;
}
/* ============================================================
   HK PLEDGE — PREMIUM LANGUAGE SWITCHER
   ============================================================ */

.hk-pledge-language-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;

    margin: 0 0 18px auto;
    width: fit-content;

    padding: 10px 12px 10px 14px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.92),
            rgba(240,253,244,0.96)
        );

    border: 1px solid rgba(22, 101, 52, 0.10);

    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.55);

    backdrop-filter: blur(10px);
}

.hk-pledge-language-switcher label {
    color: #166534;
    font-size: 0.82rem;
    font-weight: 900;
    white-space: nowrap;
}

.hk-pledge-language-switcher select {
    min-height: 40px;
    padding: 0 40px 0 14px;

    border: 1px solid rgba(22, 101, 52, 0.10);
    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #ffffff,
            #f8fafc
        );

    color: #0f172a;

    font-size: 0.92rem;
    font-weight: 850;

    cursor: pointer;

    box-shadow:
        0 4px 12px rgba(15,23,42,0.04);

    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.hk-pledge-language-switcher select:hover {
    transform: translateY(-1px);

    border-color: rgba(22,101,52,0.22);

    box-shadow:
        0 10px 24px rgba(15,23,42,0.06);
}

.hk-pledge-language-switcher select:focus {
    outline: 3px solid rgba(22, 101, 52, 0.16);
    outline-offset: 2px;
}

@media (max-width: 640px) {
    .hk-pledge-language-switcher {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 14px;
        border-radius: 22px;
    }

    .hk-pledge-language-switcher select {
        max-width: 58%;
    }
}
/* ============================================================
   HK PLEDGE — LANGUAGE SWITCHER INSIDE CARD + HINDI MOBILE
   ============================================================ */

.hk-pledge-card .hk-pledge-language-switcher {
    position: absolute;
    top: 24px;
    right: 28px;
    z-index: 5;
    margin: 0;
}

@media (min-width: 900px) {
    .hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-title {
        font-size: clamp(3.4rem, 4.2vw, 4.65rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }
}

@media (max-width: 899px) {
    .hk-pledge-card .hk-pledge-language-switcher {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 0 0 22px;
        box-sizing: border-box;
    }

    .hk-pledge-language-switcher select {
        max-width: 58%;
    }
}

@media (max-width: 640px) {
    .hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-title {
        font-size: clamp(2.6rem, 11vw, 3.6rem);
        line-height: 1.12;
        letter-spacing: -0.025em;
    }

    .hk-pledge-wrap[data-pledge-lang="hi"] .hk-pledge-support-line {
        font-size: clamp(1.45rem, 7vw, 2rem);
        line-height: 1.18;
    }

    .hk-pledge-language-switcher {
        overflow: hidden;
    }

    .hk-pledge-language-switcher label {
        white-space: nowrap;
    }
}
/* RTL language switcher placement */
.hk-pledge-wrap[dir="rtl"] .hk-pledge-card .hk-pledge-language-switcher {
    left: 28px;
    right: auto;
}

@media (max-width: 899px) {
    .hk-pledge-wrap[dir="rtl"] .hk-pledge-card .hk-pledge-language-switcher {
        left: auto;
        right: auto;
    }
}