﻿.sms-rules-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

/*.header-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .header-section h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 300;
    }*/

.content-warning {
    background: #66ce9a;
    border: 2px solid #29704d;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

    .content-warning::before {
        content: "⚠️";
        font-size: 1.5rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    .content-warning h2 {
        color: #165937;
        margin: 0 0 0.5rem 2.5rem;
        font-size: 1.2rem;
    }

    .content-warning p {
        margin: 0 0 0 2.5rem;
        color: #17653e;
    }

.consent-warning {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

    .consent-warning::before {
        content: "⚠️";
        font-size: 1.5rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    .consent-warning h2 {
        color: #856404;
        margin: 0 0 0.5rem 2.5rem;
        font-size: 1.2rem;
    }

    .consent-warning p {
        margin: 0 0 0 2.5rem;
        color: #664d03;
    }

.prohibited-section {
    background: #f8d7da;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

    .prohibited-section::before {
        content: "🚫";
        font-size: 1.5rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    .prohibited-section h2 {
        color: #721c24;
        margin: 0 0 0.5rem 2.5rem;
        font-size: 1.2rem;
    }

    .prohibited-section p {
        margin: 0 0 0 2.5rem;
        color: #721c24;
    }

.unavailable-section {
    background: #6cc2e0;
    border: 2px solid #0a7aa2;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

    .unavailable-section::before {
        content: "👎🏻";
        font-size: 1.5rem;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    .unavailable-section h2 {
        color: #0e566f;
        margin: 0 0 0.5rem 2.5rem;
        font-size: 1.2rem;
    }

    .unavailable-section p {
        margin: 0 0 0 2.5rem;
        color: #0e566f;
    }

.country-nav {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

    .country-nav h3 {
        margin-bottom: 1rem;
        color: #495057;
    }

.country-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.country-nav-link {
    background: #007bff;
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,123,255,0.3);
}

    .country-nav-link:hover {
        background: #0056b3;
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0,123,255,0.4);
        color: white;
        text-decoration: none;
    }

.country-section {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 4px solid #007bff;
}

.country-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.country-flag {
    font-size: 2.5rem;
    margin-right: 1rem;
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.country-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.rule-category {
    margin: 1.5rem 0;
}

    .rule-category h4 {
        color: #495057;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

.rule-list {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 1rem;
    margin: 0.5rem 0;
}

    .rule-list ul {
        margin: 0;
        padding-left: 1.5rem;
    }

    .rule-list li {
        margin-bottom: 0.5rem;
        color: #495057;
    }

.highlight-box {
    background: #e8f4fd;
    border-left: 4px solid #17a2b8;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0 6px 6px 0;
}

.prohibited-country {
    background: #fff5f5;
    border: 2px solid #e53e3e;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
}

    .prohibited-country h4 {
        color: #e53e3e;
        margin-top: 0;
    }

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,123,255,0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}

    .back-to-top:hover {
        background: #0056b3;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .sms-rules-container {
        padding: 1rem;
    }

    .header-section h1 {
        font-size: 2rem;
    }

    .nav-links {
        flex-direction: column;
        align-items: center;
    }

    .country-header {
        flex-direction: column;
        text-align: center;
    }

    .country-flag {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}
