.block-job-offer-list .job-offer-list-container {
    --bs-gutter-y: 2rem;
}
.block-job-offer-list .job-offer-list-container .job-offer {
    display: flex;
    flex-direction: row;
}
.block-job-offer-list .job-offer-list-container .job-offer .job-offer-content {
    position: relative;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
}
.block-job-offer-list .job-offer-list-container .job-offer .job-offer-content .title {
    font-weight: var(--font-weight-semi-bold);
}
.block-job-offer-list .job-offer-list-container .job-offer .job-offer-content .icon {
    margin-left: auto;
    margin-bottom: 0.563rem;
    transition: margin 0.3s ease;
}
.block-job-offer-list .job-offer-list-container .job-offer:hover .icon {
    margin-right: -0.5rem;
}

#job-offer-filter .search-wrapper {
    position: relative;
    width: 100%;
}
#job-offer-filter .search-wrapper .clear-search {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" fill="white"/><path d="M6.81862 5.01367L16.0009 14.8158L25.1832 5.01367H27.4061L17.1124 16.0022L17.1145 16.0043L17.1124 16.0053L27.3988 26.9866H25.1759L16.0009 17.1918L6.82591 26.9866H4.60299L14.8884 16.0053L14.8874 16.0043L14.8884 16.0022L4.5957 5.01367H6.81862Z" fill="%23182748"/></svg>');
    width: 2rem;
    height: 2rem;
    display: none;
}
#job-offer-filter .search-wrapper input {
    padding-right: 2.5rem;
}

/* Responsive */
@media only screen and (max-width: 1440px) {
  .block-job-offer-list .header-wrapper {
    gap: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .block-job-offer-list .header-wrapper {
    gap: 1rem;
  }
}