.single .entry-header .post-thumb img {
    margin-top: 0;
    margin-bottom: 0;
    display: none !important;
}
.woocommerce-js .woocommerce-breadcrumb {
    zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
    display: none !important;
}
/* Container tổng */
.travel-guide-embed {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Ảnh chính */
.travel-guide-embed > img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Header của guide */
.guide-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

/* Paragraphs và section */
.travel-guide-embed section p {
    margin-bottom: 15px;
}

.travel-guide-embed section h3 {
    margin-top: 20px;
    color: #222;
}

/* List */
.travel-guide-embed section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.travel-guide-embed section ul li {
    margin-bottom: 10px;
}

/* eSIM picks section */
.esim-title {
    margin-top: 40px;
    font-size: 24px;
    color: #1a1a1a;
}

/* Container của các eSIM item */
.esim-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Mỗi eSIM item */
.esim-item {
    flex: 1 1 calc(50% - 20px);
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.esim-item img {
    width: 100%;
    height: auto;
    display: block;
}

.esim-content {
    padding: 15px;
}

.esim-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.esim-content p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.esim-content a {
    color: #0073e6;
    text-decoration: none;
}

.esim-content a:hover {
    text-decoration: underline;
}

/* Table eSIM comparison */
.travel-guide-embed table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    font-size: 14px;
}

.travel-guide-embed table caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.travel-guide-embed table th,
.travel-guide-embed table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.travel-guide-embed table th {
    background: #f0f0f0;
}

.travel-guide-embed table tr:nth-child(even) {
    background: #fafafa;
}

.travel-guide-embed table a {
    color: #0073e6;
    text-decoration: none;
}

.travel-guide-embed table a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .esim-item {
        flex: 1 1 100%;
    }
}
/* Chỉ áp dụng trên Desktop (không cho mobile và tablet) */
@media screen and (min-width: 1025px) {
    .woocommerce-js ul.products li.product a img {
        width: 100%;
        height: 300px !important;
        display: block;
        margin: 0 0 1em;
        box-shadow: none;
    }
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: .5em;
    padding: 0;
    font-size: 1em;
    text-align: left !important;
}