[data-dom-id-88532] .dropbutton-toggle button {
    align-items: center;
    background-color: #0067A0;
    border: none;
    border-radius: 0 10px 10px 0;
    border-left: 1px solid rgba(255,255,255,0.35);
    height: 100%;
    box-sizing: border-box;
    min-width: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0 14px 0 12px;
}
[data-dom-id-88532] .dropbutton-toggle button::before {
    color: #FFFFFF;
    content: "\F078 ";
    font-family: "Font Awesome 6 Free";
    font-size: 0.875rem;
    transition: transform 200ms ease;
    transform-origin: center;
    vertical-align: middle;
    display: inline-block;
    font-weight: 900;
    position: relative;
}
