#links-content{
  width: 100%;
}

#extras_box {
  display: flex;
  flex-direction: row;
}

#about_box {
  background: #1a1a1a;
  border-radius: 0.4375rem;
  margin: 0 0 0 0.625rem;
  width: 60%;
  padding: 1.25rem 1.875rem 0.9375rem 1.875rem;
}

#review_container {
  width: 40% !important;
}

#link-details-title-section,
#explore-section {
  display: flex;
  flex-direction: row;
}

#explore-section {
  width: auto;
  margin-bottom: 0.625rem;
}

#read-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.9375rem;
}

#read-more-btn a {
  background: #6e4f6f;
  color: #fff;
  padding: 0.8125rem 0.625rem;
  border-radius: 0.4375rem;
  font-weight: bold;
  transition: background-color 0.1s ease;
}

#read-more-btn a:hover,
.link-item-copy:hover {
  background: #816c82;
}

.explore-more-box {
  width: 100%;
  margin: auto;
  text-align: center;
  align-content: center;
  font-size: 1.5625rem;
  font-weight: bold;
  height: 100%;
  transition: background-color 0.1s ease;
}

.explore-more-box:hover {
  background: #2f2f2f;
}

#explore-section a {
  margin-left: 0.625rem;
}

.explore-more-box p {
  margin-bottom: 1.25rem;
}

#link-details-title-box h1 {
  margin-bottom: 0.625rem;
}

.url_container,
.stat_container {
  width: 100%;
}

.url_container,
.stat_container,
#link-details-title-box,
.explore-more-box {
  background: #1a1a1a;
  min-height: 6.25rem;
  padding: 1.25rem;
  border-radius: 0.4375rem;
  margin-bottom: 0.625rem;
}

#link-details-title-box {
  width: 70%;
  text-align: left;
  align-content: center;
  background: linear-gradient(
    48deg,
    rgba(26, 26, 26, 1) 0%,
    rgba(26, 26, 26, 1) 60%,
    rgba(47, 47, 47, 1) 86%
  ) !important;
}

.link-item-row {
  display: flex;
  width: 100%;
  max-width: 81.25rem;
  margin: auto;
}

.link-item {
  background: #2f2f2f;
  color: #fff;
  padding: 1.0625rem;
  border-radius: 0.4375rem;
  margin: 0.625rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.0625rem;
  overflow: hidden;
  transition: all 0.2s;
}

.link-item-copy {
  width: 10%;
  margin: 0.625rem auto;
  padding: 1.0625rem;
  background: #6f4f6e;
  border-radius: 0.4375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.link-item-row a {
  width: 90%;
}

.link-item:hover,
#article-detail-box:hover {
  background: #836a84 !important;
  color: #fee6ff;
}

#review_container {
  border-radius: 0.4375rem;
}

#about-box-top-section {
  display: flex;
}

#about-box-top-section #article-img-container {
  width: 20%;
}

#article-img-container img {
  width: 6.25rem;
  height: 6.25rem;
  float: right;
  border-radius: 0.4375rem;
}

#about-box-top-section #article-title-box {
  width: 80%;
}

#article-title-box h2 {
  font-size: 1.75rem;
  margin: 0.625rem 0 1.25rem 0;
}

#link-details-title-details {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#link-details-title-details span {
  margin-right: 0.9375rem;
}

#article-title-box span,
#link-details-title-box span,
.explore-more-box span {
  padding: 0.625rem 0.9375rem;
  border-radius: 0.4375rem;
  font-weight: bold;
}

.stat_container {
  margin: 0.625rem 0;
}

.no-link-item {
  padding: 1.25rem;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0.4375rem;
  background: #2f2f2f;
}

.link-tag-grid {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 0.625rem;
  background: #2f2f2f;
  padding: 1.25rem;
  border-radius: 0.4375rem;
}

.link-tag {
  display: flex;
  background: #fff;
  width: fit-content;
  border-radius: 0.3125rem;
  padding: 0.4375rem;
}

.link-tag-symbol {
  height: 2.5rem;
}

.link-tag-text {
  color: #826f82;
  font-weight: bold;
  font-size: 1.25rem;
  align-content: center;
}

#article-detail-box {
  margin-top: 1.25rem;
  background: #2f2f2f;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.4375rem;
  cursor: pointer;
  transition: background-color 0.1s ease;
}

#article-detail-box:hover {
  background: #3f3f3f;
}

#article-title-box p {
  color: #ddd;
  margin-top: 1.5625rem;
}

.vendorlist {
  display: none;
}

.stat-card {
  padding: 1.5625rem;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.08);
  margin: 1.25rem auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  font-family: 'Segoe UI', sans-serif;
}

.stat-card .status {
  padding: 0.375rem 0.8125rem;
  border-radius: 1.5625rem;
}

.stat-card .status.up-stat {
  background: #579740;
}

.stat-card .status.down-stat {
  background: #974040;
}

.stat-card h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.chart-wrapper {
  display: flex;
  gap: 0.9375rem;
}

.y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #555;
  padding-top: 0.3125rem;
}

.chart {
  position: relative;
  flex: 1;
  height: 12.5rem;
  background: #2f2f2f;
  border-radius: 0.4375rem;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #links-content {
    margin: 0 0.625rem;
  }
}

@media (max-width: 1000px) {
  #explore-section {
    display: none;
  }
  #link-details-title-box {
    width: 100%;
  }
}

@media (max-width: 900px) {
  #extras_box {
    flex-direction: column;
  }
  #about_box,
  #links-content,
  #review_container {
    width: 100%;
    margin: 0;
  }
  #link-details-title-box {
    margin: 0.625rem 0;
  }
  #about_box {
    margin-top: 0.625rem;
  }
  .url_container,
  .stat_container,
  #review_container {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .link-item-copy {
    width: 15% !important;
  }
  .link-item-row a {
    width: 85% !important;
  }
  .recommendedbox.top_listingbox {
    margin: auto;
  }
  .stat_container {
    background: none;
    padding: 0;
  }
  .stat-card,
  .link-tag-grid {
    border-radius: 0 !important;
    background: #1a1a1a !important;
  }
  .stat-card {
    margin: 0.625rem auto !important;
  }
  .url_container,
  .stat_container {
    width: 100%;
    border-radius: 0;
  }
  #about_box,
  #links-content,
  #link-details-title-box,
  #review_container {
    border-radius: 0 !important;
  }
}

@media (max-width: 500px) {
  .link-item-copy {
    width: 25% !important;
  }
  .link-item-row a {
    width: 75% !important;
  }
}

