:root {
  --u3d-main-color: #EE6429;
  --mgap: clamp(10px, 4vw, 30px);
  --fsize: clamp(14px, 4vw, 24px);
}

:root .bricks-button[class*="primary"]:not(.outline):hover,
.bricks-button:not(.splide-btn):hover {
  background-color: var(--u3d-main-color);
  color: #fff;
  border-color: var(--u3d-main-color) !important;
}

.newsup:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.newsup:hover {
  background-color: #f8f8f8;
}

.title2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.title2::after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background-color: var(--u3d-main-color);
}

.soroy-slide-buttons::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.soroy-slide-buttons .splide-btn {
  position: relative;
}

.soroy-slide-buttons .splide-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 2;
}

.soroy-slide-buttons .splide-btn.active::after {
  background-color: var(--u3d-main-color);
}
