.highlight-pattern-wrapper ul {
  padding-left: 0 !important;
}

.highlight-poster-wrapper {
  background-color: var(--ast-global-color-0);
  gap: 1rem;
}

@media (min-width: 768px){
  .highlight-poster-wrapper {
    gap: 1.5rem;
  }
}

.highlight-poster-content-wrapper {
  padding: 0 20px 20px 20px;
}

@media (min-width: 768px){
  .highlight-poster-content-wrapper {
     padding: 0 20px 10px 20px;
  }
}

@media (min-width: 1440px){
  .highlight-poster-content-wrapper {
     padding: 0;
     padding-inline: 10px;
  }
}

.highglight-poster-title a {
  color: white;
  text-decoration: none !important;
}
.highglight-poster-subtitle {
  color: white;
  text-transform: uppercase;

  font-weight: var(--canary-font-weight-800);
}

@media (min-width: 768px) {
   .highglight-poster-subtitle {
     padding-top: 10px;
   }
}

@media (min-width: 1440px) {
   .highglight-poster-subtitle {
     padding-top: 25px;
   }
}

.highglight-poster-subtitle::after {
  content: "";
  height: 3px;
  width: 25px;
  background-color: white;
  display: block;
}
.highlight-poster-author-wrapper {
  gap: 0.5rem;
  color: white;
}
.highlight-poster-author-wrapper .wp-block-post-author-name {
  font-weight: var(--ast-blog-meta-weight);
}
.highglight-poster-button-secondary {
  border: 1px solid white;
  width: auto !important;
}