/*
 Theme Name:   astra-child
 Template:     astra
 Version:      1.0
 Description:  Tema child per il tema astra
 Author:       Scrivimelo.it
*/

/* Pulsante "Mostra tutti gli argomenti" sidebar */
.toggle-categorie-sidebar {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px 14px;

    background-color: #0174df !important;
    color: #ffffff !important;
    border: 1px solid #0174df !important;
    border-radius: 4px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;

    cursor: pointer;
    transition: background-color 0.2s ease;
}

.toggle-categorie-sidebar:hover,
.toggle-categorie-sidebar:focus {
    background-color: #005fb8 !important;
    color: #ffffff !important;
    border-color: #005fb8 !important;
}

/* =========================================================
 * Contenuto editoriale sotto le categorie
 * ========================================================= */

.scrivimelo-category-bottom-content {
    margin-top: 20px !important;
    padding-top: 24px !important;
    border-top: 1px solid #e5e5e5;
}

/* H2 interni */
.scrivimelo-category-bottom-content h2 {
    margin-top: 32px !important;
    margin-bottom: 8px;
}

/* Il primo H2 non deve aggiungere altro spazio */
.scrivimelo-category-bottom-content > h2:first-of-type {
    margin-top: 0 !important;
}

/* H3 eventuali */
.scrivimelo-category-bottom-content h3 {
    margin-top: 24px !important;
    margin-bottom: 8px;
}