.container-bristol-hero {
    position: relative;
    margin-top: 100px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-bristol-hero .booking-bar:not(.is-fixed) {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
}

.container-bristol-hero .booking-bar.is-fixed {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bookingBarFadeIn 0.3s ease forwards;
}

.blog-container {
    max-width: 1170px;
    margin: 40px auto 0;
    padding: 40px 20px;
}

.blog-header {
    margin-bottom: 30px;
    text-align: center;
}

.blog-title {
    font-size: 36px;
    font-weight: 700;
    color: #3b3d42;
    margin: 0 0 15px;
}

.archive-description {
    font-size: 16px;
    color: #523F26;
    margin-top: 10px;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.post-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.post-header {
    margin-bottom: 15px;
}

.post-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.post-title a {
    color: #3b3d42;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-title a:hover {
    color: #735835;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #a1a2a4;
}

.post-meta a {
    color: #523F26;
    text-decoration: none;
    font-weight: 500;
}

.post-meta a:hover {
    color: #735835;
}

.post-thumbnail {
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 6px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #523F26;
    margin-bottom: 20px;
}

.post-footer {
    display: flex;
    justify-content: flex-start;
}

.btn-read-more {
    display: inline-block;
    padding: 10px 24px;
    background-color: #735835;
    color: #ffffff !important;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.btn-read-more:hover {
    background-color: #594328;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #ffffff;
    color: #523F26;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #e0e0e0;
}

.blog-pagination .current {
    background-color: #735835;
    color: #ffffff;
    border-color: #735835;
}

.single-container {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 40px 20px;
}

.single-post-header {
    margin-bottom: 30px;
}

.single-post-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #3b3d42;
    margin: 0 0 20px;
}

.post-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

.post-info-meta {
    margin-bottom: 20px;
}

.post-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.post-info-item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #523F26;
    text-decoration: none;
    font-size: 14px;
}

.info-icon {
    display: inline-flex;
    align-items: center;
    color: #735835;
}

.post-share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #523F26;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.share-facebook:hover { background-color: #1877f2; color: #ffffff; }
.share-twitter:hover { background-color: #1da1f2; color: #ffffff; }
.share-linkedin:hover { background-color: #0a66c2; color: #ffffff; }
.share-whatsapp:hover { background-color: #25d366; color: #ffffff; }
.share-telegram:hover { background-color: #229ed9; color: #ffffff; }

.single-post-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.single-post-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-body {
    font-size: 16px;
    line-height: 1.8;
    color: #523F26;
    margin-bottom: 40px;
}

.single-post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.nav-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3b3d42;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.nav-link a:hover {
    color: #735835;
}
