.e24-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0 0 0;
    background: #fff;
    gap: 51px;
}

.e24-banner-img-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.e24-banner-img-area>img {
    width: 400px;
    height: 423px
}

.e24-banner-img {
    border-radius: 16px;
    object-fit: cover;
}

.e24-banner-content {
    max-width: 520px;
}

.e24-banner-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    line-height: 28px;

}

.e24-banner-location-icon {
    width: 24px;
    height: 24px;
}

.e24-banner-location-city {
    font-size: 1.375rem;
    line-height: 28px;
    font-weight: 700;
    color: #222;
}

.e24-banner-location-change {
    color: #D81E5C;
    font-size: 0.75rem;
    text-decoration: underline;
    cursor: pointer;
}

.e24-banner-title {
    font-size: 3.3125rem;
    font-weight: 400;
    line-height: 61px;
    color: #1C1C1C;
    margin: 0;
}

.e24-banner-title-bold {
    font-weight: 700;
    color: #1C1C1C;
    display: inline-block;
    width: 100%;
    height: 67px;
    background: url('assets/img/destaque.svg') no-repeat center/contain;
    background-position: 226px 2px;
}


@media (max-width: 900px) {
    .e24-banner {
        flex-direction: column;
        margin-top: 40px;
        padding: 0;
        gap: 23px;
    }

    .e24-banner-img-area {
        width: 280px;
        height: 297px;
    }

    .e24-banner-img-area>img {
        width: 280px;
        height: 297px;
    }

    .e24-banner-content {
        margin-left: 0;
        max-width: 90vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .e24-banner-location {
        margin-bottom: 12px;
    }

    .e24-banner-location-city {
        font-size: 0.875rem;
    }

    .e24-banner-location-change{
        font-size: 0.625rem;
    }

    .e24-banner-title {
        font-size: 2.125rem;
        line-height: 39px;
    }

    .e24-banner-title-bold {
        height: 43px;
        background-position: 168px 2px;
    }
}

.e24-job-listings {
    padding: 0px 16px;
    background: #fff;
}

.e24-container {
    max-width: 906px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.e24-job-listings-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 34px;
    margin-top: 70px;
}

.e24-job-listings-header>h2 {
    text-align: left;
    margin: 0;
    margin-right: 20px;
    font-weight: 400;
    font-size: 1.25rem;
    color: #222;
}

.e24-header-line {
    flex-grow: 1;
    height: 1px;
    background-color: #E6E6E6;
}

.grid-sizer,
.grid-item {
    width: calc(33.333% - 20px);
    float: left;
}

.gutter-sizer {
    width: 30px;
}

.e24-job-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    margin-bottom: 30px;
    break-inside: avoid;
    text-decoration: none;
    padding: 8px 8px 12px 8px;
    display: flex;
    flex-direction: column;
}

.e24-job-card>figure {
    margin: 0;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.e24-job-card-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.e24-job-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
}

.e24-job-title {
    font-size: 1.125rem;
    line-height: 24px;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 4px;
    color: #1C1C1C;
    padding: 0 8px;
}

.e24-job-company {
    font-size: 0.9rem;
    line-height: 18px;
    margin: 0;
    color: #1C1C1C;
    padding: 0 8px 8px 8px;
}

.e24-load-more {
    margin: 60px auto;
    background-color: #D81E5C;
    color: #fff;
    border: none;
    border-radius: 30px; 
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.e24-load-more:hover {
    background: #a1005a;
}

.e24-load-more:disabled {
    background: #e0e0e0;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
    border: none;
}

.e24-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #D81E5C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 120px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.e24-no-jobs-message {
    text-align: center;
    font-size: 1.25rem;
    color: #666;
    padding: 120px 0;
}

@media (max-width: 720px) {
    .e24-job-card {
        margin-bottom: 22px;
    }

    .grid-sizer,
    .grid-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .e24-job-card-img {
        padding: 0;
    }

    .e24-job-listings-header {
        margin-bottom: 22px;
    }

    .e24-job-listings-header {
        margin-top: 47px;
    }

    .e24-job-listings-header>h2 {
        font-size: 0.875rem;
    }

    .e24-header-line {
        display: none;
    }

    .e24-job-title {
        font-size: 0.875rem;
        margin-top: 10px;
        line-height: normal
    }

    .e24-job-company {
        font-size: 0.75rem;
        line-height: normal
    }

    .gutter-sizer {
        width: 30px;
    }

    .e24-job-card {
        box-shadow: none;
    }

    .e24-job-card-content {
        padding: 0 0 0 0;
    }

    .e24-load-more {
        font-size: 0.875rem;
        padding: 10px 20px;
    }

    .grid-sizer,
    .grid-item {
        width: calc(50% - 15px);
    }
}

.e24-scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #D81E5C; 
    border: none;
    border-radius: 50%; 
    width: 70px; 
    height: 70px; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.e24-scroll-to-top img {
    width: 22px;
    height: 22px;
}

@media (max-width: 1110px) {
    .e24-scroll-to-top {
        display: none;
    }
}

.e24-city-dropdown {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    margin-top: 4px;
    min-width: 180px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
}

.e24-city-dropdown-option {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.e24-city-dropdown-option:hover {
    background: #f2f2f2;
}

@media (max-width: 495px){
    .e24-city-dropdown {
        left: 50%;
        transform: translateX(-50%);
    }
}

.e24-city-dropdown-header {
    padding: 10px 16px;
    font-weight: 700;
    color: #1C1C1C;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 5px;
  }
  
  .e24-city-dropdown-header:first-of-type {
      margin-top: 0;
      border-top: none;
  }
  
  .e24-city-dropdown-option {
    padding-left: 28px;
  }
  
  .e24-city-dropdown-option {
    padding: 10px 16px 10px 28px;
    cursor: pointer;
    transition: background 0.2s;
  }
  
  .e24-city-dropdown-option:hover {
    background: #f2f2f2;
  }