/* ========================================
   TITLE BUTTONS - Smart Feed
   ======================================== */
.ym-title-button {
    transition: all 0.2s ease !important;
    cursor: pointer;
    position: relative;
    border-color: #e2e8f0 !important;
}

.ym-title-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-color: var(--wp--preset--color--primary, #2196F3) !important;
    background-color: #F8FAFC !important;
    /* Slight bg change */
}

/* Ensure the link inside covers the whole area or behaves nicely */
.ym-title-button a {
    text-decoration: none !important;
    display: block;
}

.ym-title-button:active {
    transform: translateY(0);
}