body {
    background: #f4f4f4;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
  }

  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }

  ul {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .container {
    padding-inline: 20px;
  }

  .main-heading {
    text-align: center;
    margin-top: 2rem;
  }
  .main-heading h1 {
    font-weight: 700;
    margin: 0;
    font-size: 1.6em;
  }

  .search-box {
    margin-block: 1.5rem;
    position: relative;
  }
  .search-box input {
    width: 100%;
    border: 0;
    background: white;
    padding: 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    padding-left: 2rem;
    text-transform: capitalize;
  }
  .search-box svg {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
  }

  .card-listing > div {
    position: relative;
    background: #e8e8e8;
    border: 1px solid #e3e3e3;
    padding: clamp(10px, 3vw, 15px) clamp(10px, 3vw, 15px);
    border-radius: 7px;
    margin-bottom: 15px;
  }
  .card-listing > div .imageArea {
    position: relative;
    display: flex;
    align-items: center;
  }
  .card-listing > div .imageArea img {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
  @media screen and (width <= 480px) {
    .card-listing > div .imageArea img {
      width: 45px;
      height: 45px;
    }
  }
  .card-listing > div .imageArea h4 {
    width: calc(100% - 200px);
    padding-right: 15px;
    margin: 0;
    font-size: 1.5rem;
    color: #0087ff;
    font-weight: 700;
  }
  @media screen and (width <= 480px) {
    .card-listing > div .imageArea h4 {
      font-size: 1.2rem;
    }
  }
  .card-listing > div .imageArea ul {
    width: clamp(100px, 4vw, 120px);
    padding: 0;
    margin: 0;
    margin-left: auto;
  }
  .card-listing > div .imageArea ul a {
    position: relative;
    color: #fff;
    background: #0087ff;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    font-size: 0.9rem;
    gap: 8px;
  }
  @media screen and (width <= 480px) {
    .card-listing > div .imageArea ul a {
      font-size: 0.8rem;
    }
    .card-listing > div .imageArea ul a svg {
      width: 19px;
      height: 19px;
    }
  }

  .authorArea {
    margin-top: 10px;
  }/*# sourceMappingURL=main.css.map */
