.search-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 30px 20px;
    gap: 60px;
}

/* ======================================================= Filter ======================================================= */
.search-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.search-filter h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: "SuperMolot", sans-serif;
    color: #348bbe;
}

.search-filter form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.search-filter .select-search-container::before {
    content: "";
    width: 12px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    transform: translateY(-40%);
    pointer-events: none;
    background-image: url("/wp-content/uploads/2024/04/ChevronBottom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Poste */
.search-filter
    .select-search-container.first-option-selected:nth-child(1)::before {
    right: 70px;
}

/* Categorie */
.search-filter
    .select-search-container.first-option-selected:nth-child(2)::before {
    right: 55px;
}

/* Type de contrat */
.search-filter
    .select-search-container.first-option-selected:nth-child(3)::before {
    right: 35px;
}

/* Site */
.search-filter
    .select-search-container.first-option-selected:nth-child(4)::before {
    right: 75px;
}

.search-filter .select-search-container::after {
    content: "";
    background-color: white;
    width: 20px;
    height: calc(100% - 4px);
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    pointer-events: none;
}

.search-filter form select {
    width: 250px;
    height: 50px;
    border: 1px solid #379cd4;
    color: #379cd4;
    background-color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: "Gilroy", sans-serif;
}

.search-filter form select option:first-child {
    text-align: center;
    font-size: 16px;
}

.select-search-container select:focus {
    border-color: #09101c;
    outline: none;
}

.select-search-container select option {
    color: #000000;
}

.search-filter .select-search-container {
    position: relative;
    display: flex;
}

/* ======================================================= Content ======================================================= */

.search-content-container {
    width: 100%;
    padding: 0% 10%;
}

table,
td,
th {
    border: none;
}

th,
td {
    border-bottom: 1px solid #859eb4;
}

.search-content-container th {
    font-size: 24px;
    font-family: "SuperMolot", sans-serif;
    font-weight: 500;
    color: #348bbe !important;
    text-align: left;
    padding: 40px 0;
}

.search-content-container td {
    padding: 0;
}

.search-content-container td a {
    text-decoration: none !important;
    color: #09101c !important;
    padding: 25px 0;
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    text-align: left;
    display: block;
    width: 100%;
}

.error-table {
    padding: 25px 0 !important;
}
