

/* Start:/local/templates/silamarket/css/internal.css?1754465243844*/
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/policy.css?17488400533099*/
.privacy-hero {
            background: linear-gradient(135deg, #203E5C 0%, #00092C 100%);
            color: white;
            padding: 60px 0;
            border-radius: 20px;
            margin-bottom: 40px;
            text-align: center;
        }

        .privacy-hero h1 {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .privacy-hero .version {
            font-size: 16px;
            opacity: 0.8;
        }

        .privacy-section {
            background: white;
            border-radius: 20px;
            padding: 50px;
            margin-bottom: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .privacy-title {
            font-size: 28px;
            font-weight: 700;
            color: #203E5C;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }

        .privacy-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background: #D61A19;
            border-radius: 2px;
        }

        .privacy-subtitle {
            font-size: 20px;
            font-weight: 600;
            color: #203E5C;
            margin: 30px 0 15px;
        }

        .privacy-text {
            font-size: 16px;
            line-height: 1.8;
            color: #303030;
            margin-bottom: 20px;
        }

        .privacy-list {
            margin: 20px 0;
            padding-left: 20px;
        }

        .privacy-list li {
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .privacy-nested-list {
            list-style-type: lower-alpha;
            margin: 10px 0 10px 20px;
            padding-left: 20px;
        }

        .privacy-nested-list li {
            margin-bottom: 8px;
        }

        .notice-box {
            background: #F8F9FA;
            border-left: 4px solid #D61A19;
            padding: 20px;
            margin: 30px 0;
            border-radius: 0 8px 8px 0;
        }

        .notice-title {
            font-weight: 600;
            color: #D61A19;
            margin-bottom: 10px;
        }

        .contact-link {
            color: #D61A19;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-link:hover {
            text-decoration: underline;
        }

        @media (max-width: 1200px) {
            .container {
                width: 100%;
                padding: 0 20px;
            }
            
            .privacy-hero {
                padding: 40px 20px;
            }
            
            .privacy-section {
                padding: 30px;
            }
            
            .privacy-title {
                font-size: 24px;
            }
            
            .privacy-subtitle {
                font-size: 18px;
            }
        }
/* End */
/* /local/templates/silamarket/css/internal.css?1754465243844 */
/* /local/templates/silamarket/css/policy.css?17488400533099 */
