/**
 * Quintuple Plus Style
 */

.lbuho-quintuple-container {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
}

.lbuho-horse-btn:hover {
    border-color: #3b82f6 !important;
    color: #3b82f6 !important;
    background: #eff6ff !important;
    transform: scale(1.08);
}

.lbuho-horse-btn.selected {
    background: #3b82f6 !important;
    color: #fff !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.4), 0 2px 4px -1px rgba(59, 130, 246, 0.2);
}

/* Tab button styling */
.lbuho-tab-btn {
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s;
}

.lbuho-tab-btn.active {
    background: #1e293b;
    color: #fff;
    border-color: #1e293b;
}

.lbuho-control-btn {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s;
}

.lbuho-control-btn:hover:not(:disabled) {
    background: #f1f5f9;
}

.lbuho-control-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.lbuho-column-tab {
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #475569;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
}

.lbuho-column-tab.active {
    background: #3b82f6;
    color: #fff;
    border-color: #3b82f6;
}

.lbuho-column-row {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.lbuho-col-name {
    font-weight: 700;
    color: #1e293b;
}

.lbuho-col-nums-display {
    color: #64748b;
    font-weight: 600;
}
