/* 免責聲明樣式 */
.disclaimer-card {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    margin: auto;
}

.disclaimer-header {
    background: #0099FF;
    color: white;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    padding: 10px 24px;
}

.disclaimer-header .modal-title {
    font-size: 1.75rem !important;
    font-weight: 600;
    margin: 0;
    color: #fff !important;
}

.disclaimer-body {
    background: #fff;
    padding: 24px;
    line-height: 1.6;
    color: #000000;
}

.disclaimer-body a {
    color: #337AB7;
}

.disclaimer-body p {
    margin-bottom: 16px;
    font-size: 1rem;
}

.disclaimer-body p:last-child {
    margin-bottom: 0;
    font-weight: 500;
}

/* ===== Checkbox ===== */
.disclaimer-checkbox {
    margin-right: 1rem;
    text-align: center;
}

/* ===== Footer ===== */
.disclaimer-footer {
    background: #fff;
    padding: 16px 24px !important;
    border-top: 1px solid #f3f4f6;
    border-radius: 0 0 12px 12px;
    text-align: center !important;
    display: inline !important;
}

.disclaimer-footer .btn-primary {
    background: #0099FF;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.disclaimer-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 153, 255, 0.4);
}

/* ===== 對話框整體尺寸 ===== */
#disclaimer-modal .modal-dialog {
    margin: 1rem auto;
    width: 90%;
    max-width: 640px;
    max-height: calc(100vh - 2rem);
}

#disclaimer-modal .modal-content.disclaimer-card {
    max-height: calc(100vh - 2rem);
}

#disclaimer-modal .disclaimer-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
