.guides-page-wrapper {
	padding: 60px 0 80px 0;
}

.small-section {
	margin-bottom: 40px;
}

.guides-items-wrapper {
	display: inline-block;
	width: 100%;
}

.guide-item-image-wrapper img {
	border-radius: 10px;
}

.guide-item-text-wrapper {
	padding: 10px 0 30px 0;
}

.guide-item-text-wrapper h5 {
	margin-bottom: 10px;
}

.guide-item-text-wrapper p {
	margin-bottom: 15px;
}

.guide-item-text-wrapper a {
	text-decoration: none;
}

.guide-item-text-wrapper a i {
	color: #F1B434;
}

@media (min-width: 768px){
	.guides-items-wrapper > .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		flex-wrap: wrap;
	}
	.guides-items-wrapper > .row > [class*='col-'] {
		display: flex;
		flex-direction: column;
	}	
}

/* Update 2.0: Blocks section — adapted from brandspage.css and clp.css */
.guides-blocks-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

.guides-blocks-wrapper .section-heading-medium {
	text-align: center;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
}

.guides-blocks-wrapper .clp-accordion-content {
	padding-top: 5px;
}

.guides-blocks-wrapper .clp-accordion-content.items-buttons {
	margin-bottom: 20px;
}

.guides-blocks-wrapper .clp-accordion-content .intro {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: normal;
}

.guides-blocks-wrapper .clp-accordion-content a.bottom-link {
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 40px;
	display: inline-block;
}

.guides-blocks-wrapper .clp-accordion-content a.bottom-link i {
	color: #F6B333;
}

.guides-blocks-wrapper .clp-accordion-content .item {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
}

.guides-blocks-wrapper .clp-accordion-content .item-image img {
	margin-bottom: 15px;
}

.guides-blocks-wrapper .clp-accordion-content .item-image a {
	text-decoration: none;
}

.guides-blocks-wrapper .clp-accordion-content .item-button {
	margin-bottom: 20px;
}

.guides-blocks-wrapper .clp-accordion-content .item-button a {
	border: 2px solid #D4D6D7;
	padding: 10px 15px;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.guides-blocks-wrapper .clp-accordion-content .item-button a:hover {
	background-color: #ECEEEF;
	color: inherit;
}

.guides-blocks-wrapper .clp-accordion-content .item-banner a,
.guides-blocks-wrapper .clp-accordion-content .item-banner a:hover {
	text-decoration: none;
}

.guides-blocks-wrapper .clp-accordion-content .item-banner .banner-cta {
	background-color: #425363;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	padding: 12px 15px;
	margin-bottom: 20px;
}

.guides-blocks-wrapper .clp-accordion-content .item-banner .banner-cta:hover {
	filter: brightness(95%);
}

.guides-blocks-wrapper .clp-accordion-content .item-banner .banner-cta i {
	color: #F6B333;
}

.guides-blocks-wrapper .clp-accordion-content .item-banner .banner-info {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.guides-blocks-wrapper .clp-accordion-content .item-image img {
		margin-bottom: 10px;
	}
}

@media (max-width: 991.98px) {
	.guides-blocks-wrapper .section-heading-medium {
		font-size: 23px;
		line-height: 25px;
		text-align: left;
	}
}

/* Update 2.1: Shop by Flooring Type — section-popular-categories styles replicated from homepage-v3.css */
.guides-shop-flooring {
	z-index: 2;
	margin-top: 30px;
}

.guides-shop-flooring .slide-img {
	position: relative;
}

.guides-shop-flooring .slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guides-shop-flooring .tapi-fluid-slider .slick-slide .slide .slide-img,
.guides-shop-flooring .tapi-fluid-slider .slick-slide .slide .slide-img img {
	height: 200px;
	width: 100%;
}

.guides-shop-flooring .popular-category-image-overlay img {
	width: 70px;
	height: 70px !important;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: contain;
	object-position: top;
}

.guides-shop-flooring .popular-category-image-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
}

.guides-shop-flooring .slide-text h4 {
	margin-top: 20px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none;
}

.guides-shop-flooring .slide-text p {
	color: #212B32;
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
	text-decoration: none;
	margin-bottom: 0;
}

.guides-shop-flooring .section-heading-medium {
	text-align: center;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
}

/* Mobile slider styles — replicated from homepage-v3.css */
.guides-shop-flooring .section-popular-categories-mobile-slider a.slider-link {
	text-decoration: none;
}

.guides-shop-flooring .section-popular-categories-mobile-slider {
	white-space: nowrap;
	overflow-x: auto;
	margin-right: -15px;
	margin-left: -20px;
	padding-left: 15px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.guides-shop-flooring .section-popular-categories-mobile-slider::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.guides-shop-flooring .section-popular-categories-mobile-slider .mobile-slide {
	white-space: normal;
	display: inline-block;
	width: 170px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}

@media (max-width: 991px) {
	.guides-shop-flooring .tapi-fluid-slider .slick-slide .slide .slide-img,
	.guides-shop-flooring .tapi-fluid-slider .slick-slide .slide .slide-img img {
		width: auto;
	}
}

@media (max-width: 991.98px) {
	.guides-shop-flooring .section-heading-medium {
		font-size: 23px;
		line-height: 25px;
		text-align: left;
	}
	.guides-shop-flooring .popular-category-image-overlay img {
		width: 50px;
		height: 50px;
	}
}

/* Update 2.2: Ways to Shop CTAs — booking-ctas styles replicated from article.css */
@media (min-width: 767px) {
	.booking-ctas {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.booking-ctas .button:nth-child(1) {
		margin-top: 20px;
	}
}

.booking-ctas{
	margin-top: 30px;
}

.booking-ctas .button {
	font-size: 17px;
	font-weight: 500;
    padding: 15px 20px;
}

@media(max-width: 991.98px) {
	.booking-ctas {
		margin-top: -50px;
		margin-bottom: -20px;
	}
}

/* Update 2.3: Read More Carousel */
.guides-read-more-section {
	text-align: center;
	margin-top: 60px;
}
.guides-read-more-section .section-heading-medium {
	text-align: center;
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
}
.guides-read-more-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.guides-read-more-slide {
	padding: 5px;
	box-sizing: border-box;
	display: flex;
}
a.guides-read-more-link {
	display: block;
	text-decoration: none;
	color: inherit;
	width: 100%;
	display: flex;
	flex-direction: column;
}
a.guides-read-more-link:hover {
	text-decoration: none;
}
.guides-read-more-img {
	position: relative;
	width: 100%;
	aspect-ratio: 3/2;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
	min-height: 120px;
}
.guides-read-more-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.guides-read-more-link:hover .guides-read-more-img img {
	transform: scale(1.05);
}
.guides-read-more-title {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	color: #425363;
	text-align: left;
	white-space: normal;
	line-height: 1.3;
}
.guides-read-more-preview {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	text-align: left;
	white-space: normal;
	line-height: 1.4;
	flex-grow: 1;
}
.guides-read-more-link-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 13px;
	font-weight: 600;
	color: #425363;
	text-align: left;
	padding-top: 5px;
}
.guides-read-more-link-arrow::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #F1B434;
	border-bottom: 2px solid #F1B434;
	transform: rotate(-45deg);
	margin-left: 6px;
	transition: transform 0.3s ease;
}
.guides-read-more-link:hover .guides-read-more-link-arrow::after {
	transform: rotate(-45deg) translateX(1px) translateY(1px);
}

@media (max-width: 991.98px) {
	.guides-read-more-section .section-heading-medium {
		font-size: 23px;
		line-height: 25px;
		text-align: left;
	}
}