.icerik_sayfa {
    margin-top: 0 !important;
}

.qrsis-page-detail {
    padding-bottom: 18px;
    background: #f6f8fb;
}

.qrsis-page-hero {
    position: relative;
    height: 182px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0f9aa7;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.qrsis-page-back-button {
    position: fixed;
    top: var(--qrsis-page-back-top);
    left: var(--qrsis-page-back-left);
    z-index: 1065;
    width: auto;
    min-width: 86px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: #0b6070;
    box-shadow: 0 16px 34px rgba(11, 32, 54, .20), 0 2px 8px rgba(11, 32, 54, .10);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px 0 7px;
    cursor: pointer;
    isolation: isolate;
    overflow: hidden;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.qrsis-page-back-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(15, 154, 167, .16), rgba(47, 110, 211, .08));
    opacity: .95;
}

.qrsis-page-back-button::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, .62);
    pointer-events: none;
}

.qrsis-page-back-button:hover,
.qrsis-page-back-button:focus {
    background: #fff;
    color: #074e5b;
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 20px 40px rgba(11, 32, 54, .24), 0 4px 12px rgba(11, 32, 54, .12);
}

.qrsis-page-back-button:active {
    transform: translateY(0) scale(.98);
}

.qrsis-page-back-button__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f9aa7 0%, #1686b5 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(15, 154, 167, .28);
    font-size: 1.1rem;
    line-height: 1;
}

.qrsis-page-back-button__icon i {
    display: block;
    transform: translateX(-1px);
}

.qrsis-page-back-button__label {
    color: #0b2f3d;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.qrsis-page-hero--empty {
    background: linear-gradient(135deg, #0f9aa7 0%, #0a6f77 100%);
}

.qrsis-page-hero__mask {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.26);
}

.qrsis-page-hero__content {
    width: min(88%, 560px);
    margin: 0 auto;
    padding: 0 12px;
    text-align: center;
    color: #fff;
}

.qrsis-page-hero__content h1 {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 5.8vw, 3rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: .02em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.qrsis-page-content {
    padding: 16px 12px 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

.qrsis-page-content > section,
.qrsis-page-content > section > .row {
    margin: 0;
}

.qrsis-page-content > section > .row {
    display: block;
    min-width: 0;
    max-width: 100%;
}

.qrsis-page-content p,
.qrsis-page-content h1,
.qrsis-page-content h2,
.qrsis-page-content h3,
.qrsis-page-content h4,
.qrsis-page-content h5,
.qrsis-page-content h6 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.qrsis-page-content p {
    margin-bottom: 0.9rem;
    color: #39465f;
    font-size: 1rem;
    line-height: 1.65;
}

.qrsis-page-content p:empty {
    display: none;
}

/* Word'den daha önce aktarılmış sınıfsız tablolar için ortak görünüm. */
.qrsis-page-content table {
    display: block;
    width: max-content;
    min-width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-collapse: collapse;
    border-spacing: 0;
    color: #1f2937;
    font-size: .92rem;
    line-height: 1.4;
}

.qrsis-page-content table th,
.qrsis-page-content table td {
    min-width: 72px;
    padding: 8px 10px;
    border: 1px solid #aeb8c5;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}

.qrsis-page-content table tr:first-child td,
.qrsis-page-content table tr:first-child th {
    background: #eef4f7;
    font-weight: 700;
}

.qrsis-page-content .qrsis-word-table-wrap {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #fff;
}

.qrsis-page-content .qrsis-word-table {
    display: table;
    width: max-content;
    min-width: 100%;
    max-width: none;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    color: #1f2937;
    font-size: .92rem;
    line-height: 1.4;
}

.qrsis-page-content .qrsis-word-table th,
.qrsis-page-content .qrsis-word-table td {
    min-width: 72px;
    padding: 8px 10px;
    border: 1px solid #aeb8c5;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}

.qrsis-page-content .qrsis-word-table tr:first-child td {
    background: #eef4f7;
    font-weight: 700;
}

.qrsis-page-content h1,
.qrsis-page-content h2 {
    margin-top: 1.15rem;
    margin-bottom: 0.65rem;
    color: #06132b;
    font-size: clamp(1.35rem, 3vw, 1.9rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.qrsis-page-content h3,
.qrsis-page-content h4,
.qrsis-page-content h5,
.qrsis-page-content h6 {
    margin-top: 1rem;
    margin-bottom: 0.55rem;
    color: #14213d;
    font-weight: 750;
    line-height: 1.2;
}

.qrsis-page-content img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    border-radius: 0;
    margin: 0 auto 1rem;
}

.qrsis-page-content .qrsis-pdf-page-stack {
    width: min(100%, 1100px);
    margin: 0 auto;
    background: #fff;
}

.qrsis-page-content .qrsis-pdf-page-stack img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: top center;
    border-radius: 0;
    background: #fff;
}

.qrsis-page-content .qrsis-pdf-page-stack img + img {
    margin-top: 0;
}

.qrsis-page-content .qrsis-pdf-embed {
    width: 100%;
    max-width: 720px;
    height: min(72vh, 760px);
    min-height: 520px;
    margin: 0 auto 1rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #f8fafc;
    overflow: hidden;
}

.qrsis-page-content .qrsis-pdf-embed__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.qrsis-page-content h1:has(img),
.qrsis-page-content h2:has(img),
.qrsis-page-content p:has(img) {
    width: fit-content;
    max-width: min(100%, 1100px);
    margin: 0 auto 0.9rem;
    line-height: 0;
    font-size: 0;
}

.qrsis-page-content a {
    color: #087f8c;
    font-weight: 700;
    text-decoration: none;
}

.qrsis-page-content a:hover {
    color: #065b64;
    text-decoration: underline;
}

.qrsis-page-content hr {
    max-width: 720px;
    margin: 1.35rem auto;
    border-color: rgba(15, 23, 42, 0.12);
}

.qrsis-page-content .qrsis-tv-page {
    padding-top: 0;
}

.qrsis-page-content .qrsis-tv-list {
    width: min(100%, 920px);
    margin: 0 auto 1rem;
}

.qrsis-page-content .qrsis-tv-list-head {
    display: grid;
    grid-template-columns: 44px 62px minmax(0, 1fr) 150px;
    gap: 14px;
    margin-bottom: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #08a0ad 0%, #007d8b 100%);
    box-shadow: 0 10px 24px rgba(0, 125, 139, 0.2);
    font-size: 15px;
    font-weight: 700;
}

.qrsis-page-content .qrsis-tv-sort--no {
    grid-column: 1 / span 2;
}

.qrsis-page-content .qrsis-tv-sort--ad {
    grid-column: 3;
}

.qrsis-page-content .qrsis-tv-sort--dil {
    grid-column: 4;
}

.qrsis-page-content .qrsis-tv-sort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 38px;
    padding: 0 8px;
    border: 0;
    border-radius: 10px;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.qrsis-page-content .qrsis-tv-sort:hover,
.qrsis-page-content .qrsis-tv-sort:focus-visible,
.qrsis-page-content .qrsis-tv-sort.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.qrsis-page-content .qrsis-tv-sort:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.88);
    outline-offset: 2px;
}

.qrsis-page-content .qrsis-tv-sort-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.qrsis-page-content .qrsis-tv-sort.is-active .qrsis-tv-sort-indicator {
    color: #008c99;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 79, 89, 0.24);
}

.qrsis-page-content .qrsis-tv-card {
    display: grid;
    grid-template-columns: 44px 62px minmax(0, 1fr) minmax(82px, 140px);
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.58);
    overflow: hidden;
}

.qrsis-page-content .qrsis-tv-card.d-none {
    display: none !important;
}

.qrsis-page-content .qrsis-tv-no {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: #2f3f4f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.qrsis-page-content .qrsis-tv-logo {
    width: 62px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667085;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.qrsis-page-content .qrsis-tv-logo img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0;
    background: transparent;
    display: block;
}

.qrsis-page-content .qrsis-tv-info {
    min-width: 0;
}

.qrsis-page-content .qrsis-tv-name {
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.qrsis-page-content .qrsis-tv-language {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-width: 0;
    width: max-content;
    max-width: min(180px, 42vw);
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #fff;
    background: #1683f5;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qrsis-page-content .qrsis-tv-card > .qrsis-tv-language,
.qrsis-page-content .qrsis-tv-info + .qrsis-tv-language {
    margin-top: 0;
}

.qrsis-page-content .qrsis-tv-language--empty {
    color: #667085;
    background: #e5e7eb;
}

@media (max-width: 520px) {
    .qrsis-page-content .qrsis-tv-list-head {
        grid-template-columns: 30px 40px minmax(0, 1fr) minmax(72px, 92px);
        font-size: 14px;
    }

    .qrsis-page-content .qrsis-tv-card {
        grid-template-columns: 30px 40px minmax(0, 1fr) minmax(72px, 92px);
        gap: 10px;
        padding: 10px 8px;
    }

    .qrsis-page-content .qrsis-tv-logo {
        width: 40px;
        height: 40px;
    }

    .qrsis-page-content .qrsis-tv-name {
        font-size: 14px;
    }

    .qrsis-page-content .qrsis-tv-language {
        max-width: 128px;
    }
}

.qrsis-page-content .qrsis-tv-empty {
    width: min(100%, 760px);
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 8px;
    color: #667085;
    text-align: center;
    background: #f8fafc;
}

.qrsis-child-page-list {
    width: 100%;
    display: grid;
    gap: 16px;
    padding: 4px 0 18px;
}

.qrsis-child-page-card {
    margin: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, .12);
    overflow: hidden;
}

.qrsis-child-page-card__link {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 132px;
    padding: 16px;
    color: #111827;
    text-decoration: none;
}

.qrsis-child-page-card__media {
    width: 156px;
    height: 112px;
    border-radius: 14px;
    overflow: hidden;
    background: #e5e7eb;
    display: block;
}

.qrsis-child-page-card__media img,
.qrsis-child-page-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.qrsis-child-page-card__placeholder {
    color: #94a3b8;
    font-size: 1.8rem;
}

.qrsis-child-page-card__body {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.qrsis-child-page-card__body strong {
    color: #111827;
    font-size: clamp(1.15rem, 3.7vw, 1.55rem);
    font-weight: 600;
    line-height: 1.12;
}

.qrsis-child-page-card__body span {
    color: #8a8f98;
    font-size: clamp(.95rem, 3vw, 1.12rem);
    line-height: 1.25;
}

.qrsis-child-page-card__link:hover {
    color: #111827;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .qrsis-page-detail {
        padding-bottom: 10px;
    }

    .qrsis-page-hero {
        height: 164px;
        margin-top: 0;
    }

    .qrsis-page-back-button {
        top: var(--qrsis-page-back-top);
        left: var(--qrsis-page-back-left);
        min-width: 82px;
        height: 40px;
        padding: 0 12px 0 6px;
    }

    .qrsis-page-back-button__icon {
        width: 29px;
        height: 29px;
        font-size: 1rem;
    }

    .qrsis-page-back-button__label {
        font-size: .86rem;
    }

    .qrsis-page-hero__content {
        width: calc(100% - 40px);
        padding: 0 10px;
    }

    .qrsis-page-hero__content h1 {
        font-size: clamp(1.7rem, 8vw, 2.1rem);
        font-weight: 700;
        letter-spacing: 0;
    }

    .qrsis-page-content {
        padding: 12px 16px 0;
    }

    .qrsis-page-content h1,
    .qrsis-page-content h2 {
        margin-top: 0.85rem;
        font-size: clamp(1.35rem, 5.8vw, 1.7rem);
    }

    .qrsis-page-content p {
        padding: 0;
        font-size: 0.96rem;
        line-height: 1.56;
    }

    .qrsis-page-content img {
        max-height: none;
        margin-bottom: 0.85rem;
    }

    .qrsis-page-content .qrsis-pdf-embed {
        min-height: 420px;
        height: 68vh;
        margin-bottom: 0.85rem;
    }

    .qrsis-child-page-list {
        gap: 12px;
        padding: 2px 0 4px;
    }

    .qrsis-child-page-card {
        border-radius: 17px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, .07);
    }

    .qrsis-child-page-card__link {
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 13px;
        min-height: 116px;
        padding: 12px;
        align-items: flex-start;
    }

    .qrsis-child-page-card__media {
        width: 132px;
        height: 94px;
        border-radius: 14px;
        background: #eef2f7;
    }

    .qrsis-page-content .qrsis-child-page-card__media img {
        width: 100% !important;
        height: 100% !important;
        max-height: none;
        margin: 0;
        display: block;
        object-fit: cover;
    }

    .qrsis-child-page-card__body {
        gap: 5px;
        padding-top: 2px;
    }

    .qrsis-child-page-card__body strong {
        color: #0f172a;
        font-size: .98rem;
        font-weight: 650;
        line-height: 1.16;
    }

    .qrsis-child-page-card__body span {
        display: -webkit-box;
        overflow: hidden;
        color: #667085;
        font-size: .86rem;
        font-weight: 450;
        line-height: 1.34;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 420px) {
    .qrsis-child-page-card__link {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 12px;
    }

    .qrsis-child-page-card__media {
        width: 116px;
        height: 86px;
    }
}

.qrsis-tv-page {
    width: 100%;
    padding: 1rem 0 1.5rem;
}

.qrsis-tv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.9rem;
    width: 100%;
}

.qrsis-tv-card {
    min-height: 132px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.qrsis-tv-logo {
    width: 86px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #0f9aa7;
    font-size: 1.45rem;
}

.qrsis-tv-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.qrsis-tv-info {
    width: 100%;
    margin-top: 0.75rem;
}

.qrsis-tv-no {
    display: inline-flex;
    min-width: 34px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef7f8;
    color: #0f7f89;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.1rem 0.55rem;
    margin-bottom: 0.4rem;
}

.qrsis-tv-name {
    color: #172033;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.25;
    word-break: break-word;
}

.qrsis-tv-empty {
    grid-column: 1 / -1;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    text-align: center;
}

