/*
Theme Name: Desher Songbad
Theme URI: https://tmitstore.com    
Author: the TM IT STORE team
Author URI: https://tmitstore.com 
Description: flash news, newspaper
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
Text Domain: deshersongbad
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.latest-news-ul .latest-news-left {
  float: left;
  width: 33%;
  position: relative;
}
.latest-news {
    overflow-y: hidden;
    height: 413px;
}
.pd5{
  padding: 10px;
}

@media (max-width: 440px) {
  .right-content-area{
    display: none;
  }
  .details-content h1 {
  font-size: 26px;
  margin: 0;
}
  .left-content-area {
  float: left;
  width: 100%;
}
  .resm{
      display: none;
  }
  .left-content-area{
    width: 100%;
  }
  .details-share-btn-main-wrapper{
    display: none;
  }
}



/* search */
.search-page {
    padding: 40px 0;
}

.search-header h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.search-header span {
    color: #e60023;
}

/* Card Style */
.search-item {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
    transition: 0.3s;
    height: 100%;
}

.search-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Image */
.search-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Title */
.search-content h2 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

/* Description */
.search-item p {
    font-size: 14px;
    color: #555;
}

/* Pagination */
.pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

/* No result */
.no-result {
    text-align: center;
    padding: 40px 0;
}

/* 🔥 Responsive */
@media (max-width: 768px) {
    .search-content h2 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .search-thumb img {
        height: 140px;
    }
}

/* 320px fix */
@media (max-width: 320px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-content h2 {
        font-size: 13px;
    }
}
/* search end */




/* share icon */
.clean-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.clean-share h4 {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.clean-share a,
.clean-share button {
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.clean-share a:hover,
.clean-share button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Button Colors */
.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-whatsapp { background: #25d366; }
.share-copy { background: #555; }

/* Responsive */
@media(max-width: 600px) {
    .clean-share {
        gap: 8px;
    }
    .clean-share h4 {
        width: 100%;
        margin-bottom: 8px;
    }
}
/* share icon end */