/*
|--------------------------------------------------------------------------
| Full-bleed: remove Elementor's default gap around the widget
|--------------------------------------------------------------------------
*/

.elementor-widget-recruitment_banner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.elementor-widget-recruitment_banner > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/*
|--------------------------------------------------------------------------
| Recruitment Banner
|--------------------------------------------------------------------------
*/

.cew-recruitment-banner {
    background-color: #ffdcc4;
    color: #703900;
    padding: 24px;
}

/*
|--------------------------------------------------------------------------
| Container
|--------------------------------------------------------------------------
*/

.cew-recruitment-container {
    max-width: 1200px;
    margin: auto;
    padding-left: 48px;
    padding-right: 48px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/*
|--------------------------------------------------------------------------
| Info (icon + text)
|--------------------------------------------------------------------------
*/

.cew-recruitment-info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.cew-recruitment-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #8d4f17;
    border-radius: 999px;
}

.cew-recruitment-icon .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #ffd0b0;
}

/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.cew-recruitment-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #703900;
    margin: 0 0 4px 0;
}

.cew-recruitment-description {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
}

/*
|--------------------------------------------------------------------------
| Button
|--------------------------------------------------------------------------
*/

.cew-recruitment-btn {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    white-space: nowrap;

    padding: 12px 32px;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 600;

    background-color: #703900;
    color: #ffffff;

    box-shadow: 0 10px 15px rgba(0,0,0,0.10);
    transition: all 0.3s ease;
}

.cew-recruitment-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .cew-recruitment-container {
        flex-direction: column;
        align-items: flex-start;

        padding-left: 25px;
        padding-right: 25px;
    }

    .cew-recruitment-info {
        align-items: flex-start;
    }

    .cew-recruitment-btn {
        width: 100%;
        max-width: 260px;
    }

}
