/* _content/Lion.Client.User/Pages/Analysis/Chart.cshtml.rz.scp.css */
.chart-tabs ul[b-wyaq159430] {
    border-bottom: 2px solid var(--color-primary);
    padding: 0;
    margin: 30px 0;
}

.chart-tabs ul li[b-wyaq159430] {
    flex: 1;
    text-align: center;
}

.chart-tabs ul li a[b-wyaq159430] {
    display: block;
    padding: 15px 0;
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.chart-tabs ul li.active a[b-wyaq159430] {
    background-color: var(--color-primary);
    color: white;
}

.chart-content[b-wyaq159430] {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.chart-item[b-wyaq159430] {
    display: none;
}

.chart-item.active[b-wyaq159430] {
    display: block;
}

.chart-placeholder[b-wyaq159430] {
    padding: 20px;
    text-align: center;
}
/* _content/Lion.Client.User/Pages/Analysis/Local.cshtml.rz.scp.css */
.analysis-local[b-xnqz3xxcid] {
    margin: 30px 0;
}

.search-box[b-xnqz3xxcid] {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.search-form[b-xnqz3xxcid] {
    justify-content: center;
}

.search-form select[b-xnqz3xxcid] {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.search-btn[b-xnqz3xxcid] {
    padding: 10px 25px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.result-info[b-xnqz3xxcid] {
    margin-bottom: 30px;
}

.round-info[b-xnqz3xxcid] {
    margin-bottom: 20px;
    text-align: center;
}

.win-numbers[b-xnqz3xxcid] {
    margin-bottom: 30px;
    text-align: center;
}

.prize-table[b-xnqz3xxcid] {
    margin-bottom: 30px;
}

.table-header[b-xnqz3xxcid] {
    background-color: var(--color-primary);
    color: white;
    padding: 15px 0;
    font-weight: bold;
}

.table-header span[b-xnqz3xxcid], .table-body li span[b-xnqz3xxcid] {
    flex: 1;
    padding: 0 5px;
}

.table-body li[b-xnqz3xxcid] {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.sales-info[b-xnqz3xxcid] {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sales-item[b-xnqz3xxcid] {
    flex: 1;
    text-align: center;
}

.sales-item h4[b-xnqz3xxcid] {
    margin-bottom: 10px;
}

.store-info h3[b-xnqz3xxcid] {
    margin-bottom: 15px;
}

.store-list ul li[b-xnqz3xxcid] {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.store-name[b-xnqz3xxcid] {
    flex: 2;
    font-weight: bold;
}

.store-address[b-xnqz3xxcid] {
    flex: 4;
}

.store-type[b-xnqz3xxcid] {
    flex: 1;
}
/* _content/Lion.Client.User/Pages/Login.cshtml.rz.scp.css */
.login-container[b-1vu3tn92n0] {
    max-width: 500px;
    margin: 100px auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.login-header[b-1vu3tn92n0] {
    text-align: center;
    margin-bottom: 30px;
}
.login-header[b-1vu3tn92n0]  img {
    max-width: 150px;
}
.login-container[b-1vu3tn92n0]  .login-form input[type="text"],
.login-container[b-1vu3tn92n0]  .login-form input[type="password"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.login-container[b-1vu3tn92n0]  .login-form button {
    width: 100%;
    background-color: #ff6633;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.login-container[b-1vu3tn92n0]  .login-form button:hover {
    background-color: #e95c2e;
}
.login-links[b-1vu3tn92n0] {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.login-links[b-1vu3tn92n0]  a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}
.login-links[b-1vu3tn92n0]  a:hover {
    color: #ff6633;
}
.login-save[b-1vu3tn92n0] {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.login-save[b-1vu3tn92n0]  input {
    margin-right: 5px;
}
/* _content/Lion.Client.User/Pages/MyPage.cshtml.rz.scp.css */
.mypage-container[b-tskolvf66w] {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;
}
.mypage-header[b-tskolvf66w] {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.user-info[b-tskolvf66w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.user-profile[b-tskolvf66w] {
    display: flex;
    align-items: center;
    gap: 20px;
}
.user-avatar[b-tskolvf66w] {
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #666;
}
.user-details h3[b-tskolvf66w] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #333;
}
.user-details p[b-tskolvf66w] {
    margin: 0;
    color: #666;
}
.membership-status[b-tskolvf66w] {
    background-color: #ff6633;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
}
.dashboard-grid[b-tskolvf66w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.dashboard-card[b-tskolvf66w] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.dashboard-card h4[b-tskolvf66w] {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.stat-item[b-tskolvf66w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0;
}
.stat-value[b-tskolvf66w] {
    font-weight: bold;
    color: #ff6633;
}
.menu-grid[b-tskolvf66w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.menu-card[b-tskolvf66w] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}
.menu-card:hover[b-tskolvf66w] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.menu-icon[b-tskolvf66w] {
    width: 60px;
    height: 60px;
    background-color: #ff6633;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 24px;
}
.menu-card h5[b-tskolvf66w] {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 16px;
}
.menu-card p[b-tskolvf66w] {
    margin: 0;
    color: #666;
    font-size: 14px;
}
.recent-activity[b-tskolvf66w] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-top: 20px;
}
.activity-item[b-tskolvf66w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.activity-item:last-child[b-tskolvf66w] {
    border-bottom: none;
}
.activity-text[b-tskolvf66w] {
    flex: 1;
}
.activity-date[b-tskolvf66w] {
    color: #999;
    font-size: 12px;
}
/* _content/Lion.Client.User/Pages/Premium.cshtml.rz.scp.css */
.premium-plans[b-2fmu0808g4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
}
.premium-plan[b-2fmu0808g4] {
    width: 23%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.plan-header[b-2fmu0808g4] {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    position: relative;
}
.plan-img[b-2fmu0808g4] {
    margin-bottom: 15px;
    position: relative;
}
.plan-img img[b-2fmu0808g4] {
    width: 100%;
    height: auto;
}
.soldout .plan-img[b-2fmu0808g4] {
    opacity: 0.7;
}
.soldout-tag[b-2fmu0808g4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.soldout-tag img[b-2fmu0808g4] {
    width: 80%;
}
.plan-price[b-2fmu0808g4] {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-primary);
    margin: 15px 0;
}
.plan-price span[b-2fmu0808g4] {
    font-size: 28px;
}
.soldout-price[b-2fmu0808g4] {
    color: #999;
}
.plan-features[b-2fmu0808g4] {
    padding: 20px;
}
.plan-features ul[b-2fmu0808g4] {
    list-style-type: none;
    padding: 0;
}
.plan-features ul li[b-2fmu0808g4] {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.plan-features .check[b-2fmu0808g4] {
    color: var(--color-primary);
    margin-right: 10px;
    font-weight: bold;
}
.plan-button[b-2fmu0808g4] {
    padding: 20px;
    text-align: center;
}
.join-btn[b-2fmu0808g4], .contact-btn[b-2fmu0808g4] {
    padding: 12px 30px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}
.contact-btn[b-2fmu0808g4] {
    background-color: #666;
}
.join-btn:hover[b-2fmu0808g4] {
    background-color: #0056b3;
}
.contact-btn:hover[b-2fmu0808g4] {
    background-color: #444;
}
.premium-info[b-2fmu0808g4] {
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.premium-info h3[b-2fmu0808g4] {
    margin-bottom: 15px;
}
@media (max-width: 1200px) {
    .premium-plan[b-2fmu0808g4] {
        width: 48%;
    }
}
@media (max-width: 768px) {
    .premium-plan[b-2fmu0808g4] {
        width: 100%;
    }
}
/* _content/Lion.Client.User/Pages/Privacy.cshtml.rz.scp.css */
.privacy-container[b-no52w137ab] {
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.privacy-header[b-no52w137ab] {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6633;
}
.privacy-header h1[b-no52w137ab] {
    color: #333;
    margin-bottom: 10px;
}
.privacy-content[b-no52w137ab] {
    line-height: 1.8;
    color: #333;
}
.privacy-content h2[b-no52w137ab] {
    color: #ff6633;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.privacy-content h3[b-no52w137ab] {
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.privacy-content p[b-no52w137ab] {
    margin-bottom: 15px;
    text-align: justify;
}
.privacy-content ol[b-no52w137ab], .privacy-content ul[b-no52w137ab] {
    margin-bottom: 15px;
    padding-left: 25px;
}
.privacy-content li[b-no52w137ab] {
    margin-bottom: 8px;
}
.privacy-content table[b-no52w137ab] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.privacy-content table th[b-no52w137ab],
.privacy-content table td[b-no52w137ab] {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.privacy-content table th[b-no52w137ab] {
    background-color: #f5f5f5;
    font-weight: bold;
}
.highlight[b-no52w137ab] {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
}
.important[b-no52w137ab] {
    color: #d9534f;
    font-weight: bold;
}
.back-button[b-no52w137ab] {
    text-align: center;
    margin-top: 40px;
}
.back-button a[b-no52w137ab] {
    display: inline-block;
    background-color: #ff6633;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.back-button a:hover[b-no52w137ab] {
    background-color: #e95c2e;
}
/* _content/Lion.Client.User/Pages/Register.cshtml.rz.scp.css */
.register-container[b-rjlqhjivrl] {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.register-header[b-rjlqhjivrl] {
    text-align: center;
    margin-bottom: 30px;
}
.register-header[b-rjlqhjivrl]  img {
    max-width: 150px;
}
.register-container[b-rjlqhjivrl]  .register-form .form-group {
    margin-bottom: 20px;
}
.register-container[b-rjlqhjivrl]  .register-form .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.register-container[b-rjlqhjivrl]  .register-form input[type="text"],
.register-container[b-rjlqhjivrl]  .register-form input[type="password"],
.register-container[b-rjlqhjivrl]  .register-form input[type="email"],
.register-container[b-rjlqhjivrl]  .register-form input[type="tel"],
.register-container[b-rjlqhjivrl]  .register-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}
.register-container[b-rjlqhjivrl]  .register-form .inline-group {
    display: flex;
    gap: 10px;
    align-items: center;
}
.register-container[b-rjlqhjivrl]  .register-form .inline-group input {
    flex: 1;
}
.register-container[b-rjlqhjivrl]  .register-form .inline-group button {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}
.register-container[b-rjlqhjivrl]  .register-form .inline-group button:hover {
    background-color: #555;
}
.register-container[b-rjlqhjivrl]  .register-form .terms-group {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.register-container[b-rjlqhjivrl]  .register-form .terms-content {
    height: 100px;
    overflow-y: auto;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.register-container[b-rjlqhjivrl]  .register-form .checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.register-container[b-rjlqhjivrl]  .register-form .checkbox-group input {
    margin-right: 8px;
}
.register-container[b-rjlqhjivrl]  .register-form button.submit-btn {
    width: 100%;
    background-color: #ff6633;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.register-container[b-rjlqhjivrl]  .register-form button.submit-btn:hover {
    background-color: #e95c2e;
}
.register-container[b-rjlqhjivrl]  .register-form button.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
/* _content/Lion.Client.User/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-v1k9viwlso] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-v1k9viwlso] {
  color: #0077cc;
}

.btn-primary[b-v1k9viwlso] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-v1k9viwlso], .nav-pills .show > .nav-link[b-v1k9viwlso] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-v1k9viwlso] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-v1k9viwlso] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-v1k9viwlso] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-v1k9viwlso] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-v1k9viwlso] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Lion.Client.User/Pages/Support/Index.cshtml.rz.scp.css */
/* 탭 스타일 */
.support-tabs ul[b-i90si266tw] {
    border-bottom: 2px solid var(--color-primary);
    padding: 0;
    margin: 30px 0;
}

.support-tabs ul li[b-i90si266tw] {
    flex: 1;
    text-align: center;
}

.support-tabs ul li a[b-i90si266tw] {
    display: block;
    padding: 15px 0;
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.support-tabs ul li.active a[b-i90si266tw] {
    background-color: var(--color-primary);
    color: white;
}

.support-content[b-i90si266tw] {
    margin-bottom: 40px;
}

.support-tab[b-i90si266tw] {
    display: none;
    padding: 20px 0;
}

.support-tab.active[b-i90si266tw] {
    display: block;
}

/* 공지사항 스타일 */
.notice-header[b-i90si266tw] {
    background-color: var(--color-primary);
    color: white;
    padding: 15px;
    font-weight: bold;
}

.notice-header span[b-i90si266tw], .notice-list ul li span[b-i90si266tw] {
    padding: 0 10px;
}

.notice-num[b-i90si266tw] {
    flex: 1;
    text-align: center;
}

.notice-title[b-i90si266tw] {
    flex: 6;
}

.notice-date[b-i90si266tw] {
    flex: 2;
    text-align: center;
}

.notice-list ul li[b-i90si266tw] {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.notice-category[b-i90si266tw] {
    color: var(--color-primary);
    font-weight: bold;
    margin-right: 5px;
}

/* 페이지네이션 */
.pagination[b-i90si266tw] {
    justify-content: center;
    margin-top: 20px;
}

.pagination a[b-i90si266tw] {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 3px;
    text-decoration: none;
}

.pagination a.active[b-i90si266tw] {
    background-color: var(--color-primary);
    color: white;
}

/* FAQ 스타일 */
.faq-item[b-i90si266tw] {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question[b-i90si266tw] {
    padding: 15px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq-icon[b-i90si266tw] {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--color-primary);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
}

.faq-text[b-i90si266tw] {
    flex: 1;
    font-weight: bold;
}

.faq-toggle[b-i90si266tw] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.faq-answer[b-i90si266tw] {
    padding: 15px;
    background-color: #fff;
    display: none;
}

.faq-answer.active[b-i90si266tw] {
    display: flex;
}

.faq-answer .faq-icon[b-i90si266tw] {
    background-color: #ff6b6b;
    align-self: flex-start;
}

.faq-content[b-i90si266tw] {
    flex: 1;
    padding-top: 5px;
}

/* 문의 폼 스타일 */
.inquiry-form[b-i90si266tw] {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

.form-group[b-i90si266tw] {
    margin-bottom: 15px;
}

.form-group label[b-i90si266tw] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[b-i90si266tw], .form-group select[b-i90si266tw], .form-group textarea[b-i90si266tw] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.required[b-i90si266tw] {
    color: #ff0000;
}

.form-agree[b-i90si266tw] {
    margin: 20px 0;
}

.form-submit[b-i90si266tw] {
    text-align: center;
}

.submit-btn[b-i90si266tw] {
    padding: 12px 30px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

/* 고객센터 연락처 */
.support-contact[b-i90si266tw] {
    margin-top: 40px;
}

.contact-info[b-i90si266tw] {
    margin-top: 20px;
}

.contact-item[b-i90si266tw] {
    flex: 1;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin: 0 10px;
}

.contact-tel[b-i90si266tw], .contact-account[b-i90si266tw] {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-primary);
    margin: 10px 0;
}

@@media (max-width: 768px) {
    .contact-info[b-i90si266tw] {
        flex-direction: column;
    }

    .contact-item[b-i90si266tw] {
        margin: 10px 0;
    }
}
/* _content/Lion.Client.User/Pages/Terms.cshtml.rz.scp.css */
.terms-container[b-32g7yiw3or] {
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.terms-header[b-32g7yiw3or] {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff6633;
}
.terms-header h1[b-32g7yiw3or] {
    color: #333;
    margin-bottom: 10px;
}
.terms-content[b-32g7yiw3or] {
    line-height: 1.8;
    color: #333;
}
.terms-content h2[b-32g7yiw3or] {
    color: #ff6633;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.terms-content h3[b-32g7yiw3or] {
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
}
.terms-content p[b-32g7yiw3or] {
    margin-bottom: 15px;
    text-align: justify;
}
.terms-content ol[b-32g7yiw3or], .terms-content ul[b-32g7yiw3or] {
    margin-bottom: 15px;
    padding-left: 25px;
}
.terms-content li[b-32g7yiw3or] {
    margin-bottom: 8px;
}
.highlight[b-32g7yiw3or] {
    background-color: #fff3cd;
    padding: 2px 4px;
    border-radius: 3px;
}
.back-button[b-32g7yiw3or] {
    text-align: center;
    margin-top: 40px;
}
.back-button a[b-32g7yiw3or] {
    display: inline-block;
    background-color: #ff6633;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.back-button a:hover[b-32g7yiw3or] {
    background-color: #e95c2e;
}
