.psmh-container {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    font-family: inherit;
}

.psmh-theme-light {
    background: #fff7f7;
    color: #111111;
}

.psmh-theme-dark {
    background: #0b1f3a; /* Blu Piemonte Sport */
    color: #ffffff;
    border-color: rgba(255,255,255,0.15);
}

.psmh-header {
    margin-bottom: 0.75rem;
}

.psmh-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.psmh-size-large .psmh-title {
    font-size: 1.3rem;
}

.psmh-wrapper {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.psmh-column {
    flex: 1 1 0;
}

/* Mobile */
@media (max-width: 768px) {
    .psmh-wrapper {
        flex-direction: column;
    }
}
