/*
Theme Name: Twenty Twenty-Three Child
Template: twentytwentythree
*/

@import url("../twentytwentythree/style.css"); /* Подключение родительских стилей */
.entry-content { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    line-height: 1.9; 
    color: #2c3e50; 
    background-color: #f9fafb; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
} 

.entry-content h1 { 
    color: #34495e; 
    font-size: 38px; 
    margin-bottom: 25px; 
    padding-bottom: 15px; 
    border-bottom: 4px solid #e67e22; 
    font-weight: 600; 
} 

.entry-content h2 { 
    color: #34495e; 
    font-size: 30px; 
    margin-top: 40px; 
    margin-bottom: 25px; 
    background: linear-gradient(90deg, #fef5e7 0%, transparent 100%); 
    padding: 10px 15px; 
    border-left: 5px solid #e67e22; 
} 

.entry-content h3 { 
    color: #34495e; 
    font-size: 24px; 
    margin-top: 30px; 
    margin-bottom: 20px; 
    font-weight: 600; 
} 

.entry-content p { 
    margin-bottom: 20px; 
    font-size: 17px; 
    text-align: justify; 
} 

.intro-box { 
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); 
    color: white; 
    padding: 30px; 
    margin: 30px 0; 
    border-radius: 10px; 
    font-size: 18px; 
} 

.intro-box p {
    color: white;
}

.explanation-box { 
    background-color: #fef5e7; 
    border-left: 6px solid #e67e22; 
    padding: 25px; 
    margin: 30px 0; 
    border-radius: 5px; 
} 

.example-box { 
    background-color: #fff9e6; 
    border: 2px dashed #f39c12; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 8px; 
} 

.tip-box { 
    background-color: #d4edda; 
    border-left: 6px solid #28a745; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 5px; 
} 

.warning-box { 
    background-color: #f8d7da; 
    border-left: 6px solid #dc3545; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 5px; 
} 

.key-concept { 
    background-color: #f8f9fa; 
    border: 2px solid #dee2e6; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 8px; 
} 

.analogy-box { 
    background-color: #e3f2fd; 
    border: 2px solid #2196f3; 
    padding: 20px; 
    margin: 25px 0; 
    border-radius: 8px; 
    font-style: italic; 
} 

.entry-content table { 
    width: 100%; 
    border-collapse: collapse; 
    margin: 30px 0; 
    box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
    background-color: white; 
} 

.entry-content th { 
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%); 
    color: white; 
    padding: 15px; 
    text-align: left; 
    font-weight: 600; 
} 

.entry-content td { 
    padding: 12px 15px; 
    border-bottom: 1px solid #e0e0e0; 
} 

.entry-content tr:hover { 
    background-color: #fff9e6; 
} 

.faq-section { 
    background-color: #f8f9fa; 
    padding: 30px; 
    margin-top: 40px; 
    border-radius: 10px; 
    border: 1px solid #dee2e6; 
} 

.faq-question { 
    font-weight: bold; 
    color: #34495e; 
    margin-top: 25px; 
    font-size: 19px; 
} 

.faq-answer { 
    margin-top: 12px; 
    margin-left: 25px; 
    background-color: white; 
    padding: 15px; 
    border-radius: 5px; 
} 

.scenario-card { 
    background-color: white; 
    border: 1px solid #dee2e6; 
    padding: 20px; 
    margin: 20px 0; 
    border-radius: 8px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); 
} 

.scenario-card h4 {
    margin-top: 0;
    color: #34495e;
}

.risk-meter { 
    background: linear-gradient(90deg, #28a745 0%, #ffc107 50%, #dc3545 100%); 
    height: 30px; 
    border-radius: 15px; 
    margin: 20px 0; 
    position: relative; 
}

.entry-content a {
    color: #e67e22;
    text-decoration: none;
    font-weight: 500;
}

.entry-content a:hover {
    text-decoration: underline;
}

.calculation-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 2px solid #0284c7;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
}

.savings-highlight {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border: 2px solid #16a34a;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #14532d;
}