.elementor-989812 .elementor-element.elementor-element-c113661.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-989812 .elementor-element.elementor-element-c113661.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-989812 .elementor-element.elementor-element-c113661.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-989812 .elementor-element.elementor-element-c113661.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-989812 .elementor-element.elementor-element-c113661.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-989812 .elementor-element.elementor-element-e7a3fcf.elementor-column{align-self:inherit;cursor:default;}html, body{overflow-x:auto;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f6eb6d4 *//* 2. МЕТАИНФОРМАЦИЯ КЕЙСА */
.case-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.meta-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.meta-item > div:first-child {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 8px;
}

.meta-value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}


/* 4. КОМАНДЫ И КОПИРОВАНИЕ */
.command {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
    line-height: 1.6;
    overflow-x: auto;
    position: relative;
}

.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #3498db;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.3s ease;
}

.copy-btn:hover {
    background: #2980b9;
}

/* 5. РЕЗУЛЬТАТЫ ТЕСТОВ */
.test-results {
    padding: 20px 0;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    color: #666;
    font-weight: 500;
}

.result-value {
    font-weight: 600;
    font-family: monospace;
}

.result-value.actual {
    color: #e74c3c;
}

.result-value.expected {
    color: #27ae60;
}

/* 6. СРАВНЕНИЕ СЕРВЕРОВ */
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.server-card {
    border-radius: 8px;
    padding: 20px;
    border: 2px solid #e8eaed;
    background: white;
}

.server-card h3 {
    margin: 0 0 15px 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.server-card.problem {
    border-color: #e74c3c;
    background: #fff5f5;
}

.server-card.reference {
    border-color: #27ae60;
    background: #f5fff7;
}

.server-card.problem h3 {
    color: #c0392b;
}

.server-card.reference h3 {
    color: #229954;
}

.metrics-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.metrics-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
}

.metrics-list li:last-child {
    border-bottom: none;
}

.metric-value {
    font-weight: 600;
    font-family: monospace;
    margin-left: 10px;
}

.metric-bad {
    color: #e74c3c;
}

.metric-good {
    color: #27ae60;
}

/* 7. WARNING И INFO СЕКЦИИ (НОВЫЕ СТИЛИ) */
.warning-section {
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #f39c12;
    background: #fff8f0;
    border-radius: 0 5px 5px 0;
}

.info-section {
    padding: 20px;
    margin: 20px 0;
    border-left: 5px solid #3498db;
    background: #f0f8ff;
    border-radius: 0 5px 5px 0;
}

.warning-title, .info-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    color: #2c3e50;
}

.warning-section ul, .info-section ul {
    margin: 0;
    padding-left: 20px;
}

.warning-section li, .info-section li {
    margin-bottom: 8px;
    color: #444;
}

.warning-section p, .info-section p {
    margin: 0 0 10px 0;
}

/* 8. ВЫЯВЛЕННЫЕ ПРОБЛЕМЫ */
.conclusion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.conclusion-item {
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #3498db;
    background: #f0f8ff;
}

.conclusion-item.problem {
    border-left-color: #e74c3c;
    background: #fff5f5;
}

.conclusion-item h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1rem;
}

.conclusion-item p {
    margin: 0;
    color: #555;
    font-size: 0.9rem;
}

/* 9. EMAIL ШАБЛОН */
.email-template {
    background: #f8f9fa;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    margin: 20px 0;
    overflow: hidden;
}

.email-header {
    background: #2c3e50;
    color: white;
    padding: 20px;
}

.email-header h3 {
        color: white;
    margin: 0;
    font-size: 1.1rem;
}

.email-content {
    padding: 25px;
    background: white;
    color: #333;
}

.email-content p {
    margin: 0 0 15px 0;
    line-height: 1.8;
}

.email-content strong {
    color: #2c3e50;
}

.email-content ul, .email-content ol {
    margin: 10px 0 15px 20px;
    padding: 0;
}

.email-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* 10. FOOTER ПАРАГРАФЫ (НОВЫЕ) */
footer p {
    margin: 5px 0;
    font-size: 0.95rem;
}

/* ============================================
   АДАПТИВНЫЕ ПРАВИЛА (ТОЛЬКО НОВЫЕ)
   ============================================ */

@media(max-width:768px) {
    .case-meta {
        grid-template-columns: 1fr;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .conclusion-grid {
        grid-template-columns: 1fr;
    }
    
    .command {
        font-size: 0.8rem;
        margin: 20px 0;
        padding: 15px;
    }
    
    .copy-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
}/* End custom CSS */