.class-item.full {
    background-color: #f8f8f8;
    opacity: 0.8;
}

.spots-info .full-text {
    color: #ff0000;
    font-weight: bold;
}

.button-disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    /* Keep other button styles consistent with your theme */
} 