/*
Theme Name: PT Travel
Theme URI: https://github.com/SteveJonk/pttravel
Description: A theme for PT Travel
Author: Steve Jonk
Requires at least: 5.3
Tested up to: 6.3.2
Requires PHP: 8.4
Version: 1.0
*/

html { 
	scroll-behavior: smooth; 
}

.tour-card {
	grid-template-rows: 2fr 1fr;  
}

.tour-card__image {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.tour-card__title{
	font-size: 18px;
}

.wp-block-gallery.has-nested-images.columns-1{
	position: sticky;
	top: -75%;
}


ul.wp-block-list {
  list-style: none;
  padding-left: 0;
}

ul.wp-block-list li {
  position: relative;
  padding-left: 1.8em;
}

ul.wp-block-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.page-child .wp-block-spacer:first-of-type {
		display: none;
	}
}