.style6-option6-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.style6-option6-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem 2rem;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
}

.style6-option6-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
    text-decoration: none;
}

.style6-option6-title {
    font-family: "PrimaryFontMedium", sans-serif;
    color: #0098d8;
    font-size: clamp(0.85rem, 0.8rem + 1vw, 1.8rem);
    flex: 1;
    margin: 0;
}

.style6-option6-date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #004885;
    font-family: "PrimaryFont", sans-serif;
    font-size: clamp(0.85rem, 0.8rem + 0.5vw, 1.2rem);
    white-space: nowrap;
    margin-left: 1.5rem;
    flex-shrink: 0;
}

.style6-option6-date img {
    width: 18px;
    height: 18px;
}
