/*
Theme Name: Blocksy Child
Template: blocksy
*/

/* ===== BOTÓN BLOG - IGUALAR A LOS DEMÁS ===== */
#menu-principal .menu-item a.ct-menu-link,
.header-menu-1 .menu-item a.ct-menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    background: white !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    color: #1a202c !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 48px !important;
    min-height: 48px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

#menu-principal .menu-item a.ct-menu-link:hover,
.header-menu-1 .menu-item a.ct-menu-link:hover {
    background: #f8f8f8 !important;
    border-color: #33cc33 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(51, 204, 51, 0.3) !important;
    color: #1a202c !important;
}
