.ccs-wrapper {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ccs-title {
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.ccs-subtitle {
    margin: 0 0 1.5rem;
    font-size: 1rem;
    text-align: center;
    color: #555;
}

.ccs-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ccs-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.ccs-group label {
    font-weight: 600;
    font-size: 0.95rem;
}

.ccs-group input,
.ccs-group textarea {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    font-size: 0.95rem;
}

.ccs-group textarea {
    min-height: 120px;
    resize: vertical;
}

.ccs-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.ccs-consent input[type="checkbox"] {
    margin-top: 0.2rem;
}

.ccs-btn {
    margin-top: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.ccs-success {
    max-width: 600px;
    margin: 1rem auto;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    background: #ecfdf3;
    color: #166534;
    font-size: 0.95rem;
}

.ccs-error {
    max-width: 600px;
    margin: 1rem auto;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.95rem;
}
