.elementor-8948 .elementor-element.elementor-element-9811d82{--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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Affiliate Article Styles */
.affiliate-container {
    line-height: 1.8;
    color: #333;
    font-family: 'Tahoma', 'Arial', sans-serif;
}

.toc-box {
    background-color: #fdfdfd;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.toc-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.product-table th {
    background-color: #f4f4f4;
    padding: 12px;
    text-align: right;
    border-bottom: 2px solid #ddd;
}

.product-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.product-pros {
    color: #2e7d32;
    font-weight: bold;
    margin-top: 10px;
}

.product-cons {
    color: #c62828;
    font-weight: bold;
    margin-top: 5px;
}

.cta-button-wrapper {
    text-align: center;
    margin: 30px 0;
}

.cta-button-red {
    background-color: #ef4056;
    color: #fff !important;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s;
}

.cta-button-red:hover {
    background-color: #c82333;
}

.cta-button-green {
    background-color: #2563eb; /* آبی یا سبز به انتخاب شما */
    color: #fff !important;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1rem;
}

.highlight-box {
    border-right: 5px solid #ef4056;
    background: #fff5f6;
    padding: 15px;
    margin: 20px 0;
}/* End custom CSS */