/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-joysjj7na1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-joysjj7na1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/SubscriptionPayment.razor.rz.scp.css */
/* 카드 스타일 */
.card[b-6se9qi1l2y] {
    border: none;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    background: #fff;
}

.card-header[b-6se9qi1l2y] {
    border-radius: 15px 15px 0 0 !important;
    padding: 1.5rem;
}

/* 폼 컨트롤 스타일 */
.form-control-lg[b-6se9qi1l2y] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 12px !important;
}

.form-control[b-6se9qi1l2y] {
    border-radius: 12px !important;
}

.form-label[b-6se9qi1l2y] {
    color: #495057;
    margin-bottom: 0.5rem;
}

/* 버튼 스타일 */
.btn[b-6se9qi1l2y] {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    border-radius: 12px !important;
}

.btn-lg[b-6se9qi1l2y] {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: 12px !important;
}

.btn-outline-primary[b-6se9qi1l2y] {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-color: transparent !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem !important;
}

.btn-outline-primary:hover[b-6se9qi1l2y] {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

/* 유효성 검사 스타일 */
.is-valid[b-6se9qi1l2y] {
    border-color: #28a745 !important;
    border-radius: 12px !important;
}

.is-invalid[b-6se9qi1l2y] {
    border-color: #dc3545 !important;
    border-radius: 12px !important;
}

/* Bottom spacer to guarantee separation from footer on very short content */
.page-bottom-spacer[b-6se9qi1l2y] {
    height: 140px;
}

@media (max-width: 768px) {
    .page-bottom-spacer[b-6se9qi1l2y] {
        height: 100px;
    }
}
/* /Components/Pages/TenantApplication.razor.rz.scp.css */
.tenant-application-hero[b-io9w95b3sk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem 0;
    color: white;
}

.application-title[b-io9w95b3sk] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.application-subtitle[b-io9w95b3sk] {
    font-size: 1.2rem;
    opacity: 0.9;
}

.application-form-section[b-io9w95b3sk] {
    min-height: 60vh;
    padding-bottom: 2rem; /* reduced - main/footer handle layout */
    margin-bottom: 2rem;
}

.card[b-io9w95b3sk] {
    border: none;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    background: #fff;
}

.card-header[b-io9w95b3sk] {
    border-radius: 15px 15px 0 0 !important;
    padding: 1.5rem;
}

.form-control-lg[b-io9w95b3sk] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.form-label[b-io9w95b3sk] {
    color: #495057;
    margin-bottom: 0.5rem;
}

.btn-lg[b-io9w95b3sk] {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

/* 버튼이 항상 보이도록 강제 */
.btn[b-io9w95b3sk] {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

.btn-outline-primary[b-io9w95b3sk] {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover[b-io9w95b3sk] {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.is-valid[b-io9w95b3sk] {
    border-color: #28a745 !important;
}

.is-invalid[b-io9w95b3sk] {
    border-color: #dc3545 !important;
}

/* Bottom spacer to guarantee separation from footer on very short content */
.page-bottom-spacer[b-io9w95b3sk] {
    height: 140px;
}

@media (max-width: 768px) {
    .page-bottom-spacer[b-io9w95b3sk] {
        height: 100px;
    }
}
