/*
Theme Name: Boldlab
Theme URI: https://boldlab.qodeinteractive.com
Author: Edge Themes
Author URI: https://qodeinteractive.com
Description: Creative Agency Theme
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boldlab
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item {
    margin: 5px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.05);
}

/* Ẩn ảnh bài viết có class qodef-e-media-image chỉ trên trang bài viết đơn */
.single .qodef-e-media-image {
    display: none;
}

