.fleetbeat-single-post{
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}


.fleetbeat-blog-section {
    width: 100%;
	padding: 0 0 60px;
	font-family: "Lato", sans-serif;
}

.fleetbeat-blog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fleetbeat-blog-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.fleetbeat-blog-title {
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -2.3%;
    color: #2B3D4F;
}

.fleetbeat-blog-description {
    width: 100%;
    max-width: 800px;
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.3%;
    color: #6C7781;
}

.fleetbeat-blog-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.fleetbeat-blog-cards--loading {
    opacity: 0.3;
    pointer-events: none;
}

.fleetbeat-blog-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    max-height: 392px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 8px 24px -8px rgba(0, 0, 0, 0.12);
    animation: fleetbeatFadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
}

.fleetbeat-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 32px -8px rgba(0, 0, 0, 0.16);
}

.fleetbeat-blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.fleetbeat-blog-card__header {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #28AF60 0%, #1BB876 100%);
}

.fleetbeat-blog-card__header--no-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fleetbeat-blog-card__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.fleetbeat-blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.fleetbeat-blog-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
}

.fleetbeat-blog-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fleetbeat-blog-card__title {
    margin: 0;
    color: #2B3D4F;
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
}

.fleetbeat-blog-card__text {
    margin: 0;
    color: #9DA4AB;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fleetbeat-blog-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fleetbeat-blog-card__date {
    color: #6C7781;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
}

.fleetbeat-blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #28AF60;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.fleetbeat-blog-card__link i {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.fleetbeat-blog-card__link:hover {
    color: #1bb876;
}

.fleetbeat-blog-card__link:hover i {
    transform: translateX(4px);
}

.fleetbeat-no-posts {
    text-align: center;
    font-size: 18px;
    color: #6C7781;
}

.fleetbeat-filter-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    padding: 32px 0 40px;
    justify-content: center;
}

.fleetbeat-filter-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px;
    height: 42px;
    border: 1px solid #E5E7EB;
    border-radius: 100px;
    background: transparent;
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2B3D4F;
    cursor: pointer;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.fleetbeat-filter-btn:hover {
    border-color: #28AF60;
    color: #28AF60;
}

.fleetbeat-filter-btn--active {
    background: #28AF60;
    border-color: #28AF60;
    color: #FFFFFF;
}

.fleetbeat-filter-btn--active:hover {
    color: #FFFFFF;
    border-color: #28AF60;
}

@keyframes fleetbeatFadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fleetbeat-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 56px 0 24px;
}

.fleetbeat-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
}

.fleetbeat-pagination__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 8px;
    list-style: none;
}

.fleetbeat-pagination__item {
    margin: 0;
    padding: 0;
}

.fleetbeat-pagination__link,
.fleetbeat-pagination__step {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #6C7781;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.fleetbeat-pagination__link:hover {
    border-color: #28AF60;
    color: #28AF60;
}

.fleetbeat-pagination__item--active .fleetbeat-pagination__link,
.fleetbeat-pagination__item--active .fleetbeat-pagination__step {
    background: #28AF60;
    border-color: #E5E7EB;
    color: #FFFFFF;
    cursor: default;
}

.fleetbeat-pagination__item--disabled .fleetbeat-pagination__link {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.fleetbeat-pagination__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #6C7781;
    user-select: none;
}

.fleetbeat-pagination__arrow {
    font-size: 18px;
    font-weight: 600;
}

#fleetbeat-pagination-wrapper:empty {
    display: none;
}



section.fleetbeat-single-post__hero {
    width: 100%;
    height: 480px;
    position: relative;
}

.fleetbeat-single-post__hero-media{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.fleetbeat-single-post__hero-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

h1.fleetbeat-single-post__hero-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
	margin: 0;
	padding: 0;
	width: 730px;
}

section.fleetbeat-single-post__body {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
	padding: 64px 0;
}

article.fleetbeat-single-post__sidebar {
    flex-shrink: 0;
    width: 372px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 50px;
}

p.fleetbeat-single-post__sidebar-title {
    margin: 0;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2B3D4F;
}

.fleetbeat-single-post__sidebar-toc {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
	padding: 16px 0 48px;
}

a.fleetbeat-single-post__sidebar-toc-link {
    color: #2B3D4F;
    font-family: Lato;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
	transition: color 0.2s ease-in-out;
}

a.fleetbeat-single-post__sidebar-toc-link.is-active{
	font-weight: 700;
	color: #28AF60;
}

.fleetbeat-single-post__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 16px;
	color: #E2E8F0;
	font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	padding: 0 0 40px;
}

span.fleetbeat-single-post__meta-item.fleetbeat-single-post__meta-item--date,
span.fleetbeat-single-post__meta-item.fleetbeat-single-post__meta-item--reading-time{
	color: #6C7781;
}

span.fleetbeat-single-post__meta-item.fleetbeat-single-post__meta-item--categories a {
    padding: 4px 12px;
    color: #28AF60;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    border-radius: 100px;
    background-color: #D6FFE7;
}

ol.fleetbeat-tips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 772px;
  counter-reset: fleetbeat-counter;
  padding: 0 0 40px;
}

ol.fleetbeat-tips li {
  position: relative;
  padding-left: 31px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6C7781;
  counter-increment: fleetbeat-counter;
}

ol.fleetbeat-tips li::before {
  content: counter(fleetbeat-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 22px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #28AF60;
}

ol.fleetbeat-tips li strong {
  display: block;
  margin-bottom: 4px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #2B3D4F;
}

ol.fleetbeat-tips li br {
  display: none;
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow p {
    font-family: Lato;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #2B3D4F;
}


blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
	padding: 8px 24px;
	margin: 40px 0 0;
}

p.wp-block-paragraph {
    color: #6C7781;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.fleetbeat-single-post__content-container h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
	color: #2B3D4F;
	padding: 40px 0 24px;
	margin: 0;
}

.fleetbeat-single-post__entry-content figure.wp-block-image.size-large {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}

.fleetbeat-single-post__entry-content figure.wp-block-image.size-large img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 12px;
}

.fleetbeat-single-post__entry-content figure.wp-block-image.size-large + p.wp-block-paragraph {
   font-family: Lato;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #6C7781;
	width: 100%;
}

.fleetbeat-single-post__entry-content p{
	margin: 0;
}

.fleetbeat-sidebar-subscribe {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background-color: #F6F9FB;
    padding: 32px;
}

.fleetbeat-sidebar-subscribe p,
.fleetbeat-sidebar-subscribe h3{
	margin: 0;
}

h3.fleetbeat-sidebar-subscribe__title {
    color: #2B3D4F;
    font-family: Lato;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

p.fleetbeat-sidebar-subscribe__text {
    color: #2B3D4F;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 12px 0 20px;
}


.fleetbeat-subscribe-form input.wpcf7-form-control {
    border: 1px solid #E5E7EB;
    padding: 12px;
    height: 44px;
    border-radius: 12px;
    background: #FFFFFF;
}

.fleetbeat-subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fleetbeat-submit-group {
    width: 100%;
}

.fleetbeat-submit-group input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0;
    width: 100%;
}

section.fleetbeat-share-section {
    max-width: 1200px;
    width: 100%;
	padding: 40px 0 0;
}

.fleetbeat-share-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

p.fleetbeat-share-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B3D4F;
	margin: 0;
	padding: 0;
}

.fleetbeat-share-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fleetbeat-share-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #6C7781;
    padding: 0;
    margin: 0;
	color: #6C7781;
}

.fleetbeat-share-buttons button:focus,
.fleetbeat-share-buttons button:hover{
	border: none;
    background: transparent;
	color: #6C7781;
}

.fleetbeat-share-buttons button svg{
	display: inline-block;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

section.fleetbeat-popular-section {
    width: 100%;
    display: flex;
	align-items: center;
    justify-content: center;
	background-color: #F8FAFC;
	padding: 60px 0;
}

.fleetbeat-popular-container {
    max-width: 1200px;
    width: 100%;
}

.fleetbeat-popular-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
}

.fleetbeat-popular-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

h3.fleetbeat-popular-heading {
    margin: 0;
    padding: 0;
    color: #2B3D4F;
    font-family: Lato;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

a.fleetbeat-popular-view-all {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    color: #28AF60;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

section.fleetbeat-nav-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

nav.fleetbeat-breadcrumbs {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #2B3D4F;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

a.fleetbeat-breadcrumbs__link {
    color: #6C7781;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width: 768px) {
   .fleetbeat-blog-cards {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 16px;
	}
	
	p.fleetbeat-blog-description {
		max-width: fit-content;
		font-size: 16px;
	}
	
	.fleetbeat-blog-title{
		font-size: 32px;
		line-height: 120%;
	}
	
	section.fleetbeat-blog-section {
		padding: 0 16px 40px;
		width: -webkit-fill-available;
	}
	
	section.fleetbeat-single-post__hero{
		height: 270px;
	}
	
	h1.fleetbeat-single-post__hero-title {
		font-size: 24px;
		left: 16px;
		width: calc(100% - 64px);
	}
	
	section.fleetbeat-single-post__body {
		flex-direction: column;
		padding: 40px 16px 0;
	}
	
	.fleetbeat-single-post__entry-content figure.wp-block-image.size-large{
		height: 170px;
	}
	
	section.fleetbeat-popular-section{
		padding: 60px 16px;
	}
	
	.fleetbeat-popular-header {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 16px;
	}
	
	.fleetbeat-popular-container{
		gap: 40px;
	}
	
	nav.fleetbeat-breadcrumbs {
		display: inline-block;
		line-height: 145%;
	}
	
	section.fleetbeat-nav-box{
		padding: 20px 16px;
	}
	
}