.section-page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
    padding: 22px 24px;
    border: 1px solid #dfe6ee;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
    box-shadow: 0 5px 16px rgba(18, 55, 94, 0.07);
}

.section-page-heading-copy h1 {
    margin: 4px 0 5px;
    color: #12375e;
    font-size: 1.65rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-page-heading-copy p {
    margin: 0;
    color: #68778a;
    font-size: 0.85rem;
}

.section-page-eyebrow {
    color: #2c7be5;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.section-page-eyebrow i {
    margin-right: 6px;
}

.section-page-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.section-page-actions .btn-azioni {
    min-height: 38px;
    border-radius: 6px;
    box-shadow: none;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .section-page-heading {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .section-page-actions {
        justify-content: flex-start;
        width: 100%;
    }
}
