.dc-cf-wrap {
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.dc-cf-heading {
    margin: 0 0 12px;
}

.dc-cf-description {
    margin-bottom: 22px;
}

.dc-cf-form-front {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dc-cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dc-cf-field input[type="text"],
.dc-cf-field input[type="number"],
.dc-cf-field input[type="email"],
.dc-cf-field textarea {
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    box-sizing: border-box;
}

.dc-cf-field textarea {
    min-height: 120px;
    resize: vertical;
}

.dc-cf-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dc-cf-submit-btn {
    min-height: 42px;
    padding: 0 22px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dc-cf-notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
}

.dc-cf-notice-success {
    background: #dcfce7;
    color: #166534;
}

.dc-cf-notice-error {
    background: #fee2e2;
    color: #991b1b;
}

.dc-cf-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}
