/**
 * DataForSEO Plugin Styles
 * Ausgelagert aus dataforseo.tmpl.php
 */

.charts-overview {}

.competition-badge {
    display: inline-block;
    padding: 0.25em 0.6em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}

.competition-badge.text-success {
    background-color: rgba(40, 167, 69, 0.2);
    color: #28a745;
    border: 1px solid #28a745;
}

.competition-badge.text-warning {
    background-color: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border: 1px solid #ffc107;
}

.competition-badge.text-danger {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
    border: 1px solid #dc3545;
}

.competition-badge.text-info {
    background-color: rgba(23, 162, 184, 0.2);
    color: #17a2b8;
    border: 1px solid #17a2b8;
}

.bw-table-opacity .text-success {
    color: #28a745 !important;
    font-weight: 600;
}

.bw-table-opacity .text-warning {
    color: #ffc107 !important;
    font-weight: 600;
}

.bw-table-opacity .text-danger {
    color: #dc3545 !important;
    font-weight: 600;
}

.card-header i {}

.tab-content {
    background-color: transparent;
    border-radius: 0;
    border: 0 none;
    border-top: none;
    padding: 0 !important;
}

.debug-info {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    font-family: monospace;
    font-size: 0.875rem;
    max-height: 300px;
    overflow-y: auto;
}

.debug-info pre {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}
