.footer-agent-cabinet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    min-height: 42px;
    padding: 12px 22px;
    border-radius: 0;
    background: #00a7ff;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
    transition: background 0.2s ease;
  }

  .footer-agent-cabinet-btn:hover {
    background: #0095e6;
    color: #ffffff !important;
    text-decoration: none !important;
  }