/* Approved Life Club Group landing page */

html,
body.lcg-approved-landing-active {
    margin: 0 !important;
    padding: 0 !important;
    background: #f3ede3 !important;
}

body.lcg-approved-landing-active {
    overflow-x: auto;
}

body.lcg-approved-landing-active > header,
body.lcg-approved-landing-active > footer,
body.lcg-approved-landing-active #brx-header,
body.lcg-approved-landing-active #brx-footer,
body.lcg-approved-landing-active .bricks-header,
body.lcg-approved-landing-active .bricks-footer,
body.lcg-approved-landing-active .site-header,
body.lcg-approved-landing-active .site-footer {
    display: none !important;
}

.lcg-approved-landing {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background: #f3ede3;
}

.lcg-approved-canvas {
    position: relative;
    width: min(100vw, 1536px);
    min-width: 768px;
    margin: 0 auto;
    line-height: 0;
    background: #f3ede3;
}

.lcg-approved-artwork {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.lcg-hotspot {
    position: absolute;
    z-index: 20;
    display: block;
    border-radius: 10px;
    outline-offset: 4px;
    transition: background .18s ease, box-shadow .18s ease;
}

.lcg-hotspot:hover {
    background: rgba(255, 255, 255, .055);
    box-shadow: inset 0 0 0 1px rgba(211, 166, 72, .22);
}

.lcg-hotspot:focus-visible {
    outline: 3px solid #bd8724;
    background: rgba(255, 255, 255, .12);
}

/* Header links */
.lcg-home     { left: 2.2%;  top: 1.1%; width: 25.8%; height: 7.1%; }
.lcg-about    { left: 53.3%; top: 2.5%; width: 5.2%;  height: 4.3%; }
.lcg-clubs    { left: 59.4%; top: 2.5%; width: 7.1%;  height: 4.3%; }
.lcg-founders { left: 68.1%; top: 2.5%; width: 7.4%;  height: 4.3%; }
.lcg-signin   { left: 77.4%; top: 2.4%; width: 6.9%;  height: 4.8%; }
.lcg-explore  { left: 85.2%; top: 2.4%; width: 12.2%; height: 4.8%; }

/* Top row club cards */
.lcg-cruise   { left: 3.05%; top: 25.75%; width: 22.8%; height: 26.15%; }
.lcg-vacation { left: 26.88%; top: 25.75%; width: 22.27%; height: 26.15%; }
.lcg-resort   { left: 50.13%; top: 25.75%; width: 21.92%; height: 26.15%; }
.lcg-casino   { left: 73.02%; top: 25.75%; width: 23.02%; height: 26.15%; }

/* Bottom row club cards */
.lcg-design   { left: 3.05%; top: 53.20%; width: 22.8%; height: 26.85%; }
.lcg-fly      { left: 26.88%; top: 53.20%; width: 22.27%; height: 26.85%; }
.lcg-creators { left: 50.13%; top: 53.20%; width: 21.92%; height: 26.85%; }
.lcg-more     { left: 73.02%; top: 53.20%; width: 23.02%; height: 26.85%; }

/* Footer links */
.lcg-help     { left: 76.7%; top: 94.55%; width: 3.3%; height: 3.2%; }
.lcg-contact  { left: 80.7%; top: 94.55%; width: 5.3%; height: 3.2%; }
.lcg-terms    { left: 86.6%; top: 94.55%; width: 4.2%; height: 3.2%; }
.lcg-privacy  { left: 91.2%; top: 94.55%; width: 5.3%; height: 3.2%; }

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (min-width: 1537px) {
    .lcg-approved-canvas {
        box-shadow: 0 0 55px rgba(44, 31, 12, .05);
    }
}

@media (max-width: 767px) {
    .lcg-approved-canvas {
        min-width: 768px;
    }
}
