/* Styles for collapsible app sections */
.module table caption {
    position: relative;
    padding-right: 30px; /* Space for the toggle indicator */
}

.app-toggle-indicator {
    transition: transform 0.3s ease;
}

.admin-controls {
    margin-bottom: 20px;
}

.admin-controls button {
    background-color: #79aec8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
}

.admin-controls button:hover {
    background-color: #417690;
}