ul.cablecastpartners-list {
  list-style-type: none;
  padding: 0; 
  margin-bottom: 70px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
}

.cablecastpartner-item img {
  display: block;
  max-width:150px;
  max-height:75px;
  width: auto;
  height: auto;
}

ul.cablecastnews-list {
  list-style-type: none;
  margin-bottom: 70px;
  max-width: 1200px;
  line-height: normal;
  justify-content: center;
  gap: 30px;
}

.cablecastnews-item img {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.cablecastnews-item h4 {
  font-weight: bold;
}

li.cablecastnews-item {
  border: 1px solid #bbb;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.cablecastnews-content {
  padding: 10px 0;
}

.homepage-news-title, .homepage-partners-title {
  margin: 40px 0;
}

/* Custom CSS classes for the News archive */

.news-item {
	display: flex;
	gap: 30px;
	align-items: center;
	padding-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid #bbb;
  }
  
  .news-item-title {
	font-size: 1.5rem;
	font-weight: bold;
  }
  
  .news-date {
	color: #747474;
  }
  
  .news-full-text {
	margin-top: 20px;
	margin-bottom: 20px;
  float: none;
  }

  .news-pagination-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .news-pagination-container .current {
    background-color: #ffffff;
    border: 1px solid #D1D5DB;
  }
  
  .news-single-page-content {
	margin: 20px 20px 0px 20px;
  }
  
  .news-single-title.page-title {
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
  }
  
  .news-thumbnail-archive {
	max-width: 300px;
  }
  
  .news-thumbnail-single {
	margin: 30px 30px 10px 0;
  float: left;
  max-width: 50%;
  }

  .staff-thumbnail-archive {
    border-radius: 50%;
    max-width: 150px;
    overflow: hidden;
  }
  
  h2.wp-block-heading {
	font-size: 2rem;
  }

  /* CSS for Mobile */

  @media only screen and (max-width: 768px) {
    .news-item{
      display: block;
    }
    .news-thumbnail-archive {
      max-width: 100%;
      margin-bottom: 5px;
      }
  }