.star-not-checked {
    fill: #ffc107;
    width: 12px;
}
.nav-link {
    padding: .5rem 0;}
    
@media (min-width: 768px) {
    .ms-md-1 {
        margin: .25rem !important;
        line-height: 0.5;
    }
}
  .apk-container-unique {
    max-width: 320px;
    margin: 20px auto;
    padding: 0 16px 24px;
    border-radius: 12px;
    background: #fff;
  }

  /* Header */
  .apk-header-unique {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .apk-logo-unique {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,166,81,0.4);
  }
  .apk-title-row-unique {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .apk-title-unique {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  .apk-rating-unique {
    font-size: 15px;
    font-weight: 700;
    color: #f7931e;
    display: flex;
    align-items: center;
    gap: 6px;
    text-shadow: 0 0 2px rgba(255 165 0 / 0.6);
  }
  .apk-rating-unique svg {
    width: 16px;
    height: 16px;
    fill: #f7931e;
    filter: drop-shadow(0 0 1px rgba(255 165 0 / 0.8));
  }
  .apk-description-unique {
    font-size: 13px;
    color: #7a7a7a;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
  }

  /* Download button */
  .apk-download-btn-unique {
    margin-top: 16px;
    width: 100%;
    background-color: #00a651;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0,166,81,0.5);
    transition: background-color 0.3s ease;
  }
  .apk-download-btn-unique:hover {
    background-color: #008a3f;
  }
  .apk-download-btn-unique span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 6px;
    opacity: 0.85;
  }

  /* Add to home */
  .apk-add-home-unique {
    margin-top: 10px;
    font-size: 13px;
    color: #007bff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .apk-add-home-unique:hover {
    color: #0056b3;
  }
  .apk-add-home-unique svg {
    width: 18px;
    height: 18px;
    stroke: #007bff;
    stroke-width: 2.5;
    fill: none;
    transition: stroke 0.3s ease;
  }
  .apk-add-home-unique:hover svg {
    stroke: #0056b3;
  }

  /* Social links */
  .apk-socials-unique {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .apk-social-link-unique {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease;
  }
  .apk-social-link-unique:hover {
    transform: translateY(-4px);
  }
  .apk-social-link-unique img {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  }
  .apk-telegram-unique {
    color: #0088cc;
  }
  .apk-instagram-unique {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .apk-twitter-unique {
    color: #1DA1F2;
  }
  .apk-youtube-unique {
    color: #FF0000;
  }

  /* Responsive */
  @media (max-width: 360px) {
    .apk-container-unique {
      max-width: 100%;
      padding: 0 12px 24px;
      box-shadow: none;
      border-radius: 0;
    }
    .apk-description-unique {
      max-width: 140px;
    }
    .apk-logo-unique {
      width: 40px;
      height: 40px;
    }
    .apk-download-btn-unique {
      font-size: 14px;
      padding: 10px 0;
      border-radius: 6px;
    }
    .apk-social-link-unique img {
      width: 28px;
      height: 28px;
      margin-bottom: 4px;
    }
    .apk-social-link-unique {
      font-size: 12px;
      font-weight: 500;
    }
  }
.apps.top-apps {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px auto;
    max-width: 600px; /* Giới hạn chiều rộng cho giao diện gọn gàng */
    transition: transform 0.2s ease; /* Hiệu ứng hover nhẹ */
}
.apps.top-apps:hover {
    transform: translateY(-3px); /* Hiệu ứng nâng nhẹ khi hover */
}
/*Versions*/
.Versions-apk {
  max-height: 500px;
  overflow:auto;
}
.app-title {
  font-size: 15px;}
  
/*home-page*/
.home_page h2 {
    font-size: 20px;
}
h1.title-home {
    font-size: 25px;
    position: absolute;
    top: -9999px;
}
.content-home ul {
  list-style:
unset;
  margin-left: 40px;
}
.content-home h2 {
  margin: 15px 0;
}
.content-home h3 {
  margin-bottom: 15px 0;
}
.content-home {
  max-height: 400px;
  overflow: auto;
  line-height: 1.8;
}
.m-1-key li {
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}
