/* LaPlaya Gulf Condominiums - Local overrides */
/* Only add styles here if the external CSS needs adjustment */

/* Ensure main content has proper spacing */
#main-content {
    min-height: 50vh;
}

/* Allow sticky positioning inside hybrid wrappers */
#page-container {
    overflow-x: visible;
    overflow-y: visible;
}

#et-boc,
#main-content {
    overflow: visible;
}

input {
    -webkit-appearance: auto;
}

a {
    color: var(--primary-color, #0056b3);
}


@media (max-width: 980px) {
    .et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu {
        position: relative;
        z-index: 1200;
    }
}
