.ilp-container {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.ilp-btn {
    padding: 0 15px;
    height: 45px;
    background: #82764A;
    border-radius: 30px;
    line-height: 45px;
    color: white;
    font-size: 14px;
    font-family: "Ginto", sans-serif;
    text-decoration: none !important;
    border: 2px solid #82764A;
    font-weight: 400;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}
.ilp-btn:hover {
    background: #b3aa8f;
    color: white;
    border-color: #b3aa8f;
}
.ilp-btn-dropdown {
    padding-right: 35px;
    width: 175px;
    z-index: 1;
    text-align: center;
}
.ilp-btn-dropdown::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-image: url('/wp-content/themes/rmo/assets/img/icons/arrow-down-grey.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    filter: brightness(10);
    transition: all .2s ease-in-out;
}

.ilp-btn-default {
}

.ilp-dropdown {
  position: relative;
}

.ilp-caret {
}

html body .ilp-dropdown-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 22.5px;
    padding: 10px 0;
    width: fit-content;
    left: 0;
    margin: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    background: white;
    border: 2px solid black;
    z-index: 0;
    padding-top: 32.5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ilp-dropdown-menu li {

}

.ilp-dropdown-menu li a {
  display: block;
  text-decoration: none !important;
  color: black;
  font-family: "Ginto", sans-serif;
  font-size: 14px;
  padding: 7.5px 15px;
  color: black;
  white-space: pre-line;
}
.ilp-dropdown-menu li a:hover {
  color: #82764A;
  text-decoration: underline !important;
}

.ilp-dropdown {
position: relative;
z-index: 2;
}
.ilp-dropdown.open .ilp-dropdown-menu {
  display: block;
}

@media only screen and (max-width: 768px) {
  .ilp-btn, .ilp-dropdown {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
  }
}
