/*
Theme Name: Trendhints
Theme URI: https://yourdomain.com/trendhints
Author: Your Name
Author URI: https://yourdomain.com
Description: Pixel-perfect Google News clone with Google News Scraper API, dynamic article rewriting, and section navigation.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trendhints
Tags: news, google news, magazine, dynamic, API, responsive
*/

.ad-box {
  border: 1px solid #ececec;
  border-radius: 7px;
  padding: 18px;
  margin: 0 0 16px 0;
  background: #f8fbfb;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  min-height: 90px;
  box-shadow: 0 0 2px #eee;
}
.ad-right { background: #eaf1fa; }
.ad-top-all, .ad-top-demo { margin-bottom: 20px; }
.ad-bottom-all, .ad-bottom-demo { margin-top: 24px; }
.right-sidebar {
  width: 260px;
  flex: 0 0 260px;
  padding-left: 25px;
}
.content-ad-right-wrapper {
  display: flex;
  gap: 0 35px;
}
.main-content-col {
  flex: 1 1 0%;
  min-width: 0;
}
@media (max-width: 900px) {
  .content-ad-right-wrapper {
    display: block;
  }
  .right-sidebar {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
  }
  .ad-right {
    width: 45%;
  }
}
