.angie-article-wrapper {
    max-width: 800px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    line-height: 1.8;
    color: #333;
}
.angie-article-wrapper .article-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}
.angie-article-wrapper .article-featured-image {
    margin-bottom: 2rem;
    text-align: center;
}
.angie-article-wrapper .article-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.angie-article-wrapper .article-body h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-right: 4px solid #00FF84;
    padding-right: 15px;
}
.angie-article-wrapper .article-body p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}
.angie-article-wrapper .article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1.5rem 0;
}
.angie-article-wrapper .article-body p.lead {
    font-size: 1.3rem;
    font-weight: 600;
    color: #555;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}
.angie-article-wrapper .article-body ul,
.angie-article-wrapper .article-body ol {
    margin-bottom: 1.5rem;
    padding-right: 20px;
}
.angie-article-wrapper .article-body li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.angie-article-wrapper .article-body blockquote {
    background: #eef2f5;
    border-right: 5px solid #2980b9;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    border-radius: 4px;
}
.angie-article-wrapper .cta-box {
    background: #121E1A;
    color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    margin-top: 3rem;
}
.angie-article-wrapper .cta-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.angie-article-wrapper .cta-box p {
    color: #ecf0f1;
    font-size: 1.1rem;
}
.angie-article-wrapper .cta-btn {
    display: inline-block;
    background: #00FF84;
    color: #000;
    padding: 12px 30px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 15px;
    transition: background 0.3s ease;
}
.angie-article-wrapper .cta-btn:hover {
    background: #00cc6a;
}