:root {
    --bg-light: rgba(244, 244, 244, 0.6);
    --bg-dark: #0073aa;
}

.wpsg-summary {
    background: var(--bg-light);
    border-left: 4px solid var(--light);
    padding: 32px;
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.75;
}

.wpsg-summary p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wpsg-summary strong {
    display: block;
    margin-bottom: 8px;
}