.link-details-review a,
.category-desc a {
  color: #2eaf61 !important;
}
.copyright-message {
  color: #4e4e4e;
  background-color: #00add9;
  background-image: linear-gradient(#0cf 0%, #017acf 41% 100%);
  border: none;
  padding: 0;
  font-size: 17px;
  line-height: 1.8em;
  position: relative;
}
.copyright-message a {
  color: #ffba01;
}
.copyright-message .inner-footer {
  max-width: 1158px;
  margin: 50px auto 0;
  padding: 15px 10px 25px;
  position: relative;
}
@media (max-width: 1400px) {
  .copyright-message .inner-footer {
    max-width: 1028px;
  }
}
.copyright-message .inner-footer .copyright-message-headline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.copyright-message .inner-footer .copyright-message-headline img {
  vertical-align: middle;
  height: 45px;
  display: inline-block;
}
.copyright-message .inner-footer p img {
  vertical-align: middle;
  height: 35px;
}
@media (max-width: 991px) {
  .copyright-message .inner-footer .copyright-message-headline img,
  .copyright-message .inner-footer p img {
    height: 28px;
  }
}
.copyright-message .inner-footer p {
  color: #fff;
  margin-bottom: 26px;
}
.copyright-message {
  margin-top: 26%;
}
.copyright-message .footer-intro {
  opacity: 0;
  width: 100%;
  transition: opacity 0.2s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}
.copyright-message .footer-intro.visible {
  opacity: 1;
}
.footer-intro-img,
.footer-intro-canvas {
  width: 100%;
  display: block;
}
.footer-intro-canvas {
  aspect-ratio: 2160/456;
  height: auto;
}
.copyright-message .animation-wrapper {
  width: 100%;
  padding-top: 37%;
  position: relative;
  overflow: hidden;
}
.ip-feature {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ip-feature .ip,
.ip-feature .isp,
.ip-feature .city {
  color: #ea4b4c;
  font-style: normal;
}
.ip-feature .ip {
  font-weight: 700;
}
.ip-feature .isp,
.ip-feature .city {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review-sale:after {
  content: " *sale";
  color: #ea4444cc;
  width: 36px;
  height: 17px;
  margin: 2px 0 0;
  font-size: 12px;
  position: absolute;
}
.detect-block {
  z-index: 111;
  color: #000;
  background: #fff;
  border: 3px solid #bababa;
  border-radius: 10px;
  width: 330px;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  display: none;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translate(-50%);
}
.detect-block .btn-close {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.detect-block .btn-close:after,
.detect-block .btn-close:before {
  content: "";
  background: #96979f;
  width: 2px;
  height: 14px;
  margin: auto;
  position: absolute;
  inset: 0;
}
.detect-block .btn-close:before {
  transform: rotate(45deg);
}
.detect-block .btn-close:after {
  transform: rotate(-45deg);
}
.detect-block.shown {
  display: block;
}
.detect-block .title {
  color: #4e4e4e;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.detect-block .title .link-icon-base:before {
  margin-left: 4px;
  margin-right: 2px;
}
.detect-block .text {
  color: #767676;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 16px;
}
.detect-block .btn-action {
  --animation-rgb-value: 51, 217, 178;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 2;
  background: #30af62;
  border: none;
  border-radius: 10px;
  outline: none;
  width: 100%;
  margin: 10px 0 8px;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .detect-block .btn-action:hover {
    animation: 1s infinite pulse;
  }
}
.detect-block .btn-cancel {
  text-align: center;
  cursor: pointer;
  z-index: 2;
  color: #ff9701;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.detect-block:before {
  content: "";
  border-top: 15px solid #bababa;
  border-bottom: 0 solid #0000;
  border-left: 15px solid #0000;
  border-right: 12px solid #0000;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
}
.detect-block:after {
  content: "";
  border: 10px solid #0000;
  border-top-color: #fff;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1158px) {
  .detect-block {
    width: 250px;
    padding: 19px 16px;
  }
  .detect-block .title {
    font-size: 11px;
    line-height: 11px;
  }
  .detect-block .text {
    font-size: 10px;
    line-height: 10px;
  }
  .detect-block .btn-action {
    font-size: 11px;
  }
  .detect-block .btn-action:after {
    left: 90%;
  }
  .detect-block .btn-cancel {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 991px) {
  .detect-block {
    display: none !important;
  }
}
@keyframes scroll-btn-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
