.toto80-article {
    background: linear-gradient(135deg, #2b050a 0%, #120204 100%);
    border: 1px solid #d4af37;
    border-radius: 16px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.2);
    color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.toto80-article h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 15px;
    border-left: 4px solid #ff334b;
    padding-left: 12px;
}
.toto80-article p {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}
.toto80-article a {
    color: #ff4d6d;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}
.toto80-article a:hover {
    color: #ffcc00;
    text-decoration: underline;
}