<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.edufit-slider-wrapper {
    position: relative;
}

.swiper {
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    width: 44px;
    height: 44px;
    background: #015ED1;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999999;
}

.swiper-pagination-bullet {
    background-color: #E71F76;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1rem;
}

.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: relative;
    margin-top: 10px;
}

.swiper.edufit-slider-wrapper{
    margin: 2rem;
}

.swiper.edufit-slider-wrapper .slide-thumb{
    width: 100%;
    height: auto;
}

.swiper.edufit-slider-wrapper img{
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.swiper.edufit-slider-wrapper .slide-title{
    margin-top: 10px;
    font-size: 1.1rem;
}

.slide-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.slide-link:hover .slide-title {
  text-decoration: underline;
}</pre></body></html>