.tp-grid-bdba1c63 {
    display: grid;
    box-sizing: border-box;
}

.tp-card-bdba1c63 {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-card-bdba1c63:hover {
    transform: translateY(-5px);
}

.tp-card-image-wrapper-bdba1c63 {
    position: relative;
    width: 100%;
    padding-top: 60%; /* 5:3 Aspect Ratio */
    overflow: hidden;
}

.tp-card-img-bdba1c63 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-card-body-bdba1c63 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tp-card-meta-bdba1c63 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.tp-card-price-bdba1c63 {
    font-weight: 700;
    font-size: 1.2rem;
}

.tp-card-duration-bdba1c63 {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.tp-card-title-bdba1c63 {
    margin: 0 0 12px 0;
    font-size: 1.4rem;
    line-height: 1.3;
}

.tp-card-desc-bdba1c63 {
    margin: 0 0 20px 0;
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

.tp-card-action-bdba1c63 {
    margin-top: auto;
}

.tp-card-btn-bdba1c63 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}
