/**
 * Trending insights section
 *
 * @format
 */

.insight-sidebar-trending-section {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.insight-sidebar-trending-header {
  margin-bottom: 30px;
}

.insight-trending-post-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
}

.insight-trending-post-image {
  min-width: 72px;
  height: 72px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  margin-right: 10px;
}

.insight-trending-post-content-section .insight-trending-post-title {
  font-size: 15px;
  font-family: "Atlas Grotesk Medium";
  line-height: 18px;
  margin-bottom: 5px !important;
  color: #000;
}

.insight-trending-post-content-section .insight-trending-post-category {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0 !important;
}

/* Sidebar form section */
.insight-sidebar-form-section {
  background-image: url(https://cdn1.thecorporategovernanceinstitute.com/wp-content/uploads/2023/01/03144551/leadership-insights%402x.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.insight-sidebar-form-section .insight-sidebar-form-section-header {
  color: #fff;
}

.insight-sidebar-form-section .insight-sidebar-form-section-text {
  color: #fff;
  font-size: 14px;
  margin: 20px 0;
}

.insight-sidebar-form-section .hbspt-form form {
  position: relative;
}

.insight-sidebar-form-section .hbspt-form form .hs_submit {
  position: absolute;
  right: 6px;
  top: 6px;
}

.insight-sidebar-form-section .hbspt-form form .hs_submit .hs-button {
  font-family: "Atlas Grotesk Medium";
  font-size: 13px;
  padding: 5px 20px;
  background: #006eb8;
}

.insight-sidebar-form-section .hbspt-form form .hs-error-msgs {
  display: none !important;
}
