.tab-content {
    display: none;
    padding: 20px;
}

/* Ensure that the active tab content is displayed */
.tab-content.active {
    display: block;
}

/* Ensure that the active tab has a different style to indicate its active state */
.bg-color.active {
    background-color: #ccc;
} 