﻿/* YRS özel sayfa düzeni */
.yrs-anayazi {
    display: flex;
    flex-direction: column;
    align-items: center; /* yatay ortalama */
    justify-content: center;
    text-align: center; /* text ortalama */
    padding-top: 1px;
}

    .yrs-anayazi .pdfler a,
    .yrs-anayazi .anayan .button-container a {
        display: inline-block;
        margin: 10px auto;
    }

    /* Son eleman daha yüksek gözüksün */
    .yrs-anayazi .anayan:last-child .button-container a {
        font-size: 18px;
        height: 66px;
        line-height: 36px;
        margin-left: 22px;
    }

    /* Buton görünümü */
    .yrs-anayazi .styled-button {
        background: #800000;
        color: #fff;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: all 0.3s ease;
        width: 272px;
    }

        
