/*
Theme Name: RangeRotor
Author: KingMedia
Author URI: 
Theme URI: https://king-media.nl/
Tags: full-site-editing
Text Domain: rangerotor
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
header a {
    color:#fff;
    text-decoration: none;
}
body:has(.new-hp) {
    background:#fff!important;
    padding: 2rem;
}
.new-hp {
    display: flex;
    flex-direction: column;
    padding:0!important;
}
.new-hp > div {
    margin-left:unset!important;
    margin-right:unset!important;
    max-width: unset;
}
.pass-img {
    width:100%;
    max-width: 700px;
    margin: auto;
}
.pass-img > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}
.pass-img figure {
    margin-block-start: 0;
}
.pass-img > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .pass-img {
        padding: 0px!important;
    }
}