.regulamin-section {
    background: #fff;
    padding: 60px 20px;
    min-height: 70vh;
}

.regulamin-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.regulamin-article {
    background: #fff;
}

.regulamin-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 3px solid #816B63;
}

.regulamin-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}

.regulamin-date {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.regulamin-content {
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.8;
    color: #333;
}

.regulamin-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #816B63;
    margin: 50px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #E6E0DA;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.regulamin-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #92857A;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.regulamin-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 15px 0;
}

.regulamin-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin: 25px 0 12px 0;
}

.regulamin-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin: 20px 0 10px 0;
}

.regulamin-content p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    color: #333;
    text-align: justify;
}

.regulamin-content strong {
    font-weight: 600;
    color: #000;
}

.regulamin-content em {
    font-style: italic;
}

.regulamin-content ul,
.regulamin-content ol {
    margin: 0 0 25px 0;
    padding-left: 40px;
}

.regulamin-content ul {
    list-style-type: disc;
}

.regulamin-content ol {
    list-style-type: decimal;
}

.regulamin-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #333;
}

.regulamin-content li strong {
    color: #816B63;
}

.regulamin-content ul ul,
.regulamin-content ol ol,
.regulamin-content ul ol,
.regulamin-content ol ul {
    margin: 12px 0;
    padding-left: 30px;
}

.regulamin-content ul ul {
    list-style-type: circle;
}

.regulamin-content ul ul ul {
    list-style-type: square;
}

.regulamin-content a {
    color: #816B63;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.regulamin-content a:hover {
    color: #92857A;
}

.regulamin-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    background: #f9f9f9;
    border-left: 5px solid #816B63;
    font-style: italic;
    color: #555;
}

.regulamin-content table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    font-size: 15px;
}

.regulamin-content table th {
    background: #816B63;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #6d5a52;
}

.regulamin-content table td {
    padding: 12px 15px;
    border: 1px solid #E6E0DA;
}

.regulamin-content table tr:nth-child(even) {
    background: #fafafa;
}

.regulamin-content table tr:hover {
    background: #f5f5f5;
}

.regulamin-content hr {
    margin: 40px 0;
    border: none;
    border-top: 2px solid #E6E0DA;
}

.regulamin-content .highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 3px;
}

.regulamin-content .important {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.regulamin-content .info {
    background: #d1ecf1;
    border-left: 4px solid #0c5460;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.regulamin-content code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #c7254e;
}

.regulamin-content pre {
    background: #f4f4f4;
    padding: 15px 20px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 20px 0;
}

.regulamin-content pre code {
    background: none;
    padding: 0;
    color: #333;
}

@media (max-width: 1024px) {
    .regulamin-container {
        padding: 0 30px;
    }
    
    .regulamin-content {
        max-width: 100%;
    }
    
    .regulamin-title {
        font-size: 36px;
    }
    
    .regulamin-content h2 {
        font-size: 28px;
    }
    
    .regulamin-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .regulamin-section {
        padding: 40px 15px;
    }
    
    .regulamin-container {
        padding: 0 15px;
    }
    
    .regulamin-header {
        margin-bottom: 35px;
        padding-bottom: 20px;
    }
    
    .regulamin-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .regulamin-date {
        font-size: 13px;
    }
    
    .regulamin-content h2 {
        font-size: 24px;
        margin: 35px 0 20px 0;
    }
    
    .regulamin-content h3 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }
    
    .regulamin-content h4 {
        font-size: 18px;
    }
    
    .regulamin-content p,
    .regulamin-content li {
        font-size: 15px;
        text-align: left;
    }
    
    .regulamin-content ul,
    .regulamin-content ol {
        padding-left: 25px;
    }
    
    .regulamin-content table {
        font-size: 14px;
    }
    
    .regulamin-content table th,
    .regulamin-content table td {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .regulamin-section {
        padding: 30px 10px;
    }
    
    .regulamin-title {
        font-size: 24px;
    }
    
    .regulamin-content h2 {
        font-size: 20px;
    }
    
    .regulamin-content h3 {
        font-size: 18px;
    }
    
    .regulamin-content p,
    .regulamin-content li {
        font-size: 14px;
    }
    
    .regulamin-content blockquote {
        padding: 15px 20px;
    }
    
    .regulamin-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
