/*
 Theme Name:   Structerre 2025
 Theme URI:    https://structerre.com.au/
 Description:  Child theme for Hello Biz
 Author:       Bong Pico
 Author URI:   https://structerre.com.au/
 Template:     hello-biz
 Version:      1.0.0
*/

/* =========================
   Fullscreen Hero - Single Job
   ========================= */
   body.single-awsm_job_openings .struct-hero-job {
    position: relative;
    width: 70%;
    height: 100vh;           /* full viewport height */
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 0;
}

body.single-awsm_job_openings .struct-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

body.single-awsm_job_openings .struct-hero-box {
    position: relative;
    background: #ffffff;
    padding: 26px 40px;
    margin-bottom: 60px;
    border-radius: 4px;
    border-top: 6px solid #f5a623;
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    z-index: 2;
}

body.single-awsm_job_openings .struct-hero-title {
    margin: 0;
    font-size: 2.4rem;
    color: #002b65;
    font-weight: 600;
    text-align: center;
}

/* Box the job page layout */
body.single-awsm_job_openings .struct-job-inner {
    max-width: 1120px;      /* adjust width limit */
    width: 100%;
    margin: 40px auto;      /* center the whole block */
    padding: 0 30px;        /* inner spacing */
    box-sizing: border-box;
}

body.single-awsm_job_openings .site-container {
    max-width: 1200px;
    margin: 0 auto;
}
