.blog-list-item-bottom a {
  color: #FF9602 !important;
}

.blog-list-item-bottom a::after {
  background: #FF9602 !important;
}

#selected-stories {
  text-align: left;
  color: #a6a6a9;
  display: ruby;
}

.selected-container {
  flex: 0;
  display: ruby;
  min-height: 102px;
  max-height: 70px;
  overflow-y: auto;
  position: absolute;
  margin: 4% 2.3% 1% 0%;
  padding: 0% 0% 0% 0%;
  z-index: 1;
  align-items: self-start !important;
  place-content: start !important;
}

#selected-stories p {
  padding: 12px 15px;
  margin: 3px;
  background: #f3f3f3;
  text-align: left;
  color: #414145;
}

.remove {
  color: #a6a6a9;
}

.blog-list-sec {
  position: relative;
  z-index: 0;
  flex-direction: column; /* Stack elements vertically */
  justify-content: space-between; /* Distribute space between the child elements */
  height: 100%; /* Make the container take up the full height of the parent */
  padding: 20px;
  box-sizing: border-box;
}

.selected-stories-main {
  flex: 1;
  height: 100%;
  flex-wrap: wrap;
  gap: 10px; /* Add some space between filter tags */
  padding: 10px 0;
  overflow-y: auto;
  margin-top: 0% !important;
  margin-bottom: 2% !important;
  display: flex;
  justify-content: start;
  align-items: self-start !important;
  position: relative !important;
  padding-top: 10px !important;
  padding-bottom: 112px !important;
  height: -webkit-fill-available;
  place-content: start !important;
  border-bottom: 2px solid #ccc;
}

#search-results .selected-stories-main {
  padding-bottom: 50px !important;
}

#filtered-stories hr, #search-results hr {
  display: none !important;
}

div#filtered-stories {
  position: relative;
}

#clear-filters {
  color: #FF9602 !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

#clear-filters:after {
  display: block;
  content: "";
  border-bottom: solid 2px #FF9602;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

#clear-filters:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .selected-stories-main {
    padding-top: 0% !important;
    padding-bottom: 16% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .selected-stories-main {
    padding-top: 0% !important;
    padding-bottom: 13% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .selected-stories-main .left {
    display: contents;
  }
  #selected-stories {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    position: absolute;
    margin: 10% 6% 3% 0%;
  }
  .selected-stories-main {
    padding-top: 2% !important;
    padding-bottom: 24% !important;
  }
  #selected-stories p {
    line-height: 1.4;
    margin: 3px 24px 0px 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .selected-container {
    flex: 0;
    display: ruby;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    width: 100vw;
    overflow-x: scroll;
    position: absolute;
    margin: 19% 5% 1% 0%;
    padding: 0% 6% 0% 0%;
    z-index: 1;
    align-items: self-start !important;
    place-content: start !important;
  }
}
.selected-stories-main {
  display: flex; /* Makes the container a flexbox */
  justify-content: space-between; /* Ensures left and right sections are on opposite sides */
  align-items: center; /* Vertically centers the content */
  padding: 10px 0; /* Adds some spacing */
}

.selected-stories-main .left {
  flex: 1; /* Takes up available space on the left */
  text-align: left; /* Ensures text aligns to the left */
}

.selected-stories-main .right {
  text-align: right; /* Ensures content on the right aligns to the right */
  display: flex; /* Makes the right section a flex container */
  align-items: center; /* Vertically aligns content within the right section */
  gap: 10px; /* Adds some space between elements inside the right section */
}

#clear-filters {
  color: #007bff; /* Styling the clear filters link */
  text-decoration: none; /* Removes underline from the link */
  cursor: pointer;
}

hr {
  margin-top: 10px;
  border: 1px solid #ccc;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9 !important;
  margin-top: 0px;
  right: 0;
  bottom: 0;
  border: 0;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  overflow-y: hidden !important;
  background-color: rgb(0, 0, 0);
  padding-top: 26px !important;
}

.modal-content {
  margin: auto;
  padding: 5px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

/* Close button */
.close {
  color: white;
  padding: 10px !important;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  right: 20px;
  top: 20px;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

iframe, video {
  width: 100%;
  height: 100% !important;
  padding-bottom: 2% !important;
  aspect-ratio: 16/9;
}

div#videoContainer {
  width: 78%;
  text-align: center;
  justify-content: center;
  margin: auto;
}

.controls {
  width: 600px !important; /* The width of the custom controls */
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
}

/* Video List */
.video-list {
  margin: 20px;
}

.video-item {
  margin-bottom: 20px;
}

.blog-list-sec {
  padding: 64px 0;
}
@media only screen and (min-width: 1024px) {
  .blog-list-sec {
    padding: 96px 0 32px 0;
  }
}
.blog-list-sec .blog-list-wrapper {
  margin: 32px 0 64px;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0px;
  position: relative;
  z-index: 2;
}
.blog-list-sec .blog-list-wrapper > * {
  flex: 0 0 calc(100% - 0px);
  width: calc(100% - 0px);
}
@media only screen and (min-width: 768px) {
  .blog-list-sec .blog-list-wrapper {
    margin-top: 40px 0 80px;
    padding: 0 16px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 48px 32px;
  }
  .blog-list-sec .blog-list-wrapper > * {
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  .blog-list-sec .blog-list-wrapper {
    margin: 48px 0 96px;
    padding: 0 34px;
  }
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-top {
  position: relative;
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-top .blog-thumbnail-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: auto;
  min-height: 212px;
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-top .blog-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 1024px) {
  .blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-top .blog-meta {
    padding: 24px;
  }
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-top .blog-meta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-bottom {
  margin-top: 20px;
}
.blog-list-sec .blog-list-wrapper .blog-list-item .blog-list-item-bottom .blog-excerpt {
  margin: 8px 0 12px;
  color: rgba(60, 60, 67, 0.72);
}

.main-pagination, .search-pagination, .filter-pagination {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=blog-list.css.map */