.edg-container {
    clear: both;
    margin: 16px 0;
}

.edg-panel {
    background: #fff8e5;
    border: 1px solid #e7c45f;
    border-left-width: 5px;
    color: #343434;
    padding: 18px;
}

.edg-panel h3 {
    font-size: 1.15em;
    margin: 0 0 10px;
}

.edg-panel p {
    margin: 0 0 10px;
}

.edg-direct-note {
    font-size: .94em;
}

.edg-contact {
    margin: 12px 0;
}

.edg-callback-form {
    border-top: 1px solid rgba(0, 0, 0, .12);
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
}

.edg-callback-form > label:not(.edg-consent) {
    display: grid;
    gap: 4px;
}

.edg-callback-form input[type="text"],
.edg-callback-form input[type="tel"],
.edg-callback-form input:not([type]) {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 38px;
    padding: 7px 9px;
    width: 100%;
}

.edg-consent {
    align-items: center;
    display: flex;
    font-weight: normal;
    gap: 7px;
    line-height: 1.4;
}

.edg-consent input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 0;
    position: static;
    transform: none;
}

.edg-submit {
    justify-self: start;
}

.edg-result {
    font-weight: 600;
}

.edg-success {
    color: #20743a;
}

.edg-error {
    color: #a52222;
}

.edg-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

@media (min-width: 700px) {
    .edg-callback-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .edg-callback-intro,
    .edg-consent,
    .edg-submit,
    .edg-result,
    .edg-honeypot {
        grid-column: 1 / -1;
    }
}
