.dccf-contact-form {
    max-width: 720px;
}

.dccf-contact-form form {
    display: grid;
    gap: 1rem;
}

.dccf-field,
.dccf-actions {
    margin: 0;
}

.dccf-field label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.dccf-field input,
.dccf-field textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #c7ccd1;
    border-radius: 6px;
    padding: 0.75rem 0.85rem;
    font: inherit;
}

.dccf-field input:focus,
.dccf-field textarea:focus {
    border-color: #0b5cad;
    outline: 2px solid rgba(11, 92, 173, 0.18);
    outline-offset: 1px;
}

.dccf-actions button {
    border: 0;
    border-radius: 6px;
    background: #0b5cad;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 0.8rem 1.1rem;
}

.dccf-actions button:hover,
.dccf-actions button:focus {
    background: #084a8c;
}

.dccf-notice {
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
}

.dccf-notice-success {
    background: #e8f5ee;
    border: 1px solid #84c7a0;
    color: #155f35;
}

.dccf-notice-error {
    background: #fcebea;
    border: 1px solid #e0a2a0;
    color: #9d1c16;
}

.dccf-hidden {
    left: -9999px;
    position: absolute;
}
