.legal-header h2 {
    letter-spacing: -1px;
    color: #1a1a1a;
}

.brand-accent-line {
    width: 50px;
    height: 3px;
    background-color: #0d6efd;
    margin-top: 15px;
}

.legal-content p {
    line-height: 1.8;
    color: #4a5568;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.legal-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
}

.legal-section {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #f1f3f5;
}

.legal-section:last-of-type {
    border-bottom: none;
}

/* Info Box για λίστες ή cookies */
.legal-info-box {
    background-color: #f8f9fa; /* Το γκριζωπό του Topbar */
    padding: 20px;
    border-radius: 8px;
    font-size: 15px;
    border-left: 4px solid #0d6efd;
    color: #4a5568;
}

/* Highlighted Contact Box */
.contact-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border-bottom: none;
}

.legal-link {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.legal-link:hover {
    border-bottom-color: #0d6efd;
}

/* Πρόσθετα στυλ για λίστες και Regulations */
.legal-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.legal-list li {
    margin-bottom: 0.8rem;
    color: #4a5568;
    position: relative;
    list-style-type: none;
}

.legal-list li::before {
    content: "•";
    color: #0d6efd;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.regulation-item h5 {
    text-transform: none !important; 
    letter-spacing: 0; 
}

.regulations-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.regulation-item {
    background: #fdfdfd;
    padding: 15px;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
}

.regulation-item strong {
    display: block;
    color: #0d6efd;
    margin-bottom: 5px;
}

/* Back Button Styling */
.btn-back {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.btn-back:hover {
    color: #0d6efd;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .legal-header h1 { font-size: 1.8rem; }
    .legal-title { font-size: 1.25rem; }
}