/* DDR presentations index cards refresh 2026-06-30 */
body.presentations-index-page #blog.sectionPadding {
  display: block !important;
  padding-top: 72px;
  padding-bottom: 48px;
}

body.presentations-index-page #blog .container {
  max-width: 1170px;
}

body.presentations-index-page #blog .sectionTitle {
  margin-bottom: 24px !important;
}

body.presentations-index-page #blog .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.presentations-index-page #blog .sectionTitle.col-sm-12 {
  display: block;
  width: 100%;
}

body.presentations-index-page #blog .col-sm-3 {
  display: flex;
  margin-bottom: 26px;
}

body.presentations-index-page #blog .blogPost {
  display: flex !important;
  width: 100%;
  min-height: 268px;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

body.presentations-index-page #blog .blogPost > img {
  display: block;
  width: 100% !important;
  height: 136px !important;
  max-width: 100% !important;
  max-height: none !important;
  padding: 22px 24px;
  object-fit: contain !important;
  object-position: center;
  background: #fff;
  border-bottom: 1px solid #edf0f2;
  box-sizing: border-box;
}

body.presentations-index-page #blog .blogContentIndex {
  display: flex;
  min-height: 130px;
  padding: 18px 18px 16px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  background: #fafafa;
}

body.presentations-index-page #blog .blogContentIndex .content {
  padding: 0;
}

body.presentations-index-page #blog .blogContentIndex h3 {
  min-height: 52px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.presentations-index-page #blog .blogContentIndex h3 a,
body.presentations-index-page #blog .blogPost .content h3 a {
  display: block;
  max-width: 100%;
  color: #333;
  font-size: 18px !important;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  text-overflow: clip;
  text-transform: none;
}

body.presentations-index-page #blog .bottomContent,
body.presentations-index-page #blog .blogContentIndex .bottomContent {
  margin: 16px 0 0;
  padding: 0;
  background: transparent;
  text-align: center;
}

body.presentations-index-page #blog .bottomContent a {
  float: none;
  display: inline-flex;
  min-height: 34px;
  margin: 0;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #73bf45;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

body.presentations-index-page #blog .bottomContent a:hover,
body.presentations-index-page #blog .bottomContent a:focus {
  background: #5ea437;
  color: #fff;
}

@media (max-width: 991px) {
  body.presentations-index-page #blog .col-sm-3 {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  body.presentations-index-page #blog.sectionPadding {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.presentations-index-page #blog .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.presentations-index-page #blog .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  body.presentations-index-page #blog .col-sm-3 {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }

  body.presentations-index-page #blog .blogPost {
    min-height: 0;
    margin-bottom: 0 !important;
  }

  body.presentations-index-page #blog .blogPost > img {
    height: 118px !important;
    padding: 18px 22px;
  }

  body.presentations-index-page #blog .blogContentIndex {
    min-height: 0;
    padding: 15px 16px;
  }

  body.presentations-index-page #blog .blogContentIndex h3 {
    min-height: 0;
  }

  body.presentations-index-page #blog .blogContentIndex h3 a,
  body.presentations-index-page #blog .blogPost .content h3 a {
    font-size: 17px !important;
  }
}
