/**handles:phone-number-styles**/
.phone-number{--phone-link-color:#fff;--phone-link-hover-color:#f8c102;font-size:24px;font-weight:700;width:250px;background-color:#000;padding:4px 14px;border:2px solid #f8c102;border-radius:6px;margin-top:2%;display:inline-block;max-width:33%;text-decoration:none;transition:color .3s;cursor:pointer;float:right;max-width:250px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}Add ellipsis if text overflows .phone-number a{color:var(--phone-link-color);max-width:250px}.phone-number a:hover{color:var(--phone-link-hover-color);max-width:250px}@media (min-width:768px){.phone-number{transition:transform .2s;max-width:250px}.phone-number:hover{transform:scale(1.1);max-width:250px}}@media (max-width:767px){.phone-number:active{background-color:#fecc46}}#SPSP_max{max-block-size:260px;max-width:260}