.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), iranyekan;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), iranyekan;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2168 .elementor-element.elementor-element-676dbbe{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-HotelFAQ .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), iranyekan;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-HotelFAQ .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), iranyekan;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-button{font-family:"iranyekan", iranyekan;font-size:15px;font-weight:400;line-height:32px;}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-button:not(.collapsed){color:var( --e-global-color-secondary );}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-button::after{color:var( --e-global-color-primary );}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-body{font-size:15px;font-weight:400;line-height:28px;}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .icon .img i{color:var( --e-global-color-primary );}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .icon .img svg{fill:var( --e-global-color-primary );}@media(max-width:575px){.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-button{font-size:12px;line-height:24px;}.elementor-2168 .elementor-element.elementor-element-ac38fa2 .accordion-body{font-size:12px;line-height:24px;}}/* Start custom CSS for HotelFAQ, class: .elementor-element-ac38fa2 *//* 1. تنظیم کادر اصلی (با فاصله از لبه راست) */
.hotel-widget-faq h3.accordion-header {
    display: flex !important;
    flex-direction: row-reverse !important; /* آیکون راست، متن چپ */
    justify-content: flex-end !important;   /* همه آیتم‌ها سمت راست */
    align-items: center !important;
    
    position: relative !important;
    width: 100%;
    border: none !important;

    /* فاصله کلی آیکون از دیواره‌ی کادر */
    padding-right: 20px !important; 
}

/* 2. تنظیم دکمه متن (ایجاد فاصله با آیکون) */
.hotel-widget-faq h3.accordion-header .accordion-button {
    width: auto !important;
    flex-grow: 0 !important; 
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    text-align: right !important;
    
    /* --- تغییر اصلی اینجاست --- */
    /* این خط باعث می‌شود متن از آیکون (که سمت راستش است) فاصله بگیرد */
    padding-right: 15px !important; 
    padding-left: 0 !important;

    font-weight: normal !important;
}

/* 3. تنظیم آیکون */
.hotel-widget-faq h3.accordion-header .icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    
    /* مارجین‌های آیکون را صفر می‌کنیم چون فاصله را با پدینگِ متن درست کردیم */
    margin: 0 !important;
}

/* 4. حذف فلش‌های اضافه */
.hotel-widget-faq h3.accordion-header .accordion-button::after {
    display: none !important;
}/* End custom CSS */