.com-btn[data-v-4ab3d952]{
    font-size:.32rem;
    width:100%;
    height:1rem;
    border:0;
    border-radius:.2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1.2em;
    padding:.1rem .2rem;
    font-weight:500;
}

/* AKTİF BUTON: KOYU KAHVE + SİYAH, 3D */
.com-btn.on[data-v-4ab3d952]{
    border-radius:.2rem;
    color:#fff;
    background: linear-gradient(
135deg, #6c2e0b 0%, #1e0c02 50%, #321503 100%) !important;

    /* 3D efekti */
    box-shadow:
        inset 0 2px 3px rgba(255,255,255,0.18),   /* üst iç parlama */
        inset 0 -3px 4px rgba(0,0,0,0.6),         /* alt iç gölge */
        0 4px 10px rgba(0,0,0,0.7);               /* dış gölge */
}
