/*
Theme Name:  Hello Child
Theme URI: https://cpiato.com/ 
Description:  cpiato
Author: cpiato
Author URI: https://cpiato.com/
Template: hello-elementor 
Version: 1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later  
License URI:https://www.gnu.org/licenses/gpl-3.0.html
*/

/* باکس اصلی محتوا */
.cat_bottom_text {
    background: #f4f4f7; /* نزدیک سفید ولی نرم */
    color: #333;
    padding: 20px 15px;
    border-radius: 14px;
    margin: 0 auto 50px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    line-height: 1.9;
    font-size: 16px;width:100%
}

/* پاراگراف */
.cat_bottom_text p {
    margin-bottom: 18px;
}

/* عناوین */
.cat_bottom_text h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #222;
}

.cat_bottom_text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
}

.cat_bottom_text h4 {
    font-size: 19px;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* لیست‌ها */
.cat_bottom_text ul,
.cat_bottom_text ol {
    margin: 15px 0 20px 30px;
}

.cat_bottom_text li {
    margin-bottom: 10px;
}

/* لینک */
.cat_bottom_text a {
    color: #0056b3;
    text-decoration: underline;
}

.cat_bottom_text a:hover {
    color: #003d80;
}

/* تصاویر */
.cat_bottom_text img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 8px;
}

/* جدول */
.cat_bottom_text table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.cat_bottom_text table th,
.cat_bottom_text table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.cat_bottom_text table th {
    background: #efefef;
    font-weight: 700;
}

/* Blockquote */
.cat_bottom_text blockquote {
    border-right: 4px solid #4a6fff;
    background: #eef0ff;
    padding: 15px 20px;
    margin: 25px 0;
    border-radius: 6px;
    font-style: italic;
}

/* پری آخر */
.cat_bottom_text > *:last-child {
    margin-bottom: 0;
}

/* ریسپانسیو */
@media (max-width: 600px) {
    .cat_bottom_text {
        padding: 25px;
    }
    .cat_bottom_text h2 { font-size: 23px; }
    .cat_bottom_text h3 { font-size: 20px; }
}
