.rz-body {
    scroll-behavior: smooth;
}

#kilavuz-doc-top {
    scroll-margin-top: 5.5rem;
    outline: none;
}

.kilavuz-doc-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.kilavuz-doc-toc-column {
    align-self: flex-start;
}

.kilavuz-doc-toc {
    position: sticky;
    top: 0.75rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

button.kilavuz-doc-toc-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.35rem 0.5rem;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: var(--rz-text-title-color, inherit);
    text-align: start;
    font: inherit;
    font-size: 0.9rem;
    line-height: 1.35;
    cursor: pointer;
}

button.kilavuz-doc-toc-link:hover {
    background: var(--rz-base-200, #f0f0f0);
}

.kilavuz-doc-h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
}

.kilavuz-doc-h2 {
    scroll-margin-top: 5.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid var(--rz-base-300, #e0e0e0);
    font-size: 1.25rem;
    font-weight: 600;
}

.kilavuz-doc-h2:not(:first-of-type) {
    margin-top: 1.75rem;
}

.kilavuz-doc-h3 {
    scroll-margin-top: 5.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.kilavuz-doc-body ul,
.kilavuz-doc-body ol {
    padding-left: 1.25rem;
}

.kilavuz-doc-dl dt {
    font-weight: 600;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
}

.kilavuz-doc-dl dd {
    margin-left: 0;
    margin-bottom: 0.25rem;
    color: var(--rz-text-secondary-color, #555);
}

/* Bagis.Web ile aynı: layout dışında, viewport sağ-alt sabit */
button.kilavuz-doc-scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #17407e;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

button.kilavuz-doc-scroll-top:hover {
    background-color: #123263;
}

.kilavuz-doc-scroll-top .kilavuz-doc-top-icon {
    font-size: 1.5rem;
    line-height: 1;
}
