.besalp-working-hours-widget {
    font-family: inherit;
}

.besalp-working-hours-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 600;
}

.besalp-working-hours-content {
    margin-bottom: 15px;
    line-height: 1.6;
}

.besalp-working-hours-content p {
    margin-bottom: 8px;
}

.besalp-vacation-text {
    border-radius: 4px;
    font-weight: 600;
    text-align: left;
    color: #e74c3c;
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.2);
    white-space: pre-line;
}

.besalp-error {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin-bottom: 15px;
} 