.phone-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.phone-links .phone-button{display:inline-block;padding:10px 16px;background-color:#0af;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;font-size:14px;transition:background-color 0.3s ease,transform 0.2s ease;box-shadow:0 2px 6px rgb(0 0 0 / .1)}.phone-links .phone-button:hover{background-color:#008ecc;transform:scale(1.05)}.phone-links .phone-button:active{transform:scale(.98)}