

/* Start:/local/templates/silamarket/css/internal.css?1748840053842*/
nav {
    border-radius: 15px !important;
}

.inner-hero {
    background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
    color: white;
    padding: 40px 0;
    height: 290px;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


.inner-hero-content {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-hero p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/silamarket/css/sitemap.css?17502223682565*/
.sitemap-header {
    text-align: center;
    margin-bottom: 50px;
}

.sitemap-header h1 {
    color: #203E5C;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.sitemap-header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.sitemap-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(32, 62, 92, 0.1);
    transition: all 0.3s ease;
}

.sitemap-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-links li {
    margin-bottom: 8px;
}

.sitemap-links a {
    color: #555;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 25px;
    display: block;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    position: relative;
    overflow: hidden;
}

.sitemap-links a:hover {
    background: #203E5C;
    color: white;
}

.sitemap-links a.accent-link {
    background: #D61A19;
    color: white;
}

.sitemap-links a.accent-link:hover {
    background: #B01515;
}

.sitemap-links a.secondary-link {
    background: #000;
    color: white;
}

.sitemap-links a.secondary-link:hover {
    background: #333;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.brands-grid a {
    padding: 12px 15px !important;
    text-align: left;
    font-weight: normal;
    background: rgba(32, 62, 92, 0.05);
    color: #555;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 100px;
}

.quick-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.quick-action-btn {
    background: #203E5C;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quick-action-btn.accent {
    background: #D61A19;
}


.quick-action-btn.secondary {
    background: #000;
}

@media (max-width: 768px) {
    .sitemap-header h1 {
        font-size: 2rem;
    }
    
    .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .brands-grid {
        grid-template-columns: 1fr;
    }
    
    .quick-actions {
        flex-direction: column;
        align-items: center;
    }
}
/* End */
/* /local/templates/silamarket/css/internal.css?1748840053842 */
/* /local/templates/silamarket/css/sitemap.css?17502223682565 */
