.form-subtext {
    color: #374151;
    text-align: center;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: .85vw;
    font-weight: 400;
    line-height: 1.5;
}

.copyembed-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #eee;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    box-shadow: inset 0 2px 5px #0000001a;
}

.w-code-block {
    margin: unset;
}

pre.w-code-block code {
    all: inherit;
}

/* Align input and button heights within assistant form rows */
.assistant-card-formblock input.w-input {
    height: 50px;
    margin-bottom: 0;
}

.popup-request-access {
    z-index: 2147483647;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff6;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
}

.request-access-card {
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    width: 40%;
    padding: 40px;
    display: flex;
    position: relative;
    box-shadow: 0 0 10px #0003;
}

.request-access-formblock {
    width: 100%;
    margin-bottom: 0;
}

.popup--close {
    opacity: .8;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    display: flex;
    position: absolute;
    inset: 10px 10px auto auto;
}

.text-input-01 {
    color: #000c;
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 10px;
    height: 45px;
    font-family: Inter, sans-serif;
    font-size: .94vw;
    line-height: 1.4;
}