.my-photo-gallery-container .gallery-wrapper {
    display: grid;
    gap: 1rem;
}

.my-photo-gallery-container .gallery-item {
    border: 1px solid #ddd;
    overflow: hidden;
}

.my-photo-gallery-container .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.my-photo-gallery-container .pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
    font-family: 'Comic Sans MS', 'Arial', sans-serif;
}

.my-photo-gallery-container .pagination a,
.my-photo-gallery-container .pagination .page-numbers {
    text-decoration: none;
    color: #fff;
    background-color: #ff9a9e; /* Màu nền hồng cute */
    padding: 0.75rem 1.25rem;
    border: none;
    border-radius: 25px; /* Bo tròn cực đáng yêu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 1rem;
}

.my-photo-gallery-container .pagination .page-numbers:hover {
    background-color: #fad0c4; /* Màu nền khi hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.my-photo-gallery-container .pagination .current {
    background-color: #a18cd1; /* Màu nền tím lịm tìm sim cho trang hiện tại */
    color: #fff;
    border-color: #a18cd1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.my-photo-gallery-container .pagination .prev,
.my-photo-gallery-container .pagination .next {
    background-color: #a18cd1; /* Màu tím cho nút previous/next */
    padding: 0.75rem 1rem;
}

.my-photo-gallery-container .pagination .prev:hover,
.my-photo-gallery-container .pagination .next:hover {
    background-color: #6a539b; /* Màu tím đậm hơn khi hover */
}


/* Cấu trúc cơ bản của hộp */
.link-fb {
    background: #fff9f0; /* Nền nhẹ nhàng, màu sáng giống màu nền của Shoppee */
    border-radius: 15px;
    padding: 20px;
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

/* Đoạn nội dung chính */
.link-fb .content p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* Nút bấm */
.nut {
    background-color: #ff6600;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    width: 100%;
    height: 200px;
    border: 14px solid #ffffff;
    align-items: center;
    justify-content: center;
}

/* Hiệu ứng khi hover vào nút */
.nut:hover {
    background-color: #e65c00; /* Màu cam đậm hơn khi hover */
}

/* Text chân trang */
.footer-text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

/* Link Shoppee */
.shoppee-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    font-size: 18px;
    color: #ff6600; /* Màu cam Shoppee */
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #ff6600; /* Đường viền màu cam */
    padding: 8px 16px;
    border-radius: 20px;
    transition: background-color 0.3s;
}

/* Hiệu ứng khi hover vào link Shoppee */
.shoppee-link:hover {
    background-color: #ff6600;
    color: white;
}

/* Responsive cho thiết bị di động */
@media screen and (max-width: 768px) {
    .link-fb {
        max-width: 100%;
        padding: 15px;
    }

    .link-fb .content p {
        font-size: 14px;
    }

    .nut {
        padding: 8px 16px;
        font-size: 14px;
    }

    .footer-text {
        font-size: 12px;
    }

    .shoppee-link {
        font-size: 16px;
        padding: 6px 12px;
    }
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none !important;
}
/* Ẩn gallery mặc định */
.my-photo-gallery-container.hidden {
    display: none;
}
.ads-container{
	display: flex;
    justify-content: center;
}
