.spacer-small {
    margin: 0.8rem 0;
}

.lg2-spacer-medium {
    margin-top: 1.4rem;
}

.spacer-large {
    margin-top: 2rem;
}
.lg2-page-footer {
    border-top: 1px solid #999;
    color: #2170b5;
    padding: 1.5rem 1rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links a {
    color: #2170b5;
}

.mlr-8 {
    margin: 0 8px;
}
.align-center {
    text-align: center;
}

.primary-color {
    color: #bf6947;
}

.blue-text {
    color: #3c749a;
}

.lg2-main-title {
    font-size: 1.6rem;
}

.medium-font {
    font-size: 1.1rem;
}

.small-font {
    font-size: 0.85rem;
}

.bold-text {
    font-weight: 700;
}

.semi-bold {
    font-weight: 500;
}

.featured-box {
    background: linear-gradient(135deg, #b3a336, #958d7f);
    padding: 1rem 1.2rem;
    border-radius: 8px;
    line-height: 1.6;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    color: #222;
}

a {
    text-decoration: none;
}

.lg2-main-container {
    max-width: 768px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 20px;
}

.header-img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e8ec;
}

.info-note {
    background-color: #fff9e6;
    border: 1px solid #ffe58f;
    border-radius: 4px;
    padding: 0.8rem;
    margin-top: 1rem;
}

.recommendation-list {
    margin-top: 0.8rem;
}

.recommendation-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.6rem;
}

.check-mark {
    color: #28a745;
    font-weight: bold;
    margin-right: 0.8rem;
    flex-shrink: 0;
}
.info-note p {
    color: #8a6d3b;
    line-height: 1.4;
}

.bullet-point {
    margin-left: 1.2rem;
    position: relative;
    margin-top: 0.5rem;
}

.bullet-point::before {
    content: "•";
    position: absolute;
    left: -1rem;
    color: #0078d7;
}
.lg2-primary-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    background: #cabb0b;
    color: #fff;
    font-weight: 600;
    border: none !important;
    border-radius: 8px;
    margin-top: 1.8rem;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(101, 110, 40, 0.3);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.copyright {
    margin-top: 1rem;
    text-align: center;
    color: #2170b5;
}

@media (max-width: 240px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 241px) and (max-width: 320px) {
    html {
        font-size: 14px;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 15px;
    }
}
.cookieBox {
    position: fixed;
    bottom: 6px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(150, 150, 150, 0.5);
    border: 1px solid rgba(176, 176, 176, 0.6);
}
.cookieBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
}
.cookieBtnItem {
    flex: 1;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
}

.TY {
    margin-right: 16px;
    background-color: #007bff;
    color: white;
}
.JJ {
    background-color: #f5f5f5;
    color: #333;
}
.show {
    display: flex;
}