<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Titlu selectate */
.title-favorite {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.brd-radius {margin-bottom: 10px}    
.anunturi-selectate {margin-top: 5px}

/* Mesaj de alerta */
.alert-message {
    background: #ffffd9;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
}
.alert-message p {
    margin: 5px 0
}
.red &gt; img {
    margin-right: 7px;
    width: 24px;
    height: 22px;
}</pre></body></html>