.yy-btn-phone,
.yy-btn-wa,
.yy-btn-724{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 18px;
    border-radius:14px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    margin:10px auto;
    max-width:320px;        /* Buton genişliği */
    box-shadow:0 6px 16px rgba(0,0,0,0.08);
    transition:0.25s ease;
}

/* Telefon */
.yy-btn-phone{
    background:#ff5722;
    color:#fff;
}

/* WhatsApp */
.yy-btn-wa{
    background:#25D366;
    color:#fff;
}

/* 7/24 */
.yy-btn-724{
    background:#ffc107;
    color:#000;
}

/* Hover */
.yy-btn-phone:hover,
.yy-btn-wa:hover,
.yy-btn-724:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(0,0,0,0.15);
}

/* Icon sizes */
.yy-wa-icon,
.yy-724-icon{
    width:20px;
    height:20px;
}
