@keyframes loading_wheel {
  0% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cisco-in-the-news.is-loading {
  position: relative;
  min-height: 200px; /* Ensure there's space for the loading wheel */
}

.cisco-in-the-news.is-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: 1px solid #dee2e6;
  border-left-color: #00bceb;
  animation: loading_wheel 1.1s infinite linear;
  z-index: 10;
}

/* Hide grid content when loading */
.cisco-in-the-news.is-loading > * {
  opacity: 0;
  pointer-events: none;
}



.cisco-in-the-news,.cisco-in-the-news__head{
  width: 83.3%;
  max-width:1440px ;
  margin: 0 auto;
}
.cisco-in-the-news-item__image {
  display: block;
  width: 88px;
  height: 52px !important;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

/* .cisco-in-the-news-item__image>div:not(.play-icon) {
  display: block;
  width: 88px;
  height: 52px !important;
  position: absolute;
  z-index: 0;
  /* top: 50%;
  transform: translateY(-50%); */

/* } */

/* .image-format--1by1>img:not(.play-icon)[src^="https://img.youtube.com"] {
  transform: translateY(-50%) scale(1.05);
} */

.cisco-in-the-news__head {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 350;
  margin-bottom: 24px;
}

.cisco-in-the-news {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 60px;
  /* flex-wrap: wrap; */
}

.cisco-in-the-news__item {
  /* padding: 10px; */
  border-top: 1px solid #E6E7E8;
  padding-top: 16px;
  box-sizing: border-box;
  flex: 0 0 33%;
  display: flex;
}

.cisco-in-the-news-item__image-wrapper {
  flex: 0 0 20%;
  height: 104px;
}

.cisco-in-the-news-item__content-wrapper {
  padding: 0px 12px 0px 16px;
}

.cisco-in-the-news-item__meta {
  display: grid;
  align-items: center;
  text-align: center;
  grid-template-columns: repeat(3,max-content);
  column-gap: 10px;
  row-gap: 10px;
  /* display: flex; */
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

/* .cisco-in-the-news-item__image {
  margin-bottom: 15px;
} */

.cisco-in-the-news-item image {
  width: 100%;
}

.cisco-in-the-news-item__title {
  color: var(--color-text-primary);
  font-size: 14px;
  display: block;
  font-style: var(--font-preset-h300-style);
  line-height: 150%;
  font-weight: 350;
  letter-spacing: var(--font-preset-h300-spacing);
  margin-bottom: 8px;
}

.cisco-in-the-news-item__description,
.cisco-in-the-news-item__primaryTopic,
.cisco-in-the-news-item__duration,
.cisco-in-the-news-item__separator {
  color: var(--color-text-primary);
  font-size: var(--font-preset-body-l-size);
  font-style: var(--font-preset-body-l-style);
  line-height: var(--font-preset-body-l-line-height);
  font-weight: var(--font-preset-body-l-weight);
  letter-spacing: var(--font-preset-body-l-spacing);
}

.cisco-in-the-news-item__duration,
.cisco-in-the-news-item__releaseDate,
.cisco-in-the-news-item__separator {
  color: #606162;
  font-size: 12px;
  width: max-content;
}

.cisco-in-the-news-item__tag {
  font-weight: 400;
  font-size: 12px;
  display: block;
  height: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #0076D5;
  border: 1px solid #0076D5;
  border-radius: 2px;
  padding: 0px 8px;
  grid-column-start: 1;
  grid-column-end: 4;
  width: max-content;
}
.cisco-in-the-news-item__tag:hover,.cisco-in-the-news-item__tag:focus{
  background-color: #0076D529;
}

.cisco-in-the-news-type {
  font-weight: 350;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #606162;
}

.cisco-in-the-news-item__releaseDate {
  color: #727272;
  display: inline-block;
}

.cisco-in-the-news-item__primaryTopic {
  display: inline-block;
  color: #0076d5;
  border: 1px solid #0076d5;
  padding: 3px 6px;
  border-radius: 3px;
}

.cisco-in-the-news-item:hover {
  text-decoration: none;
}

.cisco-in-the-news-item__title:focus,.cisco-in-the-news-item__image:focus,.cisco-in-the-news-item__tag:focus {
  outline: 2px solid #0076D5;
  border-radius: 4px;
  /* outline-offset: 4px; */
}

a.cisco-in-the-news-item__title:hover, a.cisco-in-the-news-item__title.hover {
  text-decoration: underline !important;
  text-decoration-color: #C3C4C5 !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
  /* color: #0051af; */
}

.cisco-in-the-news-item__episode {
  color: #0076D5;
  font-weight: 600;
  font-size: 12px;
  width: max-content;
}
.cisco-in-the-news-play-img {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12));
}
.cisco-in-the-news-external-icon{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.12));
}

/* Media Queries */

@media screen and (min-width: 768px) and (max-width:1024px) {
  .cisco-in-the-news, .cisco-in-the-news__head {
    width: calc(100% - 96px);
    max-width: 1440px;
    margin: 0 auto;
}
.cisco-in-the-news__head{
  margin-bottom: 40px;
}
  .cisco-in-the-news {
    grid-template-columns: 48% 48%;
    margin-bottom: 60px;
  }

  /* .cisco-in-the-news-item__image-wrapper {
    flex: 0 0 32%;
  } */

  .cisco-in-the-news-item__image {
    width: 88px;
    height: 52px !important;
  }

  /* .image-format--1by1>div:not(.play-icon) {
    width: 88px;
    height: 52px !important;
  } */
  .cisco-in-the-news-item__content-wrapper {
    padding: 0px 12px 0px 24px;
  }
  .cisco-in-the-news-item__meta{
    display: grid;
    grid-template-columns: repeat(3,max-content);
    column-gap: 10px;
  }
  .cisco-in-the-news-item__tag{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    width: max-content;
  }
  .cisco-in-the-news-type{
    width: max-content;
  }
  .cisco-in-the-news-item__separator{
    width: max-content;
  }
  .cisco-in-the-news-item__releaseDate{
    width: max-content;
  }

}

@media screen and (max-width: 767px) {
  .cisco-in-the-news {
    display: block;
  }
  .cisco-in-the-news, .cisco-in-the-news__head{
    width: 100%;
    padding: 0px 16px;
  }
  .cisco-in-the-news__head{
    font-size: 32px;
  }
  .cisco-in-the-news__item{
    margin-bottom: 24px;
  } 

  .cisco-in-the-news-item__image-wrapper {
    flex: 0 0 0%;
    height: 120px;
  }

  .cisco-in-the-news-item__image {
    width: 88px;
    height: 52px !important;
    position: relative;
  }

  /* .image-format--1by1>div:not(.play-icon) {
    width: 120px;
    height: 120px !important;
  } */
  .cisco-in-the-news-item__meta{
    display: grid;
    grid-template-columns: repeat(3,max-content);
    column-gap: 10px;
  }
  .cisco-in-the-news-item__tag{
    grid-column-start: 1;
    grid-column-end: 10;
    grid-row-start: 2;
    width: max-content;
  }
  .cisco-in-the-news-type{
    width: max-content;
  }
  .cisco-in-the-news-item__separator{
    width: max-content;
  }
  .cisco-in-the-news-item__releaseDate{
    width: max-content;
  }
}

@media screen and (max-width: 1024px) {
	.cisco-in-the-news {
		margin-bottom: 0;
	}
}