/* line 1, app/assets/stylesheets/blog.scss */
#content {
  max-width: 1100px;
  margin: 0 auto;
}

/* The blog index is a card grid, not a single reading column, so give it the
   full container width instead of the narrow article measure. */
/* line 7, app/assets/stylesheets/blog.scss */
#content.blog-index {
  max-width: 1320px;
}

/* line 11, app/assets/stylesheets/blog.scss */
.post-title-lede h1 {
  font-weight: normal !important;
  font-size: 3.2rem;
  margin-top: 30px;
}

/* line 17, app/assets/stylesheets/blog.scss */
.lede {
  background-color: #f9f9f9;
  border-left: 5px solid var(--bs-primary);
  padding: 25px 50px;
  font-size: 2rem;
  font-style: italic;
}

/* line 24, app/assets/stylesheets/blog.scss */
.bread-crumbs {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/blog.scss */
.post-content h2 {
  margin-top: 50px;
}

/* line 32, app/assets/stylesheets/blog.scss */
.post-content p {
  font-size: 1.125em;
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/blog.scss */
.post-content .share-buttons {
  margin-top: 50px;
}

/* line 38, app/assets/stylesheets/blog.scss */
.post-content .share-buttons p {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 1rem;
}

/* line 45, app/assets/stylesheets/blog.scss */
.post-header-image {
  margin-top: 10px;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 51, app/assets/stylesheets/blog.scss */
h2.postTitle {
  font-size: 18px;
}

/* line 54, app/assets/stylesheets/blog.scss */
.sign-up-links {
  margin: 40px 20px 40px 20px;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #999;
  border-top: 2px solid #999;
}

/* line 61, app/assets/stylesheets/blog.scss */
.aside-content {
  padding: 10px 0 0 10px !important;
  max-width: 600px;
  margin: 0 auto;
  position: sticky;
  top: 4rem;
}

/* related posts */
/* line 70, app/assets/stylesheets/blog.scss */
.related-posts {
  margin-top: 100px;
}

/* line 72, app/assets/stylesheets/blog.scss */
.related-posts h3 {
  padding-bottom: 25px;
}

/* line 75, app/assets/stylesheets/blog.scss */
.related-posts img {
  width: 50% !important;
}

/* line 78, app/assets/stylesheets/blog.scss */
.related-posts .yarpp-thumbnail-title {
  display: block;
  margin-bottom: 100px;
  font-size: 1.5rem;
}

/* hide stuff we don't want */
/* line 86, app/assets/stylesheets/blog.scss */
.widget_textblockswidget, .widget_tag_cloud {
  display: none;
}

/* line 89, app/assets/stylesheets/blog.scss */
.slack-message {
  margin-top: 60px;
}

/* blog index */
/* line 94, app/assets/stylesheets/blog.scss */
.blog-current-articles {
  margin-top: 55px;
}

/* line 97, app/assets/stylesheets/blog.scss */
.blog-section-heading {
  margin-bottom: 18px;
}

/* line 100, app/assets/stylesheets/blog.scss */
.blog-section-heading h2 {
  font-size: 2rem;
}

/* line 104, app/assets/stylesheets/blog.scss */
.blog-featured-card {
  padding: 0 !important;
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/blog.scss */
.blog-featured-card p.category {
  margin-bottom: 6px;
}

/* line 112, app/assets/stylesheets/blog.scss */
.blog-featured-card__image-link {
  display: block;
}

/* line 115, app/assets/stylesheets/blog.scss */
.blog-featured-card__image {
  display: block;
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 121, app/assets/stylesheets/blog.scss */
.blog-featured-card__title {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 5px !important;
}

/* line 127, app/assets/stylesheets/blog.scss */
.blog-featured-card__title a {
  color: #333;
}

/* line 131, app/assets/stylesheets/blog.scss */
.blog-featured-card__lede {
  font-size: 1rem;
  margin-bottom: 1rem !important;
}

/* line 135, app/assets/stylesheets/blog.scss */
.previous-articles-heading {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/blog.scss */
.previous-articles-heading i {
  font-size: 1.5em;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 146, app/assets/stylesheets/blog.scss */
.post-list {
  margin-bottom: 50px;
}

/* line 149, app/assets/stylesheets/blog.scss */
.hidden {
  display: none;
}

/* line 152, app/assets/stylesheets/blog.scss */
.blog-post-blurb {
  margin-bottom: 50px;
}

/* line 153, app/assets/stylesheets/blog.scss */
.blog-post-blurb .card {
  padding: 0 !important;
}

/* line 157, app/assets/stylesheets/blog.scss */
.blog-post-blurb p.category {
  margin-bottom: 5px;
}

/* line 160, app/assets/stylesheets/blog.scss */
.blog-post-blurb h2 {
  font-weight: normal;
  margin-top: 5px !important;
}

/* line 164, app/assets/stylesheets/blog.scss */
.blog-post-blurb .post-image img {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 170, app/assets/stylesheets/blog.scss */
.blog-post-blurb .post-image-placeholder {
  border-radius: 10px;
  height: 200px;
}

/* line 174, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category {
  font-size: .8rem;
}

/* line 175, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.human-resources {
  color: var(--marketing-green);
}

/* line 178, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.latest-features {
  color: var(--marketing-light-blue);
}

/* line 181, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.integrations {
  color: var(--marketing-orange);
}

/* line 184, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.property-management {
  color: var(--marketing-purple);
}

/* line 187, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.success-stories {
  color: var(--marketing-teal);
}

/* line 190, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.it-admin {
  color: var(--marketing-coral);
}

/* line 193, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.marketing {
  color: var(--marketing-pink);
}

/* line 196, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.slack {
  color: var(--marketing-gray);
}

/* line 199, app/assets/stylesheets/blog.scss */
.blog-post-blurb .category.how-to {
  color: var(--marketing-dark-gray);
}

/* line 205, app/assets/stylesheets/blog.scss */
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 210, app/assets/stylesheets/blog.scss */
.blog-tag {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #d9e2e8;
  border-radius: 999px;
  background: #f4f7f9;
  color: var(--marketing-dark-gray);
  font-family: inherit;
  font-size: .75rem;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

/* line 224, app/assets/stylesheets/blog.scss */
.blog-tag:hover {
  background: var(--marketing-light-blue);
  border-color: var(--marketing-light-blue);
  color: #fff;
}

/* line 232, app/assets/stylesheets/blog.scss */
.blog-tag-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 237, app/assets/stylesheets/blog.scss */
.blog-tag-filter__item {
  padding: 5px 14px;
  font-size: .85rem;
}

/* line 241, app/assets/stylesheets/blog.scss */
.blog-tag-filter__item.active {
  background: var(--marketing-light-blue);
  border-color: var(--marketing-light-blue);
  color: #fff;
}

/* line 247, app/assets/stylesheets/blog.scss */
.post-image-placeholder {
  align-items: center;
  background: #f4f7f9;
  color: var(--marketing-light-blue);
  display: flex;
  font-size: 2.5rem;
  justify-content: center;
  width: 100%;
}

/* line 256, app/assets/stylesheets/blog.scss */
h2.article-title {
  font-size: 1.5rem;
}

/* line 258, app/assets/stylesheets/blog.scss */
h2.article-title a {
  color: #333;
}

/* line 262, app/assets/stylesheets/blog.scss */
p.published-date {
  font-size: 1.1rem;
}

/* line 265, app/assets/stylesheets/blog.scss */
#toc {
  padding-left: 20px;
}

/* line 268, app/assets/stylesheets/blog.scss */
#toc li a.nav-link {
  font-size: 12px;
}
