<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.phone-badge-yellow {
    position: absolute !important;
    /*display: flex;    */
    display: none;
    top: 10%;
    right: 0%;
    background-color: rgb(255 211 41);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: rotate(345deg);
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    font-weight: 700 !important;
    justify-content: center;
    line-height: 12px;
}

.phone-badge-yellow span {
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    padding-bottom: 3px !important;
}</pre></body></html>