/* 1st Call Rentals — dynamic blog styles */
.fc-blog-page {
  background: #f4f4f4;
}
.fc-blog__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px;
}
.fc-blog__header {
  background: #222222;
  background-image: linear-gradient(180deg, #262626 0%, #1a1a1a 100%);
  border-top: 4px solid #edb509;
  padding: 70px 0 60px;
  color: #fff;
}
.fc-blog__eyebrow {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #edb509;
  margin: 0 0 12px;
}
.fc-blog__title {
  font-family: "Barlow", sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}
.fc-blog__subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 19px;
  line-height: 1.5;
  color: #cfcfcf;
  max-width: 720px;
  margin: 0;
}
.fc-blog__body {
  padding-top: 45px;
  padding-bottom: 80px;
}
.fc-blog__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.fc-blog__filter {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 9px 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.fc-blog__filter:hover {
  border-color: #edb509;
  color: #222;
}
.fc-blog__filter.is-active {
  background: #edb509;
  border-color: #edb509;
  color: #222;
}
.fc-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.fc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.fc-card:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.fc-card__media {
  height: 150px;
  background: linear-gradient(135deg, #edb509 0%, #dd9933 100%);
  background-size: cover;
  background-position: center;
  position: relative;
}
.fc-card__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(34, 34, 34, 0.9);
  color: #edb509;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 3px;
}
.fc-card__body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fc-card__title {
  font-family: "Barlow", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: #222;
  margin: 0 0 10px;
}
.fc-card__excerpt {
  font-family: "Barlow", sans-serif;
  font-size: 15.5px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 18px;
  flex: 1;
}
.fc-card__meta {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: #999;
}
.fc-card__more {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd9933;
}
.fc-blog__loading,
.fc-blog__empty {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  color: #777;
  grid-column: 1 / -1;
}

/* Single post */
.fc-post__header {
  background: #222222;
  background-image: linear-gradient(180deg, #262626 0%, #1a1a1a 100%);
  border-top: 4px solid #edb509;
  padding: 55px 0 50px;
  color: #fff;
}
.fc-post__back {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #edb509;
  text-decoration: none;
  margin-bottom: 22px;
}
.fc-post__back:hover {
  color: #fff;
}
.fc-post__cat {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #dd9933;
  margin: 0 0 12px;
}
.fc-post__title {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  max-width: 850px;
}
.fc-post__meta {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  color: #b9b9b9;
  margin: 0;
}
.fc-post__body {
  padding-top: 50px;
  padding-bottom: 80px;
}
.fc-post__content {
  max-width: 760px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
}
.fc-post__content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 40px 0 14px;
}
.fc-post__content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 30px 0 12px;
}
.fc-post__content p {
  margin: 0 0 20px;
}
.fc-post__content ul,
.fc-post__content ol {
  margin: 0 0 22px;
  padding-left: 24px;
}
.fc-post__content li {
  margin-bottom: 9px;
}
.fc-post__content a {
  color: #dd9933;
  text-decoration: underline;
}
.fc-post__content blockquote {
  border-left: 4px solid #edb509;
  background: #faf6e8;
  margin: 26px 0;
  padding: 16px 24px;
  font-style: italic;
  color: #444;
}
.fc-post__content strong {
  color: #222;
}

@media (max-width: 1024px) {
  .fc-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .fc-blog__grid {
    grid-template-columns: 1fr;
  }
  .fc-blog__title {
    font-size: 32px;
  }
  .fc-post__title {
    font-size: 30px;
  }
  .fc-post__content {
    font-size: 17px;
  }
}
