.wp-block-blocks-download-free-template {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 hsla(210, 8%, 62%, .2);
    font-family: Manrope, sans-serif;
    margin: auto;
    padding: 2rem
}

.wp-block-blocks-download-free-template h2 {
    color: #000c3f;
    display: block;
    font-family: Manrope, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
    position: relative
}

form#template-download-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px
}

.embed-container label {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    gap: 0;
    margin-bottom: 5px
}

.wp-block-blocks-download-free-template p {
    color: #6b7280;
    font-family: Manrope, sans-serif;
    margin-top: 0 !important
}

.wp-block-blocks-download-free-template h3 {
    font-family: Manrope, sans-serif;
    font-size: 18px
}

.embed-container input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f3f4f6;
    border: 1px solid transparent;
    border: none !important;
    border-radius: 4px;
    box-sizing: border-box;
    color: #374151;
    display: block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: .75rem 1rem;
    position: relative;
    transition: .2s;
    width: 100% !important;
    z-index: 2
}

.embed-container button {
    font-size: 15px;
    font-weight: 600;
    max-width: 300px
}

.embed-container fieldset {
    display: block !important;
}

/*.embed-container fieldset .hs-form-field {*/
/*    margin-bottom: 20px !important*/
/*}*/

span.hs-form-required {
    color: red
}

.embed-container input[type=submit] {
    background: #28303d;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    max-width: 300px
}
