.form-rows>div {
    display: flex;
    flex-direction: row;
    background-color: var(--wp--custom--color--white);
}


.form-rows * select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13 1.5L7 7.5L1 1.5' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") calc(100% - 10px) 50% no-repeat var(--wp--custom--color--third);
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px;
    outline: none;
    width: 112px;
    color: var(--wp--custom--color--primary);
    cursor: pointer;
}