/* Hide the original Découvrir catalogue button */
a[href*="catalogue"].elementor-button,
.elementor-button-wrapper a[href*="catalogue"],
.elementor-widget-button a[href*="catalogue"] {
    display: none !important;
}

/* Catalogue tab injected after Professionnels */
.angie-catalogue-tab-b4d055c4 {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 8px 20px;
    background-color: #b8860b;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.15s ease, box-shadow 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
}

.angie-catalogue-tab-b4d055c4:hover {
    background-color: #9a7209;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.angie-catalogue-tab-b4d055c4:focus {
    outline: 2px solid #b8860b;
    outline-offset: 2px;
}

/* Responsive */
@media (max-width: 767px) {
    .angie-catalogue-tab-b4d055c4 {
        font-size: 12px;
        padding: 6px 14px;
        margin-left: 4px;
    }
}
