:root {
    --custom_lightgrey: rgb(250, 250, 250);
    --custom_midlightgrey: rgb(242, 242, 242);
    --custom_midblue: #007bff;
    --custom_lightgreen: rgb(166, 247, 166);
    --custom_lightgreen_transparent: rgb(166, 247, 166, 0.2);
    
    --box_shadow_global: 0 2px 5px rgba(0, 0, 0, 0.1);
    --box_shadow_white: rgba(255, 255, 255, 0.55) 0px 5px 15px;
    --box_shadow_property_item:rgba(0, 0, 0, 0.35) 0px 5px 15px;
    --box_shadow_light: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    --lightweight-border-global: 1px solid rgba(0, 0, 0, 0.1);

    --progress_bar_height: 16px;
    --progress_bar_grey: #F2F1EB;
    --progress_bar_divider_grey: #d4d3cb;
    --progress_bar_green: #AFC8AD;

    --global_section_padding: 0 15px;
    --global-screen-max-width: 1200px;
    --global-screen-width: 90%;

    --filter-border-color: rgba(0,0,0,0.42);

    --photo_viewer_width: 360px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.hero-section {
    height: 440px;
    background-color: #007bff;
    background-image: url("../assets/hero.jpg");
    background-position: top left;
    background-position-y: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*box-shadow: inset 0px -50px 50px rgba(255, 255, 255, 0.6);*/
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), 
        linear-gradient(
            to right, white 0%,
            rgba(255, 255, 255, 0.9) 3%,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0) 80%,
            rgba(255, 255, 255, 0.9) 97%,
            white 100%);
    background: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(220, 210, 100, 0.1));

    pointer-events: none; /* Prevents any interaction with the pseudo-element */
}

.hero-contents-container {
    display: flex;
    flex-direction: column;
    width: var(--global-screen-width);
    max-width: var(--global-screen-max-width);
    padding: var(--global_section_padding);
    box-sizing: border-box;
}

.hero-top-box {
    position: relative;
    width: 100%;
    z-index: 2;
    color: white;
    margin-top: 40px;
}

.hero-top-box h2 {
    font-size: min(40px, 6vw);
    font-weight: bold;
}

.hero-top-box p {
    font-size: min(18px, 3.4vw);
    margin-bottom: 3px;
}


.hero-bottom-box {
    position: relative;
    width: 60%;
    margin-top: 30px;
}

.hero-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    width: 140px;
    background-color: var(--custom_midblue);
    color: white;
    cursor: pointer;
    border-radius: 27px;
    height: 25px;
    box-shadow: var(--box_shadow_property_item);
    background-image: linear-gradient(340deg, rgba(138, 43, 226, 0.9), rgba(0, 102, 255, 0.7));
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;  /* Make sure the button is positioned correctly for the animation */
    overflow: hidden;    /* Prevent animation from spilling outside the button */
}

.hero-button:hover {
    background-color: #0056b3; 
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 0; /* Ensures section is below the hero section blend */
}

.contactus-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--global-screen-width);
    max-width: var(--global-screen-max-width);
    margin: 0 auto;
    height: 80vh;
}

.description-section-container {
    background-repeat: repeat;
    justify-content: center;
    display: flex;
    /* background-color: #0e4b85; */
    background-image: 
        linear-gradient(45deg, rgba(76, 75, 55, 0.9), rgba(225, 205, 85, 0.9)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%23007bff' fill-opacity='0.4' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E");
    /* background-image: linear-gradient(45deg, #e1cd56, #4c4b37); */
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 200, 0.55);
}

.description-section {
    width: var(--global-screen-width);
    max-width: var(--global-screen-max-width);
    color: black;
    background-color: rgba(255, 255, 255, 0.79);
    padding: 15px;
    margin-top: 10px;
    border: rgba(255, 255, 255, 0.4) solid 1px;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: var(--box_shadow_property_item);
    box-sizing: border-box;
}

.app-section-container {
    /* padding: 30px; */
    text-align: center;
    background-color: white;
    /* min-width: 415px; */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #bacdb2;
    background-image: linear-gradient(45deg, rgba(76, 75, 55, 0.4), rgba(225, 205, 85, 0.4)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23ffffff' fill-opacity='0.21' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}

.app-section-container p {
    margin-bottom: 5px;
}

.app-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-section {
    min-width: 362px;
    flex: 1;
    text-align: center;
    background: white;
    border-radius: 10px;
    padding-top: 0px;
}

.inner-right-section {
    position: relative;
    padding: 12px;
    padding-top: 30px;
    z-index: 4;
}

.example-content-container {
    background: linear-gradient(240deg, rgba(200, 255, 20, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    border-radius: 6px;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.example-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center top;
    z-index: -1;
}

.example-content {
    position: relative;
    z-index: 1;
}

.example-app-container {
    width:100%;
    min-height: 500px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.example-app-input {
    height: 315px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    position: relative;
}

.example-app-input-greg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 6px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 24px;
    width: 64%;
    max-width: 400px;
    height: 148px;
    position: absolute;
    left: 0;
    top: -6px;
    background: linear-gradient(to right, #000000, #575757);
    color: white;
}

.example-app-input-greg h4, .example-app-input-anthony h4 {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

.example-app-input-anthony {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 48px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 24px;
    width: 64%;
    max-width: 400px;
    height: 148px;
    position: absolute;
    right: 0;
    top: 150px;
    background: linear-gradient(to right, #000000, #575757);
    color: white;
}

.mock-form-label {
    font-size: 0.7em;
}

.mock-form-textbox {
    padding-left: 10px;
    font-size: 0.8em;
    box-sizing: border-box;
    min-width: 160px;
    max-width: 300px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 8px;
}

.example-app-output {
    min-height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.example-app-output-inner {
    background: linear-gradient(to right, #000000, #575757);
    color: white;
    height: 400px;
    width: 90%;
    min-width: 300px;
    max-width: 50vw;
    border-radius:6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 -3px 13px rgba(255, 255, 255, 0.55);
}

.example-app-output-inner h4 {
    margin-top: 10px;
    margin-bottom: 4px;
}

.example-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewer-left-button, .viewer-right-button {
    font-size: 30px;
    padding: 0px 18px;
}

.viewer-properties-text {
    font-size: 12px;
    width: 240px;
    margin-top: 8px;
    padding: 2px;
    border: 1px solid white;
    border-radius: 7px;
}

.viewer-photoframe {
    width: 180px;
    height: 180px;
    border: 2px solid white;
    background-image: url("../assets/example.jpg");
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-size: min(2em, 10vw);
    margin-bottom: 20px;
}

p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.beta-red {
    color: rgb(248, 34, 34);
}

input[type="email"] {
    padding: 10px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.flex-row-left {
    display: flex;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.form-button-submit {
    padding: 10px 20px;
    font-size: 1em;
    border: var(--lightweight-border-global);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-button-submit--invalid {
    background-color: var(--custom_lightgrey);
    color: grey;
    cursor: not-allowed;
}

.form-button-submit--valid {
    background-color: var(--custom_midblue);
    cursor: pointer;
    color: white;
}

.form-button-submit--valid:hover {
    background-color: #0056b3;
}

#errorReturnButton {
    top:20px;
}

.reset-button{
    padding: 6px;
    border-radius: 8px;
    border: none;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 6px;
    top: 6px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.04);
}

#resultsReturnButton {
    display: none;
}

.free-uses-bar {
    display: flex;
    border: var(--lightweight-border-global);
    box-shadow: var(--box_shadow_global);
    padding: 4px;
    font-size: 12px;
    border-radius: 12px;
    min-width: 180px;
    max-width: 270px;
    margin-top: 14px;
    margin-left: 18px;
    justify-content: space-evenly;
    color: rgba(0, 0, 0, 0.3);
}

.reset-button:hover {
    background-color: grey;
}

#continueToMainFormButton {
    margin-top: 40px;
    margin-bottom: 20px;
}

#submitButton {
    width: min(232px, 30vw);
    margin-bottom: 10px;
}

.app-title {
    color: white;
    padding: 14px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.app {
    position: relative;
    min-height: 700px;
    border: rgba(0,0,0,0.04) 1px solid;
    border-radius: 18px;
    padding-top: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    width: min(412px, 98vw);
}

.radio-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.radio-options-container{
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.radio-options-container label {
    margin-left: 6px;
}

.details-form {
    margin: 0px 20px;
    margin-top: 6px;
    border-radius: 6px;
}

.details-form-section {
    border-radius: 0px;
    min-height: 40px;
}

#detailsFormTop {
    padding: 16px 0px;
    height: 540px;
}

#detailsFormBottom {
    display: none;
    border: 1px solid rgba(0,0,0, 0.02);
    padding: 16px 0px;
    border-radius: 12px;
    box-shadow: var(--box_shadow_global);
}

.people-progress-bar {
    width: 240px;
    height: var(--progress_bar_height);
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 4px;
    display: flex;
    border: 1px solid var(--progress_bar_divider_grey);
}

.people-progress-bar-subdivision {
    height: var(--progress_bar_height);
    width: 0px;
    background-color: var(--custom_lightgrey);
    border-right: 1px solid var(--progress_bar_divider_grey);
    flex-grow: 1;
}

.people-progress-bar-subdivision--active {
    background-color: var(--custom_lightgreen);
}

#detailsFormMiddle {
    display: none;
    padding: 16px;
}

#detailsFormMiddleSummary {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.summary-gloss-box {
    font-size: 12px;
    border: 1px solid black;
    padding: 4px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(245, 245, 245, 0.1) 100%);
}

.personCountSpan {
    font-weight: 800;
    font-size: 1.2em;
}

#groupBudgetEntryContainer {
    display: none;
}

.form-group-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 14px;
}

.individual-bugdet-hider {
    display: flex;
}

.buying-budget-container {
    display: none;
}

.form-group {
    font-size: 0.85em;
    text-align: left;
    width: 280px;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group input, .form-dropdown {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    border: unset;
    box-sizing: border-box;
    padding: 8px 16px;
    outline-color: rgba(166, 247, 166, 0.4);
    background-color: var(--custom_lightgrey);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-dropdown {
    cursor: pointer;
}

.address-station-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.train-button {
    position: relative;
    margin-left: 10px;
    padding: 10px;
    height: 10px;
    width: 10px;
    border: #000000 2px solid;
    outline-color: rgba(166, 247, 166, 0.4);
    border-radius: 4px;
    background-image: url("../assets/train.png");
    background-position: center;
    cursor: pointer;
}

.train-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.3));
}

.filter-checkboxes-container {
    height: 96px;
    overflow-y: auto;
    display: flex;
    width: 94%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}

.filter-checkbox-whole {
    display: flex;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    user-select: none;
    cursor: pointer;
    padding: 4px;
    width: 45%;
    height: 18px;
    margin-bottom: 4px;
}

.filter-checkbox-box-outer {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
}

.filter-checkbox-box-inner {
    width: 8px;
    height: 8px;
}

.filter-checkbox-box-inner--unselected {
    background-color: transparent;
}

.filter-checkbox-box-inner--selected {
    background-color: black;
}

.filter-checkbox-textarea {
    width: fit-content;
    height: 100%;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.sort-by-text {
    margin-top: 10px;
}

.sort-by-options-container {
    display: flex;
    justify-content: center;
}

.sort-by-option {
    height: 40px;
    width: 80px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(0,0,0,0.1);
    user-select: none;
    cursor: pointer;
    margin: 1px;
}

.sort-by-option--unselected {
    background-color: var(--custom_lightgrey);
}

.sort-by-option--selected {
    background-color: var(--custom_lightgreen);
}

#sortChoiceSubmit, #filterChoiceSubmit {
    width: 100px;
    margin: 0 auto;
    margin-top: 80px;
}

.map-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    background-color: white;
}

.map-modal-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    flex-direction: column;
}

.applet-modal-overlay {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    border-radius: inherit;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}

.applet-modal-content {
    display: none;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -0%);
    background-color: white;
    height: 90%;
    width: 90%;
    z-index: 10001;
    flex-direction: column;
    border-radius: 8px;
}

.train-modal-search-bar-container {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

.train-modal-search-bar-text {
    all: unset;
    height: 100%;
    display: flex;
    align-items: center;
    width: 242px;
    text-align: left;
    padding-left: 30px;
}

.train-modal-search-bar-icon {
    height: 100%;
    width: 50px;
    background-image: url("../assets/search_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    scale: 0.6;
}

.train-modal-search-bar {
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
}

.train-modal-quit-container {
    display: flex;
    width: 100%;
}

.quit-button {
    height: 20px;
    width: 20px;
    background-color: red;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    text-align: center;
    border-radius: 4px;
    user-select: none;
    line-height: 1;
    padding: 4px;
    cursor: pointer;
}

.map-quit-button {
    width: 300px;
    background-color: var(--custom_midblue);
    font-size: 14px;
    padding: 8px;
}

.map-quit-button:hover {
    background-color: var(--custom_lightgreen);
    color: grey;
}

.train-modal-quit:hover {
    cursor: pointer;
}

.station-title-container {
    display: flex;
    justify-content: center;
}

.scrollable-station-box-container {
    display: flex;
    justify-content: center;
}

.scrollable-station-box {
    overflow: auto;
    overflow: scroll;
    overflow-x: hidden;
    width: 80%;
    height: 415px;
}

.stations-container {
    display: flex;
    flex-direction: column;
}

.train-station {
    height: 32px;
    width: 900%;
    background-color: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    user-select: none;
    padding: 4px;
    padding-left: 8px;
    border-radius: 12px;
    margin-top: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.train-station:hover {
    background-color: rgb(222, 228, 218);
}

#person1 {
    display: block;
}

#person2, #person3, #person4, #person5, #person6 {
    display: none;
}

.email-form-bottom {
    margin-top: 100px;
    width: 300px;
    background-color: rgb(248, 0, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.form-button {
    user-select: none;
    width: 46px;
    padding: 8px;
    height: 30px;
    box-shadow: var(--box_shadow_global);
    border-radius: 14px;
    font-size: 1em;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin: 0 10px;
    cursor: pointer;
    border: var(--lightweight-border-global);
}

#peopleCount {
    cursor: default;
}

#buttonSpinner {
    margin-top: 5px;
    border: 4px solid rgba(0, 0, 0, 0.1); 
    border-left-color: var(--custom_midblue);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.horizontal-button-container {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.person {
    margin-top: 13px;
}

.person-button {
    min-width: 100px;
    min-height: 40px;
    border-radius: 6px;
    margin: 8px 14px;
    border: beige 1px;
    font-weight: 200;
    font-size: 1em;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.05);
}

.italic-info {
    font-size: 1em;
    color: #6c757d;
    margin-bottom: 16px;
    font-style: italic;
}

.top-controls-container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    border: solid 1px rgba(0, 20, 0, 0.1);
    margin-top: 32px;
    box-shadow: var(--box_shadow_property_item);
    font-size: 12px;
}

.show-map-button {
    border: none;
    width: 100%;
    height: 37px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.08));
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-map-button:hover {
    background-color: var(--custom_lightgreen_transparent);
}

.map-property-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
    z-index: 1000;
    height: 330px;
    width: 250px;
    cursor: default;
    flex-direction: column;
    align-items: center;
}

.map-property-card-top-row {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.map-property-card-exit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.44);
    width: 14%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: var(--box_shadow_light);
    border-radius: 4px;
    font-size: 20px;
}
.map-property-card-exit:hover {
    color: rgba(0,0,0,0.9);
}


.map-property-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    height: 100%
}

.map-property-card-top-right-space {
    width: 14%;
    height: 100%;
}

.map-property-card-image-container {
    height: 180px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.04);
}

#mapPropertyCardImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.map-property-card-address {
    height: 24px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.04);
    margin-top: 4px;
}

.map-property-card-details {
    height: 40px;
    width: 100%;
    margin-top: 4px;
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.map-property-card-detail-container {
    display: flex;
    align-items: center;
    width: 30%;
}

.map-property-card-list-view-button {
    margin-top: 10px;
}

.filter-sort-container {
    display: flex;
    height: 40px;
    width: 100%;
    border-top: solid 1px rgba(0, 20, 0, 0.1);
    border-bottom: solid 1px rgba(0, 20, 0, 0.1);
    user-select: none;
}

.filter-sort-button-outer {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-sort-button-outer:hover {
    background-color: var(--custom_lightgreen_transparent);
}

.filter-sort-button-outer--filter {
    justify-content: flex-end;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.01), rgba(0, 0, 0, 0.08));
}

.filter-sort-button-outer--sort {
    justify-content: flex-start;
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.01), rgba(0, 0, 0, 0.08));
}

.filter-sort-container-inner {
    display: flex;
    height: 75%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.filter-sort-container-inner--filter {
    border-right: solid 1px rgba(0, 20, 0, 0.1);
}

.filter-sort-container-inner--sort {
    border-left: solid 1px rgba(0, 20, 0, 0.1);
}

.map-location-icon {
    background-image: url("../assets/map_location_icon.png");
    background-position: center;
    height: 20px;
    width: 19px;
    background-size: cover;
    margin-left: 10px;
    opacity: 85%;
}

.sort-icon {
    background-image: url("../assets/sort.png");
    background-position: center;
    height: 18px;
    width: 19px;
    background-size: cover;
    margin-left: 10px;
    opacity: 85%;
}

.filter-icon {
    background-image: url(../assets/filter.png);
    background-position: center;
    height: 18px;
    width: 19px;
    background-size: cover;
    margin-left: 10px;
    opacity: 85%;
}

.output-area {
    min-height: 600px;
    border-radius: 6px;
    display: none; /* Changes to flex within js */
    flex-direction: column;
    align-items: center;
}

.card-controls-area {
    display: flex; /* Becomes flex in JS */
    align-items: center;
    justify-content: space-around;
    width: min(100%, var(--photo_viewer_width));
    margin-top: 10px;
}

.card-controls-button{
    height: 60px;
    width: 60px;
    border-radius: 100px;
    box-shadow: var(--box_shadow_property_item);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background-repeat: no-repeat;
}

.card-controls-button--skeleton {
    height: 60px;
    width: 60px;
    border-radius: 100px;
    box-shadow: var(--box_shadow_property_item);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    overflow: hidden;
    position: relative;
}

.card-controls-button:hover {
    background-color: var(--custom_lightgreen);
    cursor: pointer;
}

#leftButton {
    background-image: url("../assets/property_left_arrow.png");
    background-position: center;
}

#rightButton {
    background-image: url("../assets/property_left_arrow.png");
    transform: scaleX(-1);
    background-position: center;
}

#copyClipboard {
    background-image: url("../assets/property_copy_clipboard.png");
    background-position: center;
}

#visitWebsite {
    background-image: url("../assets/property_visit_website.png");
    background-position: center;
}

.property-count {
    width: min(100%, var(--photo_viewer_width));
    color: white;
    background-color: rgba(0,0,0,0.9);
    font-size: 14px;
    height: 66px;
    display: none; /* Becomes flex within JS */
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 12px;
    box-sizing: border-box;
    border-radius: inherit;
    margin-top: 6px;
}

.property-count-title {
    text-decoration: underline;
}

.current-property-selection-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
    width: 100px;
}

#skeletonPropertyViewer {
    display: none;
    flex-direction: column;
    align-items: center;
    width: min(100%, var(--photo_viewer_width));
}

.photo-viewer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: inherit;
    position: relative;
}

.photo-viewer--skeleton {
    height: 200px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-small-details-outer-container {
    padding: 12px;
    box-shadow: var(--box_shadow_light);
}

.property-small-details-container--skeleton {
    height: 48px;
    box-shadow: var(--box_shadow_light);
}

.property-small-details-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.property-small-details-container-module {
    display: flex;
    font-size: 12px;
    margin-top: 2px;
    align-items: center;
    min-width: 80px;
    white-space: nowrap;
}

.property-feature-image {
    display: flex;
    height: 22px;
    width: 22px;
    border-radius: 2px;
    margin-right: 8px;
}

#propertyTypeInfo {
    position: relative;
    top: 0px;
    left: 40px;
}

#bedroomsImage {
    background-image: url("../assets/bedrooms_icon22.png");
}

#bathroomsImage {
    background-image: url("../assets/bathrooms_icon22.png");
    margin-top: -6px;
}

.address-text {
    text-align: left;
    height: 46px;
    font-weight: bold;
    font-size: 14px;
}

.property-bottom-details-container {
    display: flex;
    align-items: end;
}

.cost-text {
    margin-top: 4px;
    height: 25px;
    text-align: left;
    width: 100px;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.03);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listed-text {
    margin-left: 76px;
    font-size: 12px;
    color: rgba(0,0,0,0.2);
}

.property-major-details-container {
    display: flex;
    flex-direction: column;
    padding: 12px
}

.property-major-details-container--skeleton {
    height: 115px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    justify-content: space-around;
}

#propertyViewer {
    display: none;
}

#cardControlsArea {
    display: none;
}

.property-item {
    box-shadow: var(--box_shadow_property_item);
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 6px;
    border-radius: 6px;
    min-height: 300px;
    width: min(100%, var(--photo_viewer_width));
}

#activePropertyPhoto {
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.property-count-inset {
    width: 90px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: black;
    color: white;
    padding: 6px;
    display: none;
}

.photo-load-text {
    margin-top: 8px;
    user-select: none;
}

.sub-photos-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: none;
}

.sub-photo {
    border: 1px solid black;
    width: 80px;
    height: 80px;
}

.photo-loader {
    width: 30px;
    aspect-ratio: 1;
    display: flex;
  }
  .photo-loader::before,
  .photo-loader::after {
    content:"";
    flex:1;
    animation: photo-loader-geometric 1.5s -.25s infinite linear alternate both;
  }
  .photo-loader::after {
    --s:-1,-1;
    animation-delay: .5s;
  }
  @keyframes photo-loader-geometric {
    0%,
    30%  {transform:scale(var(--s,1)) translate(0px)   perspective(150px) rotateY(0deg);
          clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,0 75%,0 25%);
          background:var(--custom_midblue);}
    37.5%{transform:scale(var(--s,1)) translate(-10px) perspective(150px) rotateX(0deg);
          clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,0 75%,0 25%);
          background:var(--custom_midblue);}
    50%  {transform:scale(var(--s,1)) translate(-10px) perspective(150px) rotateX(-90deg);
          clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,0 75%,0 25%);
          background:var(--custom_midblue);
          border-radius: 0}
    50.01%{transform:scale(var(--s,1)) translate(-10px) perspective(150px) rotateX(-90.1deg);
           clip-path:polygon(0 0,100% 0,100% 100%,50% 100%,0 100%,0 25%);
           background:var(--custom_lightgreen);
           border-radius: 100px 0 0 100px}
    62.5%{transform:scale(var(--s,1)) translate(-10px) perspective(150px) rotateX(-180deg);
          clip-path:polygon(0 0,100% 0,100% 100%,50% 100%,0 100%,0 25%);
          background:var(--custom_lightgreen);
          border-radius: 100px 0 0 100px}
    70%,
    100%{transform:scale(var(--s,1)) translate(0px)   perspective(150px) rotateX(-180deg);
          clip-path:polygon(0 0,100% 0,100% 100%,50% 100%,0 100%,0 25%);
          background:var(--custom_lightgreen);
          border-radius: 100px 0 0 100px;}
  }

#photoLoadContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 160px;
    width: 160px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.7);
}

#skeletonLoadersContainer {
    display: none;
}

.skeleton-loader-bar {
    border-radius: 24px;
    background-color: lightgray;
    overflow: hidden;
    position: relative;
}

.skeleton-loader-bar--tall {
    height: 50px;
}

.skeleton-loader-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* Start shimmer from outside the box */
    height: 100%;
    width: 100%; /* Shimmer spans the full box */
    background: linear-gradient(90deg, 
        rgba(224, 224, 224, 0) 0%, 
        var(--custom_midlightgrey) 50%, 
        rgba(224, 224, 224, 0) 100%);
    animation: skeleton-shimmer 1.5s infinite; /* Adjust duration for speed */
}

.real-details-container {
    margin-top: 0px;
    width: 400px;
    height: 260px;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.large-details-container {
    width: 300px;
}

.small-details-flex {
    width: 300px;
}

.details-major-minor {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    width: 100%;
}

.details-major-minor--small {
    display: flex;
    min-height: 40px;
    width: 130px;
}

.property-details-left {
    min-width: 90px;
    background-color: var(--custom_lightgreen);
    border-top-left-radius: 8px;
    border-bottom-left-radius:8px;align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-details-right {
    flex-grow: 1;
    background-color: whitesmoke;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.property-details-right--small {
    width: 50px;
}

@keyframes skeleton-shimmer {
    0% {
      left: -100%;
    }
    100% {
      left: 100%;
    }
}

.error-screen {
    height: 600px;
    max-width: 414px;
    background-color: rgb(217 178 110 / 20%);
    display: none;
    flex-direction: column;
    align-items: center;
}

.error-messages {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.error-message {
    margin-top: 44px;
    border: rgba(0, 0, 0, 0.05) 1px solid;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 80%;
    border-radius: 14px;
}

@media (hover: none) {
    .card-controls-button:hover,
    .sort-button:hover {
        background-color: inherit !important;
        cursor: default !important;
    }
}
/*
@media (max-width: 420px) {
    .container,
    .app {
      transform: scale(calc(100vw / 420));
      transform-origin: top left;
    }
  }
*/

.cookie-banner, .cookie-settings {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 24px;
    box-shadow: var(--box_shadow_light);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px;
    z-index: 100;
    width: 60vw;
    height: 58vh;
}
  
.hidden {
display: none;
}

.cookie-major-button {
    height: 30px;
}

.cookie-minor-button {
    background: none;
    border: 1px rgba(255, 255, 255, 0.1) solid;
    color: rgba(255, 255, 255, 0.2);
}

/* Privacy Section */
.privacy-master-container {
    width: var(--global-screen-width);
    max-width: var(--global-screen-max-width);
    margin: 0 auto;
    padding: var(--global_section_padding);
}