.pnc-1902-wrapper {
    width: 100%;
    position: relative;
}

.pnc-1902-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.pnc-1902-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.pnc-1902-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.pnc-1902-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.pnc-1902-content-wrap {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pnc-1902-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #572E24;
    line-height: 1.4;
    text-transform: uppercase;
}

.pnc-1902-excerpt {
    font-size: 1rem;
    color: #7A7A7A;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Common Navigation positioned at the bottom right below the carousel */
.pnc-1902-nav-wrapper {
    display: flex;
    flex-direction: row; /* Ensure prev is on left, next is on right */
    justify-content: flex-end; /* Align the group to the right */
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    position: relative;
    padding-right: 16px; /* Align with right edge of card */
}

/* Override default Swiper styling that might affect static layout */
.pnc-1902-wrapper .swiper-button-prev,
.pnc-1902-wrapper .swiper-button-next {
    position: relative; /* Change from absolute to relative/static */
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: #ccc;
    transition: all 0.3s ease;
}

/* Ensure Prev comes before Next explicitly */
.pnc-1902-wrapper .swiper-button-prev {
    order: 1;
}

.pnc-1902-wrapper .swiper-button-next {
    order: 2;
    border-color: #C62C00;
    color: #C62C00;
}

/* Specific icon sizing */
.pnc-1902-wrapper .swiper-button-prev::after,
.pnc-1902-wrapper .swiper-button-next::after {
    font-size: 22px;
    font-weight: 400;
    color: inherit;
}
