﻿body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
}

.content-area {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

h1, h2, h3 {
    color: #006699;
}

ul {
    margin: 10px 0 20px 20px;
}

.contact {
    background: #eef7ff;
    padding: 15px;
    border-left: 4px solid #006699;
    margin: 20px 0;
}

.highlight {
    font-weight: bold;
    color: #cc0000;
}

.article-banner-img {
    width: 100%;
}

.list-img-link{
    height: 190px;
}

.list-text-center {
    display: flex;
    align-items: center;
    height: 200px;
}


.list-text-center span{
    padding:20px;
    font-weight:bold;
    font-size:20px;
}

.section-images {
    display: flex;
    flex-direction:row;
}

    .section-images img {
        height: 230px;
        width: 33%;
    }

.section-images-4 img {
    padding: 0px;
    max-width: auto;
    height: 170px;
}

/* Base layout */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f5f7;
    color: #222;
}

#primary.content-area {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

/* Typography */
.post-header {
    margin-bottom: 1.5rem;
}

.post-meta {
    font-size: 0.85rem;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.post-title {
    margin: 0.25rem 0 0.75rem;
    font-size: 2rem;
    line-height: 1.2;
}

.post-intro {
    font-size: 1rem;
    color: #444;
}

.section {
    margin-top: 2rem;
}

    .section h2 {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
        color: #1a3b5d;
    }

    .section h3 {
        font-size: 1.1rem;
        margin-top: 1.25rem;
        margin-bottom: 0.5rem;
        color: #23476b;
    }

    .section p {
        line-height: 1.6;
        margin-bottom: 0.75rem;
    }

/* Lists */
.attraction-list,
.trip-list,
.tips-list {
    padding-left: 1.2rem;
    margin: 0.5rem 0 1rem;
}

    .attraction-list li,
    .trip-list li,
    .tips-list li {
        margin-bottom: 0.5rem;
    }

/* Contact section */
.contact-section {
    border-top: 1px solid #e3e3e8;
    padding-top: 1.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.contact-block {
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    border: 1px solid #e0e6f0;
}

    .contact-block h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

/* Tags */
.tags {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

    .tags span {
        display: inline-block;
        background: #eef2ff;
        color: #374151;
        padding: 0.15rem 0.5rem;
        border-radius: 999px;
        margin-right: 0.4rem;
    }

/* Back link */
.back-link {
    margin-top: 1rem;
}

    .back-link a {
        color: #1a3b5d;
        text-decoration: none;
        font-weight: 600;
    }

        .back-link a:hover {
            text-decoration: underline;
        }

/* Responsive tweaks */
@media (max-width: 600px) {
    #primary.content-area {
        margin: 1rem;
        padding: 1.5rem;
    }

    .post-title {
        font-size: 1.6rem;
    }
}
