﻿/* style.css */
.dvar-torah-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;
}

.header-main {
    text-align: center;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.quote-box {
    background-color: #fdfaf0;
    border-left: 5px solid #c0392b;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    font-size: 1.1em;
}

h2, h3, h4 {
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
}

.section-divider {
    height: 3px;
    border: none;
    background-color: #d1ebf9;
    margin: 40px 0;
}

.highlight {
    color: #2980b9;
    font-weight: bold;
}

.lesson-box {
    background-color: #f4f7f6;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d1d1d1;
    margin: 20px 0;
}

.text-center {
    text-align: center;
}

.img-styled {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin: 10px;
}

.footer-links {
    margin-top: 30px;
    font-size: 0.95em;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
