.gp-container-06829290 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    font-family: serif;
}

.gp-item-06829290 {
    display: flex;
    flex-direction: row;
    align-items: flex-start; /* Managed dynamically by vertical_alignment control */
    gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.gp-item-06829290:last-child {
    border-bottom: none;
}

.gp-thumb-container-06829290 {
    flex-shrink: 0;
    width: 180px; /* Overwritten by responsive width control settings */
    position: relative;
    overflow: hidden;
}

.gp-thumb-container-06829290 img,
.gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Aspect Ratio Rules */
.gp-ratio-1-1 .gp-thumb-container-06829290 img,
.gp-ratio-1-1 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gp-ratio-4-3 .gp-thumb-container-06829290 img,
.gp-ratio-4-3 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gp-ratio-3-2 .gp-thumb-container-06829290 img,
.gp-ratio-3-2 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gp-ratio-16-9 .gp-thumb-container-06829290 img,
.gp-ratio-16-9 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gp-ratio-16-10 .gp-thumb-container-06829290 img,
.gp-ratio-16-10 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.gp-ratio-21-9 .gp-thumb-container-06829290 img,
.gp-ratio-21-9 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

.gp-ratio-2-3 .gp-thumb-container-06829290 img,
.gp-ratio-2-3 .gp-thumb-container-06829290 .gp-no-thumb-06829290 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.gp-content-06829290 {
    flex-grow: 1;
}

.gp-title-06829290 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}

.gp-title-06829290 a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.gp-title-06829290 a:hover {
    opacity: 0.8;
}

.gp-excerpt-06829290 {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 600px) {
    .gp-item-06829290 {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .gp-thumb-container-06829290 {
        width: 100% !important;
    }
}
