.headerclass .header-cta-row {
  width: 100%;
}
.headerclass .header-cta-row .tcb-flex-row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
  justify-content: right;
}
.headerclass .header-cta-row .tcb-flex-row .tcb-flex-col {
  max-width: unset;
  width: auto;
  flex-grow: 0;
}

.post-meta-date .tve-cb {
  display: flex;
  align-items: center;
  gap: 3px;
}
.post-meta-date .tve-cb p {
  padding: 0 !important;
}
.post-meta-date .tve-cb #mi-upd {
  margin-left: 10px;
}

/*Related Products*/
.tba-related-wrap {
  background: #eef2f6;
  padding: 0 1.5rem;
  margin: 0;
}
.tba-related-wrap .tba-related-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
  color: #0a0d12;
}
.tba-related-wrap .tcb-post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.tba-related-wrap article.post-wrapper {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-out;
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}
.tba-related-wrap article.post-wrapper:hover {
  transform: scale(1.1);
}
.tba-related-wrap article.post-wrapper a {
  text-decoration: none !important;
}
.tba-related-wrap article.post-wrapper .tba-content {
  padding: 20px;
  flex-grow: 1;
}
.tba-related-wrap article.post-wrapper .tba-content .tba-related-post-title {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 0;
}
.tba-related-wrap article.post-wrapper .tba-content .tba-related-post-title a {
  color: inherit;
  text-decoration: none;
}
.tba-related-wrap article.post-wrapper .tba-content .tba-related-post-title a:hover {
  text-decoration: underline;
}
.tba-related-wrap article.post-wrapper .tba-content p {
  font-size: 18px;
  color: #0a0a0a !important;
  margin-bottom: 0;
  line-height: 1.45em;
}
.tba-related-wrap article.post-wrapper .tcb-post-read-more {
  position: absolute;
  bottom: 10px;
}
.tba-related-wrap article.post-wrapper .tcb-post-read-more .tcb-post-read-more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: #1e90ff;
  border: none;
  padding-left: 0;
  font-size: 16px;
}

@media only screen and (max-width: 766px) {
  .post-meta-date {
    bottom: 0 !important;
  }
  .post-meta-date .tve-cb {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .post-meta-date .pm-text .p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .headerclass {
    margin: 0 !important;
  }
  .headerclass > .tcb-flex-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .headerclass > .tcb-flex-row .tcb-logo {
    width: 100% !important;
  }
  .headerclass .header-cta-row .tcb-flex-row {
    padding: 0 8px 0 0 !important;
  }
  .post-meta-date .tve-cb {
    display: grid;
    grid-template-columns: 23px auto;
  }
  .post-meta-date .tve-cb #mi-upd {
    margin-left: 0px;
  }
}/*# sourceMappingURL=custom-style.css.map */