@charset "UTF-8";
.ca-agree-content {
    background: #ffffff;
    padding: 40px 0 60px;
    min-height: 600px;
}

.ca-terms-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.ca-terms-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px 22px;
    background: linear-gradient(135deg, rgba(2, 115, 62, 0.12) 0%, rgba(7, 140, 3, 0.10) 100%);
    border-bottom: 1px solid #e9ecef;
}

.ca-terms-badge {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #02733E 0%, #078C03 100%);
    box-shadow: 0 6px 14px rgba(2, 115, 62, 0.25);
    flex: 0 0 auto;
}

.ca-terms-title h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #222;
    margin: 0;
}

.ca-terms-title p {
    color: #666;
    font-size: 0.95rem;
}

.ca-terms-body {
    padding: 26px 22px 10px;
}

.ca-terms-section {
    padding: 0 0 20px 0;
    margin: 0 0 22px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.ca-terms-section-last {
    border-bottom: none;
    margin-bottom: 10px;
}

.ca-terms-h {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px 0;
    padding-left: 10px;
    border-left: 4px solid #02733E;
}

.ca-terms-section p {
    margin: 0;
    color: #444;
    line-height: 1.8;
    font-size: 0.98rem;
}

.ca-terms-ol {
    margin: 0;
    padding-left: 1.2rem;
    color: #444;
    line-height: 1.8;
    font-size: 0.98rem;
}

.ca-terms-ol > li {
    margin: 0 0 8px 0;
}

.ca-terms-ul {
    margin: 10px 0 0 0;
    padding-left: 1.1rem;
    color: #444;
    line-height: 1.75;
    font-size: 0.96rem;
}

.ca-terms-ul > li {
    margin-bottom: 6px;
}

.ca-terms-ol strong {
    color: #222;
}

@media (max-width: 767.98px) {
    .ca-terms-header {
        padding: 18px 16px;
    }

    .ca-terms-body {
        padding: 20px 16px 8px;
    }

    .ca-terms-title h3 {
        font-size: 1.15rem;
    }

    .ca-terms-section p,
    .ca-terms-ol,
    .ca-terms-ul {
        font-size: 0.95rem;
    }
}