.elementor-7006 .elementor-element.elementor-element-3b21a5a{--display:flex;}#elementor-popup-modal-7006{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7006 .dialog-message{width:619px;height:672px;align-items:flex-start;}#elementor-popup-modal-7006 .dialog-close-button{display:flex;}#elementor-popup-modal-7006 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-7006 .elementor-element.elementor-element-3b21a5a{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a3aec86 *//* باکس اصلی کارت */
.cog-promo-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    max-width: 600px; /* اگر میخواهید عرض بیشتری بگیرد این عدد را بیشتر کنید یا 100% بگذارید */
    margin: 20px auto;
    direction: rtl;
    border: 1px solid #eee;
    font-family: inherit; /* استفاده از فونت قالب شما */
}

/* استایل محفظه عکس */
.cog-promo-image-container {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

/* استایل عکس */
.cog-promo-image {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

/* هدر */
.cog-promo-header {
    text-align: center;
    margin-bottom: 20px;
}

.cog-promo-header h2 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.cog-promo-header h3 {
    color: #e67e22;
    font-size: 18px;
    margin: 0;
}

/* محتوا */
.cog-promo-content {
    color: #34495e;
    line-height: 1.8;
    font-size: 15px;
}

.cog-promo-content p {
    margin-bottom: 15px;
}

.cog-bold-text {
    font-weight: bold;
    font-size: 16px;
    color: #2c3e50;
}

/* باکس جوایز */
.cog-prize-box {
    background-color: #f8f9fa;
    border-right: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px 0 0 8px;
}

.cog-prize-box h4 {
    margin-top: 0;
    color: #2980b9;
    margin-bottom: 10px;
    font-size: 16px;
}

.cog-prize-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cog-prize-box li {
    margin-bottom: 8px;
}

.cog-alert {
    color: #c0392b;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

/* دکمه اصلی */
.cog-cta-button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #27ae60;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.cog-cta-button:hover {
    background-color: #219653;
}/* End custom CSS */