﻿.doc-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    font-family: "Segoe UI", sans-serif;
}

.section {
    margin-bottom: 60px;
}

    .section h1 {
        font-size: 28px;
        margin-bottom: 15px;
        border-bottom: 2px solid #eee;
        padding-bottom: 5px;
    }

.feature-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .feature-card h2 {
        margin-bottom: 10px;
    }

.step-list {
    margin-top: 10px;
    padding-left: 20px;
}

    .step-list li {
        margin-bottom: 8px;
    }

.note {
    background: #f5f8ff;
    border-left: 4px solid #4a90e2;
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
}

.screenshot-placeholder {
    margin-top: 5px;
    /*height: 220px;*/
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    background: #fafafa;
    padding: 4px; /* 👈 kritik */
}
    .screenshot-placeholder img {
        max-width: 100%;
        height: auto;
        border: 0 !important;
        outline: none;
        box-shadow: none;
    }
