
/* WPBakery Custom Post Grid Base Styles */
.cpg-grid {
    --cpg-transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cpg-grid * {
    box-sizing: border-box;
}

.cpg-grid-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Cache-optimierte Bildladung */
.cpg-image {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Performance Optimierungen */
.cpg-item-wrapper {
    contain: layout style paint;
}

.cpg-title-overlay {
    contain: layout style paint;
    will-change: background-color;
}

/* Fokus-Stile für Barrierefreiheit */
.cpg-item-link:focus {
    outline: 2px solid #005fcc;
    outline-offset: 2px;
}

.cpg-item-link:focus .cpg-title-overlay {
    box-shadow: 0 0 0 2px #005fcc;
}
