/* SureSMS Country Rules - SEO pages */

.scr-wrap {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    color: #333;
    line-height: 1.6;
}

.scr-container {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.scr-intro {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 2rem;
    max-width: 80ch;
}

.scr-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.scr-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.scr-breadcrumb a:hover {
    text-decoration: underline;
}

.scr-phone-code {
    font-size: 1.1rem;
    color: #666;
    margin-top: -0.5rem;
    margin-bottom: 2rem;
}

/* Tables */

.scr-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scr-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.scr-table th,
.scr-table td {
    padding: 0.65rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}

.scr-table thead th {
    background: #f7f7f7;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #555;
    position: sticky;
    top: 0;
}

.scr-table tbody tr:hover {
    background: #fafafa;
}

.scr-table a {
    color: #0073aa;
    text-decoration: none;
}

.scr-table a:hover {
    text-decoration: underline;
}

.scr-table img {
    vertical-align: middle;
    margin-right: 0.5rem;
}

/* Detail table (key-value pairs) */

.scr-detail-table th {
    width: 40%;
    font-weight: 600;
    background: transparent;
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.95rem;
    color: #333;
}

/* Badges */

.scr-badge {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.4;
}

.badge-supported {
    background: #e6f4ea;
    color: #1a7f37;
}

.badge-blocked {
    background: #fce8e6;
    color: #c5221f;
}

.badge-warning {
    background: #fef7e0;
    color: #b45309;
}

.badge-info {
    background: #e8f0fe;
    color: #1a73e8;
}

.badge-default {
    background: #f1f1f1;
    color: #666;
}

/* Notes */

.scr-notes {
    background: #f9f9f9;
    border-left: 3px solid #0073aa;
    padding: 1rem 1.2rem;
    border-radius: 0 4px 4px 0;
    margin-bottom: 1.5rem;
}

.scr-updated {
    color: #888;
    margin-top: 2rem;
}

/* Headings */

.scr-container h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.scr-container h2 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.3rem;
    border-bottom: 2px solid #eee;
}

/* Responsive */

@media (max-width: 768px) {
    .scr-wrap {
        padding: 0 0.75rem;
    }

    .scr-container {
        padding: 1rem;
    }

    .scr-container h1 {
        font-size: 1.4rem;
    }

    .scr-detail-table th {
        width: 50%;
    }

    .scr-table {
        font-size: 0.85rem;
    }

    .scr-table th,
    .scr-table td {
        padding: 0.5rem 0.6rem;
    }
}
