.elementor-621 .elementor-element.elementor-element-f9ebdc8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f897a3d *//* Стилі розраховані на те, що фон сайту ТЕМНИЙ */
.silicat-white-theme {
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.7;
    color: #ffffff; /* Текст тепер БІЛИЙ */
    padding: 30px 0;
}

.s-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.s-breadcrumb { color: #aaaaaa; font-size: 14px; margin-bottom: 20px; }
.s-breadcrumb a { color: #76b82a; text-decoration: none; }

.s-title { 
    color: #ffffff; /* Заголовок БІЛИЙ */
    font-size: 2.2rem; 
    line-height: 1.2; 
    margin-bottom: 10px; 
}

.s-meta { color: #76b82a; font-size: 13px; margin-bottom: 30px; }

.s-lead {
    font-size: 1.25rem;
    color: #ffffff;
    border-left: 4px solid #76b82a;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

h2 { color: #76b82a; margin-top: 40px; }

.s-status-box {
    background: rgba(118, 184, 42, 0.1); /* Прозорий зелений фон */
    border: 1px solid #76b82a;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.s-status-box strong { color: #76b82a; }

ul li { margin-bottom: 10px; }

/* Картка внизу */
.s-cta-card {
    background: #333333; /* Темніша плашка для контрасту */
    border: 1px solid #444;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
}

.s-btn {
    display: inline-block;
    background: #76b82a;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s;
}

.s-btn:hover { background: #5e9221; }

/* Адаптивність для мобільних */
@media (max-width: 600px) {
    .s-title { font-size: 1.8rem; }
    .s-container { padding: 0 15px; }
}/* End custom CSS */