.tcpel-admin-wrap .tcpel-admin-card{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:20px;margin:20px 0;max-width:1100px}.tcpel-shipment-post{font-family:inherit;line-height:1.65}.tcpel-shipment-hero{background:#f6f8fb;border:1px solid #e5e7eb;border-radius:18px;padding:32px;margin:0 0 28px}.tcpel-shipment-hero h1{margin-top:0;font-size:clamp(28px,4vw,44px);line-height:1.15}.tcpel-shipment-summary p{font-size:18px;color:#374151}.tcpel-whatsapp-button{display:inline-block;background:#16a34a;color:#fff!important;text-decoration:none!important;padding:12px 20px;border-radius:999px;font-weight:700}.tcpel-shipment-facts,.tcpel-equipment-list,.tcpel-project-overview,.tcpel-gallery-section,.tcpel-related-products,.tcpel-cta-box,.tcpel-video-section{margin:30px 0}.tcpel-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tcpel-fact{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.tcpel-fact strong{display:block;color:#111827;margin-bottom:4px}.tcpel-fact span{color:#4b5563}.tcpel-equipment-list ul,.tcpel-related-products ul{padding-left:22px}.tcpel-gallery-grid{display:grid;gap:14px;margin:16px 0 26px}.tcpel-gallery-horizontal{grid-template-columns:repeat(2,minmax(0,1fr))}.tcpel-gallery-vertical{grid-template-columns:repeat(3,minmax(0,1fr))}.tcpel-gallery-item{display:block;overflow:hidden;border-radius:14px;border:1px solid #e5e7eb;background:#f3f4f6}.tcpel-gallery-horizontal .tcpel-gallery-item{aspect-ratio:16/9}.tcpel-gallery-vertical .tcpel-gallery-item{aspect-ratio:9/16}.tcpel-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.tcpel-cta-box{background:#0f172a;color:#fff;border-radius:18px;padding:28px}.tcpel-cta-box h2{color:#fff;margin-top:0}.tcpel-cta-box p{color:#e5e7eb}.tcpel-related-products{background:#f9fafb;border-radius:14px;padding:20px}@media(max-width:768px){.tcpel-facts-grid,.tcpel-gallery-horizontal,.tcpel-gallery-vertical{grid-template-columns:1fr}.tcpel-shipment-hero{padding:22px}}


/* v3.2.3 image SEO/gallery refinements */
.tcpel-gallery-subtitle {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 18px;
}
.tcpel-gallery-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}
.tcpel-gallery-horizontal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tcpel-gallery-vertical {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tcpel-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f4f6f5;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.tcpel-gallery-horizontal .tcpel-gallery-item {
    aspect-ratio: 4 / 3;
}
.tcpel-gallery-vertical .tcpel-gallery-item {
    aspect-ratio: 3 / 4;
}
.tcpel-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .tcpel-gallery-horizontal,
    .tcpel-gallery-vertical {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 600px) {
    .tcpel-gallery-horizontal,
    .tcpel-gallery-vertical {
        grid-template-columns: 1fr;
    }
}

/* v3.2.4 flag image SEO hotfix */

/* v3.2.5 plugin preview/publish controls */
.tcpel-last-draft-card {
    border-left: 4px solid #2271b1;
}
.tcpel-last-draft-card .button {
    margin-right: 8px;
}

/* v3.2.6 force visible 4:3 featured image in post content */
.tcpel-featured-4x3 {
    max-width: 1000px;
    margin: 24px auto 28px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 14px;
    background: #f4f6f5;
}
.tcpel-featured-4x3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* v3.2.7 single banner and date line */
.tcpel-post-date-line {
    text-align: right;
    font-size: 14px;
    color: #667085;
    margin: -8px auto 18px;
    max-width: 1000px;
}
.tcpel-shipment-summary h1 {
    display: none;
}

/* v3.2.8 single controlled 4:3 banner with flag overlay */
.tcpel-single-banner-4x3 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 4 / 3;
    margin: 24px auto 28px;
    overflow: hidden;
    border-radius: 14px;
    background: #f4f6f5;
}
.tcpel-single-banner-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
.tcpel-single-banner-flag {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12.5% !important;
    height: auto !important;
    min-width: 70px;
    max-width: 125px;
    border: 5px solid #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.30);
    background: #fff;
    z-index: 5;
}
.tcpel-post-date-line {
    text-align: right;
    font-size: 14px;
    color: #667085;
    margin: -8px auto 18px;
    max-width: 1000px;
}
.tcpel-featured-4x3 {
    display: none !important;
}
.tcpel-shipment-summary h1 {
    display: none;
}
