
.clord-form-card {
    max-width: 520px;
    margin: 30px auto;
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.clord-form-card h3 {
    margin-bottom: 20px;
    text-align: center;
}

.clord-row {
    margin-bottom: 15px;
}

.clord-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.clord-row input,
.clord-row select,
.clord-row textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.clord-row textarea {
    min-height: 90px;
}

.clord-btn {
    width: 100%;
    padding: 12px;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.clord-btn:hover {
    background: #1e40af;
}

.clord-note {
    background: #f1f5f9;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
}

