.font-selector-wrapper {
    min-width: 200px;
    display: inline-block;
    font-size: 18px;
    z-index: 2;
    position: relative;
    color: #374151;
    width: 100%;
    height: 40.11px;
}
.font-selector-wrapper > select {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.font-selector-dropdown {
    width: 100%;
    position: relative;
}
.font-selector-dropdown.font-selector-is-expanded .font-selector-selected-font {
    border-radius: 0.25rem 0.25rem 0 0;
}
body .gform_wrapper div.gform_body ul.gform_fields .font-selector-dropdown.font-selector-is-expanded .font-selector-font-list {
    max-height: 430px;
    transition: max-height 0.3s;
    padding: 0;
    overflow-y: auto;
    border-width: 1px;
    border-top-width: 0;
    margin: 0 !important;
}
.font-selector-selected-font {
    background-image: url(/wp-content/uploads/2020/06/select.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.35em 1.5em;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    line-height: 1.5;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    height: 40.11px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d6dc;
    border-radius: 0.25rem;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,0.02);
}
.font-selector-selected-font > * {
    pointer-events: none;
}
.font-selector-selected-font-name {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.font-selector-font-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: none;
    position: absolute;
    left: 0;
    top: 40.11px;
    width: 100%;
    background-color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: #d2d6dc;
    box-sizing: border-box;
    border-radius: 0 0 0.25rem 0.25rem;
}
.font-selector-font-list > li {
    padding: 5px 10px !important;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #d2d6dc;
    cursor: pointer;
    opacity: 0.8;
    margin: 0 !important;
}
.font-selector-font-list > li:hover {
    opacity: 1;
    background-color: #f3f3f5;
}
.font-selector-font-list > li:last-child {
    border: none;
}
