.sources-section{
  padding:30px 0;
}

.sources-header h2{
  font-size:28px;
  margin:0;
}
.sources-header small{
  color:#666;
}

.carousel-wrapper{
  position:relative;
}

.carousel{
  display:flex;
  gap:22px;
  padding:10px;
  overflow-x:hidden; /* 🔥 scrollbar removed */
}

.source-card{
  min-width:320px;
  background:#fff;
  border-radius:22px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  padding:18px;
  display:flex;
  flex-direction:column;
}

.source-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.source-logo{
  max-width:120px;
  max-height:36px;
  object-fit:contain;
}

.follow-btn{
  border:1px solid #ccc;
  border-radius:20px;
  padding:6px 14px;
  background:#fff;
  font-size:14px;
  cursor:pointer;
}

.source-strip{
  margin:14px 0;
  padding:10px 14px;
  border-radius:14px;
  font-weight:600;
}

.source-post{
  display:flex;
  gap:12px;
  padding:10px 0;
  border-top:1px solid #eee;
  text-decoration:none;
  color:#111;
}

.source-post img{
  width:56px;
  height:56px;
  border-radius:12px;
  object-fit:cover;
}

.source-post h4{
  font-size:15px;
  line-height:1.35;
  max-height:2.7em;
  overflow:hidden;
}

.view-all{
  margin-top:auto;
  padding-top:12px;
  font-weight:600;
}

.carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #ddd;
  background:#fff;
  cursor:pointer;
  z-index:5;
}
.carousel-btn.left{ left:-20px; }
.carousel-btn.right{ right:-20px; }
