.tg-67466bdf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    --separator-color: #1b4332; /* Rich dark green */
    border-top: 3px solid var(--separator-color);
    border-left: 3px solid var(--separator-color);
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .tg-67466bdf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .tg-67466bdf-grid {
        grid-template-columns: 1fr;
    }
}

.tg-67466bdf-card {
    background: transparent;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 3px solid var(--separator-color);
    border-bottom: 3px solid var(--separator-color);
    gap: 16px;
    box-sizing: border-box;
}

.tg-67466bdf-img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 60%;
    max-width: 180px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid var(--separator-color);
}

@media (max-width: 767px) {
    .tg-67466bdf-img-wrapper {
        width: 50%;
        max-width: 150px;
    }
}

.tg-67466bdf-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.25;
    display: block;
}

.tg-67466bdf-info {
    width: 100%;
    text-align: center;
    padding: 4px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Before and After badges sitting directly above the photos with zero gaps */
.tg-67466bdf-badge {
    background: #e2e8f0;
    color: #1a365d;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0;
    text-align: center;
    letter-spacing: 0.75px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid var(--separator-color);
}

.tg-67466bdf-badge-after {
    background: var(--separator-color);
    color: #ffffff;
}

.tg-67466bdf-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px 0;
}

.tg-67466bdf-duration {
    font-size: 11px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 8px;
    display: inline-block;
}

.tg-67466bdf-text {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
}
