.single-news-page .thumbnail img{
    height: 535px;
    width: 100%;
}
.single-news-page .content p{
    padding-bottom: 20px;
    font-size: 20px !important;
    line-height: 26px;
}
.single-news-page .content h1,.single-news-page .content h2{
    font-weight: 700;
    padding-bottom: 10px;
}
.single-news-page table,.single-news-page img{
    width: 100%;
}
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    margin-right: 8px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
    color:inherit;
}
.owl-nav .owl-prev{
    position: absolute;
    bottom: 28%;
    left:10px;
}
.owl-nav .owl-next{
    position: absolute;
    bottom: 28%;
    right:10px;
}
.share-container {
  position: relative;
  display: inline-block;
}

.share-btn {
  background: #f3f4f6;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 8px;
}

.share-btn img {
  width: 20px;
  height: 20px;
}

.share-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 8px;
  z-index: 10;
  width: max-content;
  gap: 10px;
}

.share-menu a {
  flex:1;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@media screen and (max-width:991px){
    .single-news-page .thumbnail img{
        height: 400px;
        width: 100%;
    }
    .owl-nav .owl-prev{
        bottom: 40%;
    }
    .owl-nav .owl-next{
        bottom: 40%;
    }
}

@media screen and (max-width:576px){
    .single-news-page .thumbnail img{
        height: 192px;
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .owl-nav svg{
        height:34px;
    }
    .owl-nav{
        bottom: 38%;
    }
}