#ranthambore-plugin .tabs {
    display: flex;
    flex-wrap: wrap;
}
#ranthambore-plugin .tab-button {
    padding: 10px;
    margin: 2px;
    cursor: pointer;
    background-color: #eee;
}
#ranthambore-plugin .tab-button.active {
    background-color: #ccc;
}
#ranthambore-plugin .tab-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
}
#ranthambore-plugin .tab-content.active {
    display: block;
}
#ranthambore-plugin .row {
    display: flex;
    flex-wrap: wrap;
}
#ranthambore-plugin .column {
    flex: 1;
    padding: 10px;
}
