.res-wrapper {
    margin-top: 120px;
    padding: 2rem 1rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}

.res-container {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.res-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #007782;
}

.res-update {
    font-size: 0.9rem;
    color: gray;
    margin-bottom: 1.5rem;
}

.res-paragraph {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.res-box {
    background-color: #f2f8f8;
    padding: 1rem;
    border-left: 4px solid #007782;
    margin: 1rem 0;
    font-weight: bold;
}

.res-subtitle {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.res-list {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.res-list li {
    margin-bottom: 0.75rem;
}

.res-note {
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
    margin-top: 2rem;
}
/* Tablet Görünüm (768px ve altı) */
@media (max-width: 768px) {
    .res-wrapper {
        padding: 1.5rem 1rem;
    }

    .res-container {
        padding: 1.5rem;
    }

    .res-title {
        font-size: 1.6rem;
    }

    .res-subtitle {
        font-size: 1.2rem;
    }

    .res-paragraph,
    .res-note {
        font-size: 0.95rem;
    }

    .res-list li {
        font-size: 0.95rem;
    }
}

/* Mobil Görünüm (480px ve altı) */
@media (max-width: 480px) {
    .res-wrapper {
        padding: 1rem 0.75rem;
    }

    .res-container {
        padding: 1rem;
    }

    .res-title {
        font-size: 1.4rem;
        text-align: center;
    }

    .res-update {
        text-align: center;
        margin-bottom: 1rem;
    }

    .res-paragraph,
    .res-note,
    .res-list li {
        font-size: 0.9rem;
    }

    .res-box {
        font-size: 0.9rem;
        padding: 0.75rem;
    }
}
