<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .profile-card {
      border: 1px solid #ddd;
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      position: relative;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .profile-card img.profile {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #ffa500;
      background: #ffa500;
      margin-bottom: 10px;
    }

    .profile-card .close-icon {
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 18px;
      color: #888;
      cursor: pointer;
    }

    .mutual {
     font-size: 12px;
      color: #777;
      margin-bottom: 5px;
    }
    .mutual i{
      font-size: 13px;
    }
  .contact-btn {
    display: inline-block;
    border: 1px solid #1f3a77;
    background-color: transparent;
    color: #1f3a77;
    border-radius: 21px;
    padding: 6px 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 85%;
  }

  .contact-btn:hover {
    background-color: #1f3a77;
    color: #fff !important;
    text-decoration: none;
  }

   @media only screen and (max-width: 600px) {
     
   }</pre></body></html>