.activity-tile {
    font-size: 1.2rem;
    font-weight: bold;
}

.description {
    font-size: 0.9rem;
}

.activity-list .item {
    margin: 10px 0 3px;
    padding: 10px 20px;
    display: flex;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    position: relative;
    border-radius: 6px;
    flex-grow: 1;
    max-height: 70px;
}

.activity-list .item.active {
    box-shadow: 0 5px 7px 2px rgb(0 0 0 / 20%);
    transform: translateY(-1px) scale(1.01);
    transition: transform 0.2s ease-in-out;
    opacity: 1;
}

.video-container img {
    width: 700px;
    min-width: 700px;
    min-height: 400px;
}
