/*
Theme Name: Flight of the Kiwi
Author: Jeremy Pyle
Version: 1.1
Description: Simple holiday-listing theme with hero banner and property cards.
*/

/* —— Base ——— */
html,body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#fff7f5;color:#333;}

a{color:#c00;text-decoration:none}
a:hover{text-decoration:underline}

/* —— Header ——— */
.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff}
.site-header nav a{margin-left:2rem;font-weight:700}

/* —— Hero ——— */
.hero{padding:4rem 1rem;text-align:center;background:#fff7f5}
.hero h1{font-size:3rem;margin:0 0 1rem;color:#c00}
.hero p{font-size:1.2rem;margin:0 0 2rem}
.hero .btn{display:inline-block;background:#c00;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-weight:700}

/* —— Listings grid ——— */
.listings{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem 1rem}
.card{width:280px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}
.card img{width:100%;height:auto;display:block}
.card h2{margin:1rem 1rem 0;font-size:1.25rem;color:#c00}
.card .meta{margin:.25rem 1rem 1rem;font-size:.95rem}
.card .price{font-weight:700}

/* —— Footer ——— */
.site-footer{text-align:center;padding:2rem 1rem;background:#fff;color:#666;font-size:.9rem}

/* Limit main image height */
.main-gallery-0 .slick-slide img {
    max-height: 400px;
    width: auto;
    margin: auto;
}

/* Thumbnails: even sizing */
.slick-thumbs img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin: 0 5px;
    border-radius: 4px;
    cursor: pointer;
}

/* Optional: spacing between gallery and thumbs */
.slick-thumbs {
    margin-top: 15px;
    text-align: center;
}
