.top_main_image {
    border-radius: 10px;
    width: 100%;
}
.description-list{
    display: none;
}
.color-tag{
    color: black;
    text-decoration: none;
}
.prev-link{
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: bolder;
}
.prev-link:hover{
    color: #007ac3!important;
}
.next-link{
    color: black;
    font-size: 0.9rem;
    text-decoration: none;
    font-weight: bolder;
}
.next-link:hover{
    color: #007ac3!important;
}

.container-xl, .travelguide-list, .travelguide-card, .thumbnail-gallery {
    max-width: 100%;
    padding: 10px;
}

/* Fix thumbnail scaling overflow */
.gallery-thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Restrict hover zoom to inside its parent */
.thumbnail-desktop:hover,
.thumbnail-desktop-img:hover,
.mobile-thumbnail:hover,
.mobile-image-foreach:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 2;
}

.thumb_img_parrent { padding: 2px; }
figure.alignleft.size-full.is-resized { width: 40%; }
.wp-block-image{ padding: 0px; }
@media (max-width: 768px) {
    .wp-block-image .alignleft{
        float:none;
        margin:0;
    }
    .desktop-image {
        width: 100%;            /* make it slightly wider */
        border-radius: 0;       /* optional: remove round edges if it should touch edges */
    }
    .desktop-image-gallery {
        width: 100%;            /* make it slightly wider */
        border-radius: 0;   
    }
    figure.alignleft.size-full.is-resized { width: 100%; }
    
}