.single-job-hero .job-large-header {
    min-height: 45rem;
    background-size: cover;
}

.vacancy-card .vacancy-detail:last-child {
    margin-bottom: 0;
}

.vacancy-card {
    border: 1px solid #BDBDBD;
}

.vacancy-card .vacancy-detail {
    padding: 16px;
    background: #CFDEBC;
    margin-bottom: 2px;
    color: #fff;
}

.vacancy-card .vacancy-detail strong {
    display: block;
    margin-bottom: 4px;
}

.venueName {
    font-size: 48px !important;
}

.job-alert-section .py-3 {
    padding-top: 0 !important;
}

.container-xxl.d-flex.flex-column-reverse.gap-5.pt-5.flex-md-row {
    font-size: 18px;
}

.d-flex.justify-content-start.pt-5 .d-flex.gap-3 {
    width: 100%;

}

.py-100 {
    padding: 100px 0;
}

.job-alert-section .align-items-end {
    align-items: center !important;
    background: #fff;
}

.job-alert-section .job-alert-wrapper {
    order: 2;
    background: #fff;
}

.job-alert-section form button {
    font-size: 18px;
    padding: 12px;
    border-radius: 8px;
    font-weight: 400 !important;
}

.job-alert-section form input {
    border-radius: 0;
    border-bottom: 1px solid #191919;
    padding-left: 0 !important;
}

.job-alert-section form input::placeholder {
    font-size: 16px;
    color: #191919;
    line-height: 1.5;
}

.job-alert-section form.flex-column {
    flex-direction: column !important;
}

.job-alert-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #212322;
}

.job-alert-section p {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 1.4;
    text-align: center;
    color: #212322;
}

.job-alert-sign-up-box {
    max-width: 100% !important;
}

.job-alert-section .btn {
    background: #000;
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3.75rem;
    border: 2px solid rgb(0, 0, 0);
    text-transform: unset;
    padding: 0.75rem 1.875rem 0.6875rem;
    margin: 0px 0px 0.625rem;
    cursor: pointer;
    text-decoration: none;
    line-height: normal;
    vertical-align: middle;
    user-select: none;
    white-space: normal;
    appearance: none;
    min-width: 9.875rem;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.job-alert-section .btn:hover {
    background-color: rgb(255, 206, 0);
    outline: 0px;
    border-color: rgb(255, 206, 0);
    color: rgb(0, 0, 0) !important;
}

.job-alert-section .py-3 {
    padding-top: 0 !important;
}

.related-container {
    margin-bottom: 50px;
}

body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .py-100 {
        padding: 50px 0;
    }

    .job-alert-section h2 {
        font-size: 28px;
    }
}


@media (min-width: 1200px) {
    .job-alert-section .flex-column {
        flex-direction: row !important;
    }

}

@media (min-width: 992px) {
    .venue-component .col-lg-3 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .venue-component .mb-3.d-flex.flex-column.justify-content-center.align-items-center.position-relative {
        min-height: 419px;
    }
}

