.dg-provider-form .dg-logo { display: inline-flex; align-items: center; margin: 0 0 18px; }
.dg-provider-form .dg-logo img { display: block; width: min(214px, 60vw); height: auto; }
.dg-provider-form { max-width: 1120px; margin: 0 auto; color: #243746; }
body:has(.dg-provider-form) .entry-header { display: none; }
.dg-provider-form__intro { margin: 0 0 28px; padding: 36px; border: 1px solid #dce9ec; border-radius: 18px; background: linear-gradient(135deg, #f6fafb, #e6f7f5); }
.dg-provider-form__eyebrow { margin: 0 0 8px; color: #009f5f; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.dg-provider-form__intro h1 { margin: 0 0 10px; color: #07223f; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; }
.dg-provider-form__intro p:last-child { max-width: 700px; margin: 0; color: #667783; }
.dg-provider-form fieldset { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 0 24px; padding: 28px; border: 1px solid #dce9ec; border-radius: 16px; background: #fff; }
.dg-provider-form legend { width: 100%; padding: 0 0 14px; color: #07223f; font-size: 20px; font-weight: 700; }
.dg-provider-form fieldset > p { grid-column: 1 / -1; margin: -8px 0 0; color: #667783; }
.dg-provider-form label { display: flex; flex-direction: column; gap: 7px; color: #243746; font-size: 14px; font-weight: 600; }
.dg-provider-form input, .dg-provider-form select, .dg-provider-form textarea { box-sizing: border-box; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #b9cbd1; border-radius: 8px; background: #fff; color: #243746; font: inherit; font-weight: 400; }
.dg-provider-form textarea { min-height: 150px; resize: vertical; }
.dg-provider-form input[type="file"] { padding: 8px; }
.dg-provider-form fieldset:nth-of-type(2) label:last-child { grid-column: 1 / -1; }
.dg-provider-form__consent { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 28px; border-radius: 16px; background: #07223f; color: #fff; }
.dg-provider-form__consent label { display: flex; flex-direction: row; align-items: flex-start; color: #fff; line-height: 1.5; }
.dg-provider-form__consent input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: #00b5a6; }
.dg-provider-form button { min-height: 46px; padding: 12px 20px; border: 0; border-radius: 8px; background: #00b5a6; color: #07223f; font: inherit; font-weight: 700; white-space: nowrap; cursor: pointer; }
.dg-provider-form input:focus, .dg-provider-form select:focus, .dg-provider-form textarea:focus, .dg-provider-form button:focus { outline: 3px solid rgba(0, 181, 166, .35); outline-offset: 2px; }
@media (max-width: 800px) { .dg-provider-form fieldset { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dg-provider-form__consent { flex-direction: column; } }
@media (max-width: 520px) { .dg-provider-form__intro, .dg-provider-form fieldset { padding: 22px; } .dg-provider-form fieldset { grid-template-columns: 1fr; } .dg-provider-form fieldset:nth-of-type(2) label:last-child { grid-column: auto; } .dg-provider-form__consent { padding: 22px; } .dg-provider-form button { width: 100%; } }

.dg-provider-form fieldset > * { min-width: 0; margin-top: 0; }
.dg-provider-form fieldset > p { margin: 0; }
.dg-provider-form .dg-extra-files { display: grid; gap: 18px; grid-column: 1 / -1; }
.dg-provider-form .dg-extra-files:empty { display: none; }
.dg-provider-form .dg-add-certificate { grid-column: 1 / -1; justify-self: start; white-space: normal; }
.dg-provider-form [hidden] { display: none; }
