/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2025 | 03:30:47 */
.du-an-gallery {
    column-count: 3;
    column-gap: 16px;
    padding: 0px;
}

.du-an-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

.du-an-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.du-an-item a:hover img {
    transform: scale(1.03);
}

.xem-them-wrapper {
    text-align: center;
    margin: 30px 0;
}

#xem-them-btn {
    background: none;
    color: #0044cc;
    border: none;
    padding: 12px 28px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.3s ease;
}

#xem-them-btn:hover {
    color: #002d8a;
}
