.guide-intro-section {
    padding: 70px 0 40px;
    background-color: #ffffff;
}

.guide-intro {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.guide-intro h2 {
    margin-bottom: 17px;
    font-size: 38px;
}

.guide-intro p {
    margin-bottom: 0;
    color: #646b72;
    font-size: 17px;
    line-height: 1.8;
}

.guide-search-section {
    padding: 0 0 55px;
    background-color: #ffffff;
}

.guide-search-box {
    padding: 30px;
    background-color: #f5f7f9;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
}

.guide-search-copy h3 {
    margin-bottom: 7px;
    font-size: 23px;
}

.guide-search-copy p {
    margin-bottom: 0;
    color: #656c73;
}

.guide-search-form {
    display: flex;
}

.guide-search-form input {
    flex: 1;
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #d6dbe0;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #ffffff;
}

.guide-search-form input:focus {
    border-color: #1478ad;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(20, 120, 173, 0.12);
}

.guide-search-form button {
    min-width: 125px;
    border: 0;
    border-radius: 0 4px 4px 0;
}

.guide-search-form button i {
    margin-right: 6px;
}

.guide-archive {
    padding: 70px 0 80px;
    background-color: #f5f7f9;
}

.guide-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.guide-result-header h2 {
    margin-bottom: 0;
    font-size: 28px;
}

.guide-result-information {
    text-align: right;
}

.guide-result-count {
    display: block;
    color: #6b7279;
}

.guide-clear-filters {
    display: inline-block;
    margin-top: 5px;
    color: #1478ad;
    font-size: 13px;
    font-weight: 700;
}

.guide-grid .grid-item {
    display: flex;
}

.guide-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.guide-card .feature-image {
    position: relative;
    height: 225px;
    margin-bottom: 0;
    overflow: hidden;
}

.guide-card .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.guide-card:hover .feature-image img {
    transform: scale(1.05);
}

.guide-category-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 6px 11px;
    color: #ffffff;
    background-color: #1478ad;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
}

.guide-card .entry-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 25px;
}

.guide-card h3 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 1.35;
}

.guide-card h3 a {
    color: #20252a;
}

.guide-location {
    margin-bottom: 13px;
    color: #1478ad;
    font-size: 14px;
    font-weight: 700;
}

.guide-location i {
    margin-right: 6px;
}

.guide-card .guide-excerpt {
    flex-grow: 1;
    margin-bottom: 17px;
    color: #626970;
    line-height: 1.7;
}

.guide-facts {
    padding: 14px 0;
    margin-bottom: 17px;
    border-top: 1px solid #eceef0;
    border-bottom: 1px solid #eceef0;
}

.guide-fact {
    display: flex;
    margin-bottom: 7px;
    color: #626970;
    font-size: 13px;
}

.guide-fact:last-child {
    margin-bottom: 0;
}

.guide-fact i {
    width: 22px;
    margin-top: 3px;
    color: #1478ad;
}

.guide-card .button-text {
    margin-top: auto;
}

.guide-sidebar {
    position: sticky;
    top: 115px;
}

.guide-sidebar .widget {
    padding: 27px;
    margin-bottom: 28px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.guide-sidebar .widget-title {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e7eb;
    font-size: 21px;
}

.guide-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.guide-category-list li {
    border-bottom: 1px solid #eceef0;
}

.guide-category-list li:last-child {
    border-bottom: 0;
}

.guide-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #444a50;
    font-weight: 600;
}

.guide-category-list a:hover,
.guide-category-list a.active {
    color: #1478ad;
}

.guide-category-name {
    display: flex;
    align-items: center;
}

.guide-category-name i {
    width: 25px;
    color: #1478ad;
}

.guide-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 27px;
    height: 27px;
    padding: 0 7px;
    color: #ffffff;
    background-color: #1478ad;
    border-radius: 50px;
    font-size: 12px;
}

.featured-guide-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.featured-guide-list li {
    display: flex;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #eceef0;
}

.featured-guide-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.featured-guide-image {
    flex: 0 0 82px;
    width: 82px;
    height: 72px;
    margin-right: 13px;
    overflow: hidden;
    border-radius: 4px;
}

.featured-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-guide-content h5 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
}

.featured-guide-content h5 a {
    color: #282d32;
}

.featured-guide-content p {
    margin-bottom: 0;
    color: #777d83;
    font-size: 12px;
}

.featured-guide-content p i {
    margin-right: 4px;
    color: #1478ad;
}

.guide-help-widget {
    color: #ffffff;
    background-color: #113b5c !important;
}

.guide-help-widget .widget-title {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.guide-help-widget p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.guide-help-widget .button-primary {
    display: block;
    margin-top: 18px;
    text-align: center;
}

.guide-empty {
    padding: 45px 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.guide-empty i {
    margin-bottom: 17px;
    color: #1478ad;
    font-size: 42px;
}

.guide-empty h3 {
    margin-bottom: 10px;
}

.guide-empty p {
    margin-bottom: 20px;
    color: #666d74;
}

.guide-pagination {
    margin-top: 20px;
}

.guide-pagination .pagination {
    justify-content: center;
}

.guide-pagination .pagination .disabled span {
    display: block;
    padding: 10px 14px;
    color: #888888;
}

.guide-callback {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
}

.guide-callback-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.guide-callback-content h2 {
    color: #ffffff;
}

.guide-callback-content p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .guide-search-copy {
        margin-bottom: 20px;
    }

    .guide-sidebar {
        position: static;
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .guide-intro-section {
        padding: 55px 0 35px;
    }

    .guide-intro h2 {
        font-size: 31px;
    }

    .guide-search-form {
        display: block;
    }

    .guide-search-form input {
        width: 100%;
        border-right: 1px solid #d6dbe0;
        border-radius: 4px;
    }

    .guide-search-form button {
        width: 100%;
        margin-top: 10px;
        border-radius: 4px;
    }

    .guide-archive {
        padding: 55px 0;
    }

    .guide-result-header {
        display: block;
    }

    .guide-result-information {
        margin-top: 8px;
        text-align: left;
    }
}

.destination-guide-page {
    padding: 75px 0 80px;
    background-color: #f5f7f9;
}

.destination-guide-main {
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 35px rgba(20, 35, 55, 0.08);
}

.destination-guide-image {
    width: 100%;
    height: 430px;
    margin: 0;
    overflow: hidden;
}

.destination-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-guide-content {
    padding: 38px;
}

.destination-guide-label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 15px;
    color: #ffffff;
    background-color: #1478ad;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.destination-guide-content h1 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1.25;
}

.destination-guide-meta {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e8eb;
}

.destination-guide-meta span {
    margin-right: 22px;
    margin-bottom: 5px;
    color: #6a7178;
    font-size: 14px;
}

.destination-guide-meta i {
    margin-right: 6px;
    color: #1478ad;
}

.destination-guide-excerpt {
    margin-bottom: 30px;
    color: #555d65;
    font-size: 18px;
    line-height: 1.8;
}

.destination-guide-body {
    color: #4f565d;
    font-size: 16px;
    line-height: 1.85;
}

.destination-guide-body h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 29px;
}

.destination-guide-body h3 {
    margin-top: 28px;
    margin-bottom: 13px;
    font-size: 23px;
}

.destination-guide-body h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 19px;
}

.destination-guide-body p {
    margin-bottom: 19px;
}

.destination-guide-body ul,
.destination-guide-body ol {
    padding-left: 23px;
    margin-bottom: 22px;
}

.destination-guide-body li {
    margin-bottom: 8px;
}

.destination-guide-body blockquote {
    padding: 20px 24px;
    margin: 25px 0;
    background-color: #f2f7fa;
    border-left: 4px solid #1478ad;
}

.destination-guide-body a {
    color: #1478ad;
    text-decoration: underline;
}

.destination-guide-sidebar {
    position: sticky;
    top: 115px;
}

.destination-guide-widget {
    padding: 27px;
    margin-bottom: 28px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.destination-guide-widget h3 {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e7eb;
    font-size: 21px;
}

.destination-guide-facts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination-guide-facts li {
    display: flex;
    padding: 13px 0;
    border-bottom: 1px solid #eceef0;
}

.destination-guide-facts li:last-child {
    border-bottom: 0;
}

.destination-guide-facts i {
    flex: 0 0 28px;
    width: 28px;
    margin-top: 4px;
    color: #1478ad;
}

.destination-guide-facts strong {
    display: block;
    margin-bottom: 2px;
    color: #343a40;
}

.destination-guide-facts span {
    color: #687078;
    line-height: 1.6;
}

.destination-guide-accessibility {
    background-color: #eef7fb;
    border-left: 4px solid #1478ad;
}

.destination-guide-accessibility h3 {
    color: #24465b;
}

.destination-guide-accessibility h3 i {
    margin-right: 8px;
    color: #1478ad;
}

.destination-guide-accessibility p {
    margin-bottom: 0;
    color: #526670;
    line-height: 1.75;
}

.destination-guide-quote {
    color: #ffffff;
    background-color: #113b5c;
}

.destination-guide-quote h3 {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.destination-guide-quote p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.destination-guide-quote .button-primary {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.related-guide-section {
    padding: 75px 0;
    background-color: #ffffff;
}

.related-guide-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.related-guide-heading h2 {
    margin-bottom: 12px;
}

.related-guide-heading p {
    margin-bottom: 0;
    color: #697078;
}

.related-guide-row>div {
    display: flex;
}

.related-guide-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f6f8fa;
    border: 1px solid #e4e7ea;
    border-radius: 7px;
}

.related-guide-image {
    height: 210px;
    margin: 0;
    overflow: hidden;
}

.related-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-guide-card:hover .related-guide-image img {
    transform: scale(1.05);
}

.related-guide-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.related-guide-content h3 {
    margin-bottom: 9px;
    font-size: 21px;
}

.related-guide-content h3 a {
    color: #262c31;
}

.related-guide-location {
    margin-bottom: 12px;
    color: #1478ad;
    font-size: 13px;
    font-weight: 700;
}

.related-guide-location i {
    margin-right: 5px;
}

.related-guide-content p {
    flex-grow: 1;
    margin-bottom: 16px;
    color: #626970;
    line-height: 1.7;
}

.related-guide-content .button-text {
    margin-top: auto;
}

.destination-guide-callback {
    padding: 80px 0;
    background-position: center;
    background-size: cover;
}

.destination-guide-callback-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.destination-guide-callback-content h2 {
    color: #ffffff;
}

.destination-guide-callback-content p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.8;
}

@media screen and (max-width: 991px) {
    .destination-guide-sidebar {
        position: static;
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .destination-guide-page {
        padding: 55px 0;
    }

    .destination-guide-image {
        height: 280px;
    }

    .destination-guide-content {
        padding: 25px;
    }

    .destination-guide-content h1 {
        font-size: 30px;
    }

    .destination-guide-meta {
        display: block;
    }

    .destination-guide-meta span {
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }
}