
	/* =========================================================
   FILTER DROPDOWN
   ========================================================= */

.ce-news-search .filter-dropdown {
    position: relative;
    width: 100%;
}

.ce-news-search .filter-dropdown-trigger {
        position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 127px;
    height: 56px;
    padding: 16px;
    border: 2px solid #E8EBED;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.ce-news-search .filter-dropdown-trigger.date-dropdown {
    width: 142px;

}
@media (max-width: 1440px) {
    .ce-news-search .form-group.news-search-wrapper {
        width: 100%;
    }
}
.ce-news-search  .filter-dropdown-arrow {    
    width: 13px;
    height: 13px;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    transform: rotate(43deg);
    transition: transform 0.2s ease;
    margin-bottom: 6px;
}

.ce-news-search .filter-dropdown.open
.filter-dropdown-arrow {
    transform: rotate(225deg);
}


/* =========================================================
   DROPDOWN CONTENT
   ========================================================= */

.ce-news-search  .filter-dropdown-content {
    position: absolute;
    top: calc(100% + -1px);
    left: 0;
    z-index: 1000;
    display: none;
    width: 312px;
    background: #fff;
    border: 2px solid #E8EBED;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ce-news-search .filter-dropdown.open
.filter-dropdown-content {
    display: block;
}


/* =========================================================
   THEMA OPTIONS
   ========================================================= */

.ce-news-search .filter-dropdown-options {
    max-height: 300px;
    overflow-y: auto;
}

.ce-news-search .filter-option {
    display: flex;
    align-items: center;

    min-height: 48px;

    padding: 0 14px;

    border-bottom: 1px solid #e5e5e5;

    cursor: pointer;
        margin-bottom: 0px;
            font-family: 'Inter';
}

.ce-news-search .filter-option:hover {
    background: #f7f7f7;
}

.ce-news-search .filter-option input {
    margin-right: 10px;
}

.ce-news-search .filter-option-label {
    font-family: 'Inter';
    margin: 13px 0;
    font-size: 16px;
    flex: 1;
    font-weight: 600;
    flex: 1;
}


/* =========================================================
   DATE OPTIONS
   ========================================================= */

.ce-news-search .date-options {
    width: 100%;
}

.ce-news-search  .date-option {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 29px 0 9px;
    border-bottom: 2px solid #E8EBED;
    cursor: pointer;
    font-size: 14px;
    justify-content: space-evenly;
}

.ce-news-search .date-option input {
    margin-right: 10px;
}


/* =========================================================
   CUSTOM DATE FIELDS
   ========================================================= */

.ce-news-search .custom-date-fields {
    padding: 16px 14px 0;
}

.ce-news-search .custom-date-fields .form-group {
    margin-bottom: 14px;
}

.ce-news-search .custom-date-fields label {
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.ce-news-search  .custom-date-fields input {
    width: 100%;
    height: 42px;

    padding: 0 10px;

    border: 1px solid #e5e5e5;
}


/* =========================================================
   APPLY INSIDE DROPDOWN
   ========================================================= */

.ce-news-search .filter-apply {
    display: block;

    width: calc(100% - 28px);

    min-height: 44px;

    margin: 14px;

    border: 0;

    background: #ffc400;

    color: #111;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
}

.ce-news-search .filter-apply:hover {
    background: #f2b900;
}
.ce-news-search .custom-select{
    display : none;
}

/* =========================================================
   REAL SELECTS
   ========================================================= */

.ce-news-search .filter-real-select,
.ce-news-search .date-real-select {
    position: absolute;

    width: 1px;
    height: 1px;

    overflow: hidden;

    opacity: 0;

    pointer-events: none;
}


/* =========================================================
   APPLIED FILTERS
   ========================================================= */

.ce-news-search .applied-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;

}


.ce-news-search .reset-filter-button{
        color: #000000;
}

.ce-news-search .applied-filter {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px 8px 8px;
    border-radius: 26px;
    background: #E8EBED;
    color: #111;
    font-weight: 600;
    font-size: 14px;
}

.ce-news-search .applied-filter-label {
    line-height: 1.2;
}

.ce-news-search .applied-filter-remove {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #111;

    font-size: 18px;
    line-height: 1;

    cursor: pointer;
         text-decoration: none;

}

.ce-news-search .applied-filter-remove:hover {
         text-decoration: none;


}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .ce-news-search   .filter-dropdown-content {
        position: relative;
        top: auto;
        left: 0px;
        width: max-content;
    }

  .ce-news-search   .filter-dropdown-content.date-dropdown {
        position: relative;
        top: auto;
        left: 0px;
    }

    
   .ce-news-search  .filter-dropdown {
        margin-bottom: 15px;
    }

}
.ce-news-search .search-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #6B7280;               /* gray icon */
  pointer-events: none;
}



 .ce-news-search  .text-default {
    width: 100%;
    height: 56px;
    padding: 16px 54px 16px 16px;
    border: 2px solid #E8EBED;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #111827;
    outline: none;
    box-sizing: border-box;
}

.ce-news-search  .text-default::placeholder {
  color: #9CA3AF;               /* medium gray */
  opacity: 1;
}

.ce-news-search  .news-search-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-right: 6px;
}


.ce-news-search .form-control.is-valid, .form-control:valid {
    background-image: none;
    border-color: #E8EBED;
} 


.ce-news-search .accordion-section .col{
    padding-right: 10px;
    padding-left: 10px;
}


.ce-news-search  .news-filter-wrapper{
     margin-bottom: 9px;
}




.ce-news-search .custom-date-fields {
    display: block;
    justify-content: space-evenly;
}


 .ce-news-search .text-default.date-select{
        width: 198px;
        padding: 17px;
 }




 .ce-news-search .date-input {
    position: relative;
}



.ce-news-search  .date-input input[type="month"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 55px;
    height: 100%;
    cursor: pointer;
}

.ce-news-search  .calendar-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ce-news-search  .calendar-icon svg {
    width: 100%;
    height: 100%;
}



.ce-news-search .filter-dropdown-content.date-dropdown {
        width: max-content;
}


.ce-news-search  .date-option:hover {
    background: #f7f7f7;
}


.ce-news-search  .filter-dropdown-content .date-option {
 margin-bottom: 0px;
}


.ce-news-search  label.date-option.checked.last {
    border-bottom: 0;
}


   .ce-news-search  .news-filter-wrapper .row > .col:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        
    }

    .ce-news-search  .news-filter-wrapper .row > .col:nth-child(2),
    .ce-news-search  .news-filter-wrapper .row > .col:nth-child(3) {
        flex: 0 0 50%;
        max-width: 137px;
    }


   

@media (min-width: 1024px) {
    .ce-news-search  .news-search-wrapper {
           width: 443px;
    }



.ce-news-search  .custom-date-fields {
    display: flex;
    justify-content: space-evenly;
}


.ce-news-search  .filter-dropdown-content.date-dropdown {
    width: 438px;
}





}







/* 2. Tablet Styles */
@media (min-width: 768px) {


    .ce-news-search .news-filter-wrapper .row > .col:first-child {
        max-width: none;
    }

    .ce-news-search .accordion-section .col {
        padding-right: 10px; 
    }

}


/* 3. Desktop Styles */
@media (min-width: 1024px) {

    .ce-news-search .news-filter-wrapper .row > .col:first-child {
        max-width: fit-content;
    }

    .ce-news-search .accordion-section .col {
        padding-right: 0; 
    }


}

@media (min-width: 1024px) and (max-width: 1440px) {

    .ce-news-search .form-group.news-search-wrapper {
        width: 377px;
    }

}