.bh-button{position:relative;display:inline-flex;gap:4px;align-items:center;border:none;outline:none;background-color:rgba(0,0,0,0);border-radius:4px;border:1px solid rgba(0,0,0,0);height:36px;line-height:1;padding:0 12px;cursor:pointer}.bh-button-type-hollow{--btn-fontColor:#06c;--btn-bgColor:transparent;color:var(--btn-fontColor);border-color:var(--btn-fontColor);background-color:var(--btn-bgColor)}.bh-button-type-hollow.bh-button-theme-white{--btn-fontColor:#fff;--btn-bgColor:transparent}.bh-button-type-hollow.bh-button-theme-black{--btn-fontColor:#000;--btn-bgColor:transparent}.bh-button-type-hollow:hover{color:var(--btn-bgColor);background-color:var(--btn-fontColor)}.bh-button-type-hollow:hover.bh-button-theme-white{--btn-bgColor:#000}.bh-button-type-hollow:hover.bh-button-theme-black{--btn-bgColor:#fff}.bh-button-type-hollow-play{--btn-fontColor:#fff;--btn-bgColor:transparent;color:var(--btn-fontColor);border-color:var(--btn-fontColor);background-color:var(--btn-bgColor);border-radius:60px}.bh-button-type-hollow-play:hover{opacity:.8}.bh-button-type-solid{--btn-fontColor:#fff;--btn-bgColor:#06c;color:var(--btn-fontColor);border-color:var(--btn-bgColor);background-color:var(--btn-bgColor)}.bh-button-type-solid.bh-button-theme-white{--btn-fontColor:#000;--btn-bgColor:#fff}.bh-button-type-solid.bh-button-theme-black{--btn-fontColor:#fff;--btn-bgColor:#000}.bh-button-type-solid:hover{opacity:.7}.bh-button-type-link{height:auto;color:var(--btn-fontColor)}.bh-button-type-link:hover{text-decoration:underline}.bh-button-type-link-arrow{position:relative;height:auto;color:var(--btn-fontColor)}.bh-button-type-link-arrow .bh-button-arrow{transform:rotate(-90deg);font-size:12px}.bh-button-type-link-arrow:hover{text-decoration:underline}