/* sor_notice.css – styl komunikatu SOR */

.sor-notice-wrapper {
    border: 2px solid #4a7c3f;
    border-radius: 6px;
    background-color: #f4faf2;
    padding: 16px 20px;
    margin: 20px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #2d4a28;
}

.sor-notice-text {
    margin: 0 0 10px 0;
}

.sor-notice-text:last-child {
    margin-bottom: 0;
}

.sor-notice-link {
    color: #2d7a1f;
    font-weight: 700;
    text-decoration: underline;
}

.sor-notice-link:hover {
    color: #1a5213;
    text-decoration: none;
}
