.bee-update-form {
    max-width: 920px;
    color: #1f2933;
    font-family: inherit;
    line-height: 1.5;
}

.bee-update-form h2 {
    margin: 0 0 1.5rem;
    color: #1769d2;
}

.bee-update-form .form-field {
    margin-bottom: 1rem;
}

.bee-update-form .form-field > label,
.bee-update-form legend {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 700;
}

.bee-update-form input[type="text"],
.bee-update-form input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    border: 1px solid #9ca3af;
    border-radius: 4px;
    font: inherit;
}

.bee-update-form fieldset {
    margin: 2rem 0 0;
    padding: 0;
    border: 0;
}

.bee-update-form .checkbox-row {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.55rem;
    align-items: start;
    margin: 0.7rem 0;
}

.bee-update-form input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin: 0.25rem 0 0;
}

.bee-update-form a {
    color: #1769d2;
}

.bee-update-form button[type="submit"] {
    margin-top: 1.25rem;
    padding: 0.7rem 1.1rem;
    border: 0;
    border-radius: 4px;
    background: #1769d2;
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.bee-update-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.65;
}

.bee-update-form .form-message {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-left: 4px solid currentColor;
    font-weight: 700;
}

.bee-update-form .form-message[hidden] {
    display: none;
}

.bee-update-form .form-message.is-error {
    color: #b42318;
    background: #fff1f0;
}

.bee-update-form .form-message.is-success {
    color: #18794e;
    background: #edf9f2;
}

.bee-update-form .bee-update-intro,
.bee-update-form .bee-update-list-description {
    font-size: 13px;
    font-style: italic;
}

.bee-update-form .hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
}
