.gallery-timeline-61214d62 {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
}
.gallery-timeline-61214d62::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
}
.gt-progress-line {
    position: absolute;
    left: 19px;
    top: 0;
    width: 2px;
    height: 0;
    background-color: #e74c3c;
    z-index: 0;
    transition: height 0.1s ease-out;
}
.gt-item {
    position: relative;
    margin-bottom: 40px;
}
.gt-item:last-child {
    margin-bottom: 0;
}
.gt-node {
    position: absolute;
    left: -40px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3498db;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #3498db;
    transform: translateX(11px);
    z-index: 1;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.gt-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gt-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
.gt-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Will be overridden by control */
    gap: 30px;
    align-items: start;
}
.gt-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 0.85em;
    font-weight: 700;
}
.gt-day {
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(231, 76, 60, 0.1);
    padding: 4px 10px;
    border-radius: 4px;
}
.gt-time {
    color: #7f8c8d;
}
.gt-title {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #2c3e50;
    font-weight: 700;
}
.gt-desc {
    color: #555;
    line-height: 1.7;
    font-size: 1em;
}
.gt-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* default for split layout */
    gap: 12px;
}
.gt-gallery-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}
.gt-gallery-img:hover {
    transform: scale(1.02);
    filter: brightness(0.9);
}
@media (max-width: 991px) {
    .gt-content-inner {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 768px) {
    .gt-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .gt-gallery {
        grid-template-columns: 1fr;
    }
}