.pc-d755e107-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.pc-d755e107-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.pc-d755e107-slide {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
}

/* CARDS SKIN STRUCTURAL PARITY */
.pc-d755e107-card {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-style: solid;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.pc-d755e107-thumbnail-link {
    display: block;
    width: 100%;
    overflow: hidden;
}

.pc-d755e107-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.pc-d755e107-card:hover .pc-d755e107-image img {
    transform: scale(1.05);
}

.pc-d755e107-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pc-d755e107-title {
    margin: 0 0 15px 0;
}

.pc-d755e107-title a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.pc-d755e107-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pc-d755e107-read-more {
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
}

.pc-d755e107-meta {
    padding: 15px 45px;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 0.85rem;
}

/* Nav buttons */
.pc-d755e107-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s, transform 0.2s;
}

.pc-d755e107-nav-btn:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}

.pc-d755e107-prev {
    left: 15px;
}

.pc-d755e107-next {
    right: 15px;
}

/* Dots navigation */
.pc-d755e107-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.pc-d755e107-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.2s;
}

.pc-d755e107-dot.active {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.2);
}

/* Placeholder for editor */
.pc-d755e107-placeholder-editor {
    background: #fcfcfc;
    border: 2px dashed #0073aa;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    color: #333;
}

.pc-d755e107-empty {
    padding: 30px;
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}
