#post-4575989,
#post-4575989 .inside-article {
  background-color: #283046;
}

.swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.9;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #1aa0e1;
  opacity: 1;
}
.swiper.darkdots .swiper-pagination-bullet {
  background-color: #283046;
  opacity: 0.9;
}
.swiper.darkdots .swiper-pagination-bullet-active {
  background-color: #1aa0e1;
  opacity: 1;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #1aa0e1 !important;
  color: #333 !important;
}

.latest-stock-slider .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}
.latest-stock-slider .stock-slide-image {
  position: relative;
  aspect-ratio: 4/3;
}
.latest-stock-slider .stock-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-stock-slider .stock-slide-image .stock-red-feature {
  position: absolute;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #e01b1b;
  color: #ffffff;
  text-decoration: none;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.latest-stock-slider .stock-price {
  padding: 10px 20px;
  background-color: #1aa0e1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
  color: #ffffff;
}
.latest-stock-slider .stock-content {
  background-color: #fff;
  padding: 20px 18px 70px;
}
.latest-stock-slider .stock-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
  display: block;
}
.latest-stock-slider .stock-title a {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222222;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}
.latest-stock-slider .stock-points {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.latest-stock-slider .stock-points .stock-point {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 50%;
}
.latest-stock-slider .stock-points .stock-point .stock-point-icon {
  color: #1aa0e1;
}
.latest-stock-slider .stock-points .stock-point .stock-point-text {
  font-size: 14px;
  font-weight: 700;
}
.latest-stock-slider .stock-main-features {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.latest-stock-slider .stock-main-features .stock-main-features-icon {
  color: #1aa0e1;
}
.latest-stock-slider .stock-main-features .stock-main-features-text {
  font-size: 14px;
  font-weight: 700;
}
.latest-stock-slider .stock-link {
  position: absolute;
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: auto;
  color: #ffffff;
  padding: 12px;
  border-radius: 4px;
  background-color: #1aa0e1;
  display: block;
  margin-top: 20px;
  text-decoration: none !important;
}
.latest-stock-slider .stock-link:hover {
  background-color: #283046;
}
.latest-stock-slider .swiper-slide {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.latest-stock-slider .swiper-wrapper {
  padding-bottom: 44px;
}

.latest-offers-slider .offers-slide-content {
  width: 100%;
  height: auto;
  aspect-ratio: 540/300;
  display: block;
  text-decoration: underline;
  overflow: hidden;
}
.latest-offers-slider .offers-slide-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.latest-offers-slider .offers-slide-content:hover img {
  transform: scale(1.05);
}
.latest-offers-slider .offers-slide-content .offers-title {
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 2;
  position: absolute;
  padding: 20px;
  background-color: rgba(33, 33, 33, 0.85);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin: 0;
  max-width: 80%;
  text-decoration: underline;
}
.latest-offers-slider .swiper-slide {
  overflow: hidden;
}
.latest-offers-slider .swiper-wrapper {
  padding-bottom: 44px;
}

.latest-news-slider .news-slide-content {
  display: block;
  aspect-ratio: 360/442;
  position: relative;
}
.latest-news-slider .news-slide-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.latest-news-slider .news-slide-content:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(54, 54, 54, 0.09), var(--global-color-8));
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.latest-news-slider .news-content {
  position: absolute;
  z-index: 5;
  padding: 40px 30px;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest-news-slider .news-content .news-date {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--global-color-9);
}
.latest-news-slider .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #ffffff;
}
.latest-news-slider .news-content h3 a {
  color: #ffffff;
}
.latest-news-slider .news-content .news-excerpt {
  font-size: 15px;
  color: #ffffff;
}
.latest-news-slider .news-category {
  position: absolute;
  z-index: 5;
}
.latest-news-slider .news-category ul,
.latest-news-slider .news-category li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.latest-news-slider .news-category a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 0em;
  color: #ffffff;
  background-color: #1aa0e1;
}
.latest-news-slider .swiper-wrapper {
  padding-bottom: 44px;
}