<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Block Name:   Nexus Post Block (API)
 Description:  Nexus Block Styles
 Author:       Mauricio Flores
 Template:     block--nexus-post.html.twig
 Version:      1.0.0
*/

/* 
  Note: This module including its styling is being tracked in by 
  the main branch of oer-resources-module repo on GitHub. If any 
  change is made to these files please push them to that repository
  in order to keep it on sync. 
*/

.block-nexus-post-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.block-nexus-post-block &gt; h2 {
  text-align: center;
  margin-bottom: 40px;
}

.block-nexus-post-block &gt; h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #20558A;
  left: 0;
  top: 25px;
  position: absolute;
  z-index: -1;
}

.block-nexus-post-block &gt; h2 &gt; span {
  background: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.card-left-custom {
  min-height: 225px;
}

.card-left-bg-img {
  max-width: 188px;
}

.post-date {
  font-weight: 600;
  color: #696969;
}

.block-nexus-post-block .card-title a {
  text-decoration: none;
}

.block-nexus-post-block .card-title a:hover {
  text-decoration: underline;
}

hr.border-blue{
  border: 1.5px solid #20558A;
}

</pre></body></html>