﻿.rl-blog-small-img img, .rl-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
}

.rl-blog-small-card, .rl-card {
  text-decoration: none;
  color: inherit;
}
.rl-blog-small-card:hover, .rl-card:hover {
  color: inherit;
  text-decoration: none;
}

.rl-two-col-gutter {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 24px;
}
@media (max-width: 1199px) {
  .rl-two-col-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-three-col-gutter {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media (max-width: 767px) {
  .rl-three-col-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-docs-gutter {
  --bs-gutter-x: 36px;
}
@media (max-width: 991px) {
  .rl-docs-gutter {
    --bs-gutter-x: 1.5rem;
  }
}

.rl-page-banner {
  background-color: var(--green-text);
  height: 90px;
  padding: 0 60px;
  margin-bottom: 36px;
}
.rl-page-banner .h1-display {
  color: #fff;
}
@media (max-width: 991px) {
  .rl-page-banner {
    padding: 16px 20px;
    height: auto;
  }
}

.rl-section {
  padding-bottom: 10px;
}

.rl-divider {
  border: none;
  height: 1px;
  background-color: var(--slate-300);
  margin: 54px 0;
}
@media (max-width: 575px) {
  .rl-divider {
    margin: 36px 0;
  }
}

.rl-section-head {
  margin-bottom: 32px;
  gap: 24px;
}

.rl-section-title-group {
  gap: 12px;
}

.rl-section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #23232f;
  margin: 0;
}
@media (max-width: 767px) {
  .rl-section-title {
    font-size: 28px;
  }
}

.rl-section-line {
  height: 4px;
  width: 65px;
  background-color: var(--meadow);
}

.rl-see-more-link {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: var(--green-text);
  text-decoration: none;
  gap: 6px;
  padding-bottom: 14px;
  flex-shrink: 0;
}
.rl-see-more-link:hover {
  color: var(--green-text);
  text-decoration: underline;
}
@media (max-width: 991px) {
  .rl-see-more-link {
    padding-bottom: 0;
  }
}

.rl-card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease;
}
.rl-card:hover {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.18);
}

.rl-card-img {
  flex-shrink: 0;
}
.rl-card-body {
  padding: 16px 20px 20px;
  gap: 8px;
}

.rl-meta {
  gap: 10px;
}

.rl-meta-text {
  font-size: 15px;
  font-weight: 500;
  color: #67717e;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .rl-meta-text {
    white-space: normal;
  }
}
.rl-meta-text.rl-meta-bold {
  font-weight: 700;
  color: #23232f;
}

.rl-meta-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #a7b0b9;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.rl-card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: var(--freshwater);
  margin: 0;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .rl-card-title {
    font-size: 18px;
  }
}

.rl-card-title-sm {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--freshwater);
  margin: 0;
  overflow-wrap: break-word;
}

.rl-card-desc {
  font-size: 16px;
  font-weight: 450;
  line-height: 26px;
  color: var(--slate);
  margin: 0;
  overflow-wrap: break-word;
}

.rl-project-location {
  font-size: 15px;
  font-weight: 500;
  color: var(--slate);
  margin: 0;
  margin-top: auto;
}

.rl-blog-featured-card .rl-card-img,
.rl-webinar-featured-card .rl-card-img {
  height: 300px;
}
@media (max-width: 575px) {
  .rl-blog-featured-card .rl-card-img,
  .rl-webinar-featured-card .rl-card-img {
    height: 200px;
  }
}

.rl-webinar-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  background-color: var(--freshwater);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding: 3px 9px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}

.rl-webinar-time-row {
  gap: 8px;
}
.rl-webinar-time-row .rl-meta-text {
  font-weight: 700;
  color: #23232f;
}

.rl-blog-sidebar {
  gap: 0;
}
@media (max-width: 1199px) {
  .rl-blog-sidebar {
    gap: 16px;
  }
}

.rl-blog-small-card {
  min-height: 120px;
  transition: box-shadow 0.2s ease;
}
.rl-blog-small-card:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.rl-blog-small-img {
  width: 150px;
  aspect-ratio: 1;
  align-self: flex-start;
  flex-shrink: 0;
  background: var(--slate-200);
}
@media (max-width: 575px) {
  .rl-blog-small-img {
    width: 120px;
  }
}

.rl-blog-small-body {
  padding: 16px;
  gap: 4px;
}

.rl-project-img {
  height: 260px;
}
@media (max-width: 575px) {
  .rl-project-img {
    height: 180px;
  }
}

.rl-pathways {
  background-color: #23232f;
  padding: 60px;
  margin-top: 54px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .rl-pathways {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .rl-pathways {
    padding: 30px 12px;
    margin-top: 36px;
  }
}

.rl-pathways-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.rl-pathways-content {
  background-color: rgba(35, 35, 47, 0.75);
  padding: 60px 36px 36px;
  gap: 24px;
  width: 770px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .rl-pathways-content {
    width: 100%;
    padding: 30px 24px;
  }
}
@media (max-width: 575px) {
  .rl-pathways-content {
    padding: 24px 16px;
  }
}

.rl-pathways-text {
  gap: 18px;
}

.rl-pathways-eyebrow {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 20px #23232f, 0 0 10px #23232f;
}

.rl-pathways-logo {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 20px #23232f, 0 0 10px #23232f;
  line-height: 1;
}
@media (max-width: 575px) {
  .rl-pathways-logo {
    font-size: 36px;
    letter-spacing: 2px;
  }
}

.rl-pathways-desc {
  font-size: 18px;
  font-weight: 450;
  line-height: 30px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 20px #23232f, 0 0 10px #23232f;
}
@media (max-width: 575px) {
  .rl-pathways-desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.rl-pathways-divider {
  border: none;
  height: 1px;
  background-color: var(--slate);
  margin: 0;
}

.rl-pathways-latest {
  border-left: 3px solid var(--meadow);
  padding-left: 20px;
  gap: 6px;
}

.rl-pathways-read-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
  gap: 6px;
}

.rl-pathways-issue-meta,
.rl-pathways-issue-desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--slate-200);
  margin: 0;
}

.rl-pathways-issue-desc {
  line-height: 22px;
}

.rl-pathways-archive {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid var(--meadow);
  display: inline-block;
  padding-bottom: 4px;
  width: fit-content;
}
.rl-pathways-archive:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.rl-pathways-cta {
  padding: 60px 36px 36px;
}
@media (max-width: 1199px) {
  .rl-pathways-cta {
    padding: 0 24px 30px;
  }
}
@media (max-width: 575px) {
  .rl-pathways-cta {
    padding: 0 16px 24px;
  }
}

.rl-pathways-subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 15px 28px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px #23232f, 0 0 20px #23232f;
  transition: background-color 0.2s ease;
}
.rl-pathways-subscribe-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  .rl-pathways-subscribe-btn {
    font-size: 15px;
    padding: 12px 20px;
    letter-spacing: 0.5px;
  }
}

.rl-docs-section {
  padding: 70px 0 64px;
}

.rl-docs-col {
  gap: 16px;
}

.rl-docs-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #23232f;
  margin: 0;
  padding: 0 16px;
}

.rl-docs-list {
  gap: 16px;
  max-height: 350px;
  overflow: hidden;
  padding: 0 16px;
}
.rl-docs-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(247, 247, 248, 0) 0%, rgba(247, 247, 248, 0.6) 100%);
  pointer-events: none;
}

.rl-docs-divider {
  height: 1px;
  background-color: var(--slate-300);
  flex-shrink: 0;
}

.rl-doc-item {
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}
.rl-doc-item:hover {
  text-decoration: none;
}
.rl-doc-item:hover .rl-doc-name {
  text-decoration: underline;
}

.rl-doc-icon {
  width: 28px;
  height: 34px;
  color: var(--freshwater);
  font-size: 22px;
}

.rl-doc-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--green-text);
  flex: 1;
  overflow-wrap: break-word;
}

.rl-presentation-item {
  gap: 4px;
}

.rl-presentation-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--green-text);
  text-decoration: none;
  overflow-wrap: break-word;
}

.rl-presentation-subtitle {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: var(--slate);
}

.rl-docs-see-all {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--green-text);
  text-decoration: none;
  padding: 0 8px;
}
.rl-docs-see-all:hover {
  color: var(--green-text);
  text-decoration: underline;
}
