.ts-9c3ae863-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ts-9c3ae863-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    background: transparent;
    overflow: hidden;
    box-sizing: border-box;
}

.ts-9c3ae863-img-box {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-9c3ae863-text-box {
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.ts-9c3ae863-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.ts-9c3ae863-description {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ts-9c3ae863-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto; /* Push meta & button to the bottom so heights align nicely */
}

.ts-9c3ae863-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
}

.ts-9c3ae863-badge-icon {
    font-size: 1rem;
}

.ts-9c3ae863-btn-wrapper {
    margin-top: 5px;
}

.ts-9c3ae863-btn {
    display: inline-block;
    background-color: #0073aa;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.ts-9c3ae863-btn:hover {
    background-color: #005a87;
}

/* Swiper navigation custom overrides */
.ts-9c3ae863-arrow {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.ts-9c3ae863-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.ts-9c3ae863-arrow::after {
    font-size: 14px;
    font-weight: bold;
}
