.elementor-11877 .elementor-element.elementor-element-d23eb6a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-de08591 */.article-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 1.9;
    color: #333;
    direction: rtl;
}

.article-container h1.main-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a5276;
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1.5;
}

.article-container .subtitle {
    text-align: center;
    color: #5d6d7e;
    font-size: 17px;
    margin-bottom: 35px;
}

.article-container h2 {
    font-size: 25px;
    font-weight: 700;
    color: #1a5276;
    margin: 45px 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #2980b9;
}

.article-container h3 {
    font-size: 21px;
    font-weight: 600;
    color: #2980b9;
    margin: 28px 0 15px;
}

.article-container p {
    margin-bottom: 18px;
    text-align: justify;
}

.article-container blockquote {
    background: linear-gradient(135deg, #e8f8f5 0%, #d5f5e3 100%);
    border-right: 5px solid #27ae60;
    border-radius: 10px;
    padding: 22px 25px;
    margin: 30px 0;
    font-style: normal;
}

.article-container blockquote.blue {
    background: linear-gradient(135deg, #ebf5fb 0%, #d6eaf8 100%);
    border-right-color: #2980b9;
}

.article-container blockquote .quote-label {
    font-weight: 700;
    font-size: 16px;
    color: #27ae60;
    margin-bottom: 12px;
}

.article-container blockquote.blue .quote-label {
    color: #2980b9;
}

.article-container blockquote p {
    margin-bottom: 12px;
}

.article-container blockquote .quote-ref {
    font-size: 14px;
    color: #5d6d7e;
    text-align: left;
}

.article-container blockquote .quote-ref a {
    color: #27ae60;
    text-decoration: none;
    font-weight: 600;
}

.article-container blockquote.blue .quote-ref a {
    color: #2980b9;
}

.article-container blockquote .quote-ref a:hover {
    text-decoration: underline;
}

.article-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 10px;
    overflow: hidden;
}

.article-container th {
    background: #1a5276;
    color: #fff;
    font-weight: 700;
    padding: 14px 10px;
    text-align: center;
}

.article-container td {
    padding: 12px 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.article-container tr:nth-child(even) {
    background: #f8f9fa;
}

.article-container tr:last-child td {
    border-bottom: none;
}

.article-container .good {
    color: #27ae60;
    font-weight: 700;
}

.article-container .moderate {
    color: #f39c12;
    font-weight: 700;
}

.article-container .bad {
    color: #c0392b;
    font-weight: 700;
}

.article-container ul,
.article-container ol {
    margin: 20px 0;
    padding-right: 25px;
}

.article-container li {
    margin-bottom: 12px;
}

.article-container li strong {
    color: #1a5276;
}

.article-container .meat-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.article-container .meat-card.best {
    border-right: 5px solid #27ae60;
    background: linear-gradient(135deg, #fff 0%, #f0fff4 100%);
}

.article-container .meat-card.good {
    border-right: 5px solid #2980b9;
    background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
}

.article-container .meat-card.caution {
    border-right: 5px solid #f39c12;
    background: linear-gradient(135deg, #fff 0%, #fffbf0 100%);
}

.article-container .meat-card.avoid {
    border-right: 5px solid #c0392b;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
}

.article-container .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.article-container .card-title {
    font-size: 21px;
    font-weight: 700;
}

.article-container .card-title.best {
    color: #27ae60;
}

.article-container .card-title.good {
    color: #2980b9;
}

.article-container .card-title.caution {
    color: #f39c12;
}

.article-container .card-title.avoid {
    color: #c0392b;
}

.article-container .badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.article-container .badge-success {
    background: #d4edda;
    color: #27ae60;
}

.article-container .badge-info {
    background: #d1ecf1;
    color: #2980b9;
}

.article-container .badge-warning {
    background: #fff3cd;
    color: #856404;
}

.article-container .badge-danger {
    background: #f8d7da;
    color: #c0392b;
}

.article-container .tip-box {
    background: linear-gradient(135deg, #e8f8f5 0%, #d1f2eb 100%);
    border-radius: 10px;
    padding: 18px 22px;
    margin: 20px 0;
}

.article-container .tip-title {
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 8px;
    font-size: 17px;
}

.article-container .portion-box {
    background: #fff;
    border: 2px dashed #2980b9;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin: 25px 0;
}

.article-container .portion-title {
    font-weight: 700;
    color: #2980b9;
    font-size: 19px;
    margin-bottom: 20px;
}

.article-container .portion-items {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.article-container .portion-item {
    text-align: center;
}

.article-container .portion-icon {
    font-size: 42px;
    margin-bottom: 10px;
}

.article-container .portion-label {
    font-size: 14px;
    color: #5d6d7e;
}

.article-container .warning-box {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-right: 5px solid #f39c12;
    border-radius: 10px;
    padding: 18px 22px;
    margin: 25px 0;
}

.article-container .warning-title {
    font-weight: 700;
    color: #856404;
    margin-bottom: 8px;
}

.article-container .faq-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 18px;
}

.article-container .faq-question {
    font-size: 18px;
    font-weight: 700;
    color: #1a5276;
    margin-bottom: 12px;
}

.article-container .faq-answer {
    color: #444;
}

.article-container .author-box {
    background: linear-gradient(135deg, #eef2f7 0%, #f8f9fa 100%);
    border: 2px solid #1a5276;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    margin-top: 45px;
}

.article-container .author-name {
    font-size: 21px;
    font-weight: 700;
    color: #1a5276;
    margin-bottom: 8px;
}

.article-container .author-name a {
    color: #1a5276;
    text-decoration: none;
}

.article-container .author-name a:hover {
    text-decoration: underline;
}

.article-container .author-title {
    color: #5d6d7e;
    font-size: 15px;
}

.article-container .disclaimer {
    background: #fdedec;
    border: 1px solid #c0392b;
    border-right: 5px solid #c0392b;
    border-radius: 10px;
    padding: 18px 22px;
    text-align: center;
    color: #c0392b;
    margin: 35px 0;
    font-size: 15px;
}

@media (max-width: 768px) {
    .article-container h1.main-title {
        font-size: 25px;
    }
    .article-container h2 {
        font-size: 21px;
    }
    .article-container h3 {
        font-size: 18px;
    }
    .article-container {
        font-size: 16px;
    }
    .article-container table {
        font-size: 13px;
    }
    .article-container th,
    .article-container td {
        padding: 10px 6px;
    }
    .article-container .portion-items {
        gap: 20px;
    }
}/* End custom CSS */