/* Registration page only: remove the theme/news sidebar and use the full content width. */
body.meca-worker-registration-page #secondary,
body.meca-worker-registration-page .widget-area,
body.meca-worker-registration-page .sidebar,
body.meca-worker-registration-page .sidebar-container,
body.meca-worker-registration-page .site-sidebar,
body.meca-worker-registration-page .right-sidebar,
body.meca-worker-registration-page .elementor-widget-sidebar,
body.meca-worker-registration-page .elementor-widget-wp-widget-search,
body.meca-worker-registration-page .elementor-widget-wp-widget-recent-posts {
    display: none !important;
}

body.meca-worker-registration-page #primary,
body.meca-worker-registration-page .content-area,
body.meca-worker-registration-page main.site-main,
body.meca-worker-registration-page .site-content {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1200px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.meca-worker-registration-page .content-area > .site-main,
body.meca-worker-registration-page .site-main > article,
body.meca-worker-registration-page article .entry-content {
    width: 100% !important;
    max-width: none !important;
}

.meca-language-switch {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 12px;
}

.meca-language-switch a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #a9c2d1;
    border-radius: 999px;
    background: #fff;
    color: #073b66 !important;
    padding: 9px 15px;
    text-decoration: none !important;
    font-weight: 800;
}

.meca-language-switch a.is-active {
    border-color: #073b66;
    background: #073b66;
    color: #fff !important;
    box-shadow: 0 5px 14px rgba(7, 59, 102, .2);
}

body.meca-worker-registration-page .meca-worker-shell {
    max-width: 1180px;
}

.meca-worker-logo {
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 190px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    margin: 0 0 14px;
    padding: 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .95);
}

.meca-salary-offer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.meca-salary-offer > div {
    padding: 18px;
    border: 1px solid #bcd3df;
    border-radius: 12px;
    background: #f3f9fc;
}

.meca-salary-offer small,
.meca-salary-offer strong {
    display: block;
}

.meca-salary-offer small {
    color: #526b7a;
    margin-bottom: 7px;
}

.meca-salary-offer strong {
    color: #073b66;
    font-size: 20px;
}

.meca-salary-answer {
    margin-top: 15px;
    padding: 15px 18px;
    border-radius: 11px;
    background: #fff4e0;
}

.meca-salary-answer p {
    margin: 0 0 10px;
}

.meca-salary-answer label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-right: 28px;
    font-weight: 800;
}

.meca-agreement-text {
    display: inline;
    flex: 1 1 auto;
    min-width: 0;
}

.meca-payer-name {
    white-space: nowrap;
}

@media (max-width: 700px) {
    .meca-salary-offer {
        grid-template-columns: 1fr;
    }

    .meca-payer-name {
        white-space: normal;
    }
}
