.qrsis-push-izin-karti {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e9eef5;
    background: #f1fbff;
}

.qrsis-push-izin-karti__copy {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.qrsis-push-izin-karti__copy small {
    line-height: 1.35;
    color: #627087;
}

.qrsis-push-izin-karti__button {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: #00aabd;
    font-weight: 700;
}

.qrsis-push-izin-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.qrsis-push-izin-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 29, 50, .58);
    backdrop-filter: blur(3px);
}

.qrsis-push-izin-modal__dialog {
    position: relative;
    width: min(420px, 100%);
    padding: 28px 24px;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    box-shadow: 0 25px 70px rgba(8, 25, 50, .28);
}

.qrsis-push-izin-modal__icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 15px;
    place-items: center;
    border-radius: 50%;
    color: #00aabd;
    background: #e5f9fb;
    font-size: 28px;
}

.qrsis-push-izin-modal h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.qrsis-push-izin-modal p {
    margin: 0;
    color: #617087;
    line-height: 1.55;
}

.qrsis-push-izin-modal__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.qrsis-push-izin-acik {
    overflow: hidden;
}

.qrsis-teslimat-sayfasi {
    min-height: calc(100vh - 130px);
    display: grid;
    place-items: center;
    padding: 36px 16px;
    background:
        radial-gradient(circle at 20% 18%, rgba(0, 170, 189, .08), transparent 32%),
        linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
}

.qrsis-teslimat-karti {
    width: min(620px, 100%);
    overflow: hidden;
    border: 1px solid #dce8f3;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(20, 46, 80, .12);
}

.qrsis-teslimat-baslik {
    padding: 28px 28px 24px;
    border-bottom: 1px solid #e7edf3;
    text-align: center;
    background: linear-gradient(180deg, #fbffff 0%, #f4fbfb 100%);
}

.qrsis-teslimat-adim {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #087f8a;
    background: #e6f8f7;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.qrsis-teslimat-ikon {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 16px;
    place-items: center;
    border: 1px solid #c7eee8;
    border-radius: 22px;
    color: #0a9d79;
    background: #e7faf5;
    font-size: 30px;
}

.qrsis-teslimat-karti h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(25px, 4vw, 32px);
    line-height: 1.2;
}

.qrsis-teslimat-konum {
    margin: 9px 0 0;
    color: #53647a;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .02em;
}

.qrsis-teslimat-icerik {
    padding: 24px 28px 28px;
}

.qrsis-teslimat-ozet {
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 1px solid #e5ebf1;
    border-radius: 16px;
    background: #f7f9fc;
    text-align: left;
}

.qrsis-teslimat-ozet strong {
    display: block;
    color: #101828;
    font-size: 13px;
}

.qrsis-teslimat-ozet p {
    margin: 7px 0 0;
    color: #475467;
    line-height: 1.55;
}

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

.qrsis-teslimat-secenek {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border: 1px solid #d0d8e2;
    border-radius: 16px;
    color: #344054;
    background: #fff;
    font: inherit;
    font-weight: 750;
    text-align: left;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.qrsis-teslimat-secenek:hover,
.qrsis-teslimat-secenek:focus-visible {
    border-color: #7bcfc7;
    background: #f3fffd;
    box-shadow: 0 8px 22px rgba(15, 158, 170, .11);
    transform: translateY(-1px);
}

.qrsis-teslimat-secenek.is-positive {
    border-color: #9edfc7;
    color: #087b5c;
    background: #f4fff9;
}

.qrsis-teslimat-secenek__ikon {
    width: 38px;
    height: 38px;
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    color: #526176;
    background: #eef2f6;
    font-size: 17px;
}

.qrsis-teslimat-secenek.is-positive .qrsis-teslimat-secenek__ikon {
    color: #fff;
    background: #16a36f;
}

.qrsis-teslimat-secenek.is-selected {
    border-color: #0f9eaa;
    box-shadow: 0 0 0 3px rgba(15, 158, 170, .14);
}

.qrsis-teslimat-karti.is-loading {
    pointer-events: none;
}

.qrsis-teslimat-karti.is-loading .qrsis-teslimat-secenek:not(.is-selected) {
    opacity: .46;
}

.qrsis-teslimat-karti.is-loading .qrsis-teslimat-secenek.is-selected .qrsis-teslimat-secenek__ikon {
    animation: qrsis-teslimat-nabiz 1s ease-in-out infinite;
}

.qrsis-teslimat-anket {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 12px;
    color: #fff;
    background: #0f9eaa;
    font-weight: 750;
    text-decoration: none;
}

.qrsis-teslimat-anket:hover,
.qrsis-teslimat-anket:focus-visible {
    color: #fff;
    background: #087f8a;
    text-decoration: none;
}

.qrsis-teslimat-sonuc {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #bde9d4;
    border-radius: 14px;
    color: #087b5c;
    background: #f1fff8;
    font-weight: 750;
}

.qrsis-teslimat-sonuc i {
    font-size: 20px;
}

@keyframes qrsis-teslimat-nabiz {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(.88);
    }
}

@media (max-width: 480px) {
    .qrsis-push-izin-karti {
        align-items: stretch;
        flex-direction: column;
    }

    .qrsis-push-izin-karti__button {
        width: 100%;
    }

    .qrsis-push-izin-modal__actions {
        flex-direction: column;
    }

    .qrsis-teslimat-sayfasi {
        align-items: start;
        padding: 18px 10px;
    }

    .qrsis-teslimat-karti {
        border-radius: 20px;
    }

    .qrsis-teslimat-baslik {
        padding: 22px 18px 20px;
    }

    .qrsis-teslimat-icerik {
        padding: 18px;
    }

    .qrsis-teslimat-islemler {
        grid-template-columns: 1fr;
    }
}
