.gt_switcher_wrapper {
    right: 0 !important;
}

.pv-natural-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border-left: 6px solid #2271b1;
    margin-bottom: 15px;
}

.pv-raw-details {
    margin-top: 15px;
}

.pv-raw-details summary {
    cursor: pointer;
    font-weight: 600;
    color: #2271b1;
    padding: 8px 0;
}

.pv-raw-list ul {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 300px;
    overflow-y: auto;
}

.kgm-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

.kgm-slider {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    gap: 20px;
    padding: 10px 0;
}

.kgm-slider::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

.kgm-slide {
    flex: 0 0 300px;
    scroll-snap-align: center;
}

.kgm-card {
    position: relative;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease;
}

.kgm-card:hover {
    transform: scale(1.04);
}

.kgm-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kgm-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    padding: 30px 20px 20px;
    color: white;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.kgm-card:hover .kgm-overlay {
    opacity: 1;
}

.kgm-caption {
    text-align: center;
    font-size: 1.05rem;
}

/* Arrows */
.kgm-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.kgm-arrow:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: translateY(-50%) scale(1.1);
}

.kgm-prev {
    left: 15px;
}

.kgm-next {
    right: 15px;
}

.verlauf1 {
    --von: silver;
    --nach: black;
    background: linear-gradient(to bottom, var(--von), var(--nach));
}

div#match-analysis-content>div>ol,
div#match-analysis-content>ol {
    list-style-type: none !important;
    font-size: x-large;
}

#pv-user-data-table thead th {
    position: sticky;
    top: 32px;
    z-index: 20;
    background: #f6f7f7;
    box-shadow: inset 0 -1px 0 #c3c4c7;
}

#pv-customer-evaluation-table thead th {
    position: sticky;
    top: 32px;
    z-index: 20;
    background: #f6f7f7;
    box-shadow: inset 0 -1px 0 #c3c4c7;
}

@media (max-width: 782px) {
    #pv-user-data-table thead th {
        top: 46px;
    }

    #pv-customer-evaluation-table thead th {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .kgm-slide {
        flex: 0 0 260px;
    }

    .kgm-arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}

.pv-questionnaire-page {
    max-width: 800px;
}

.pv-questionnaire-page h1 {
    margin-bottom: 14px;
}

.pv-questionnaire-page .pv-questionnaire-progress {
    margin-bottom: 16px !important;
}

.pv-questionnaire-page .pv-questionnaire-card {
    padding: 18px 20px !important;
}

.pv-questionnaire-page .pv-questionnaire-card h3 {
    margin: 0 0 10px;
}

.pv-questionnaire-page .pv-questionnaire-question {
    margin-bottom: 18px !important;
    line-height: 1.45;
}

.pv-questionnaire-page .pv-questionnaire-answer-scale {
    margin-bottom: 22px !important;
}

.pv-questionnaire-page .pv-questionnaire-answer-option span {
    margin-bottom: 6px !important;
}

.pv-questionnaire-page .pv-questionnaire-nav-heading {
    margin-top: 24px !important;
    margin-bottom: 10px;
}

.pv-questionnaire-page hr {
    margin: 28px 0 18px !important;
}

.pv-questionnaire-page .pv-questionnaire-danger-zone {
    padding: 14px 16px !important;
}

@media (max-width: 782px) {
    .pv-questionnaire-page {
        margin-right: 10px;
    }

    .pv-questionnaire-page h1 {
        margin-bottom: 10px;
        font-size: 1.45rem;
        line-height: 1.2;
    }

    .pv-questionnaire-page .pv-questionnaire-progress {
        margin-bottom: 12px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-card {
        padding: 14px 12px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-question {
        font-size: 1.1rem !important;
        margin-bottom: 14px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-answer-scale {
        gap: 4px;
        margin-bottom: 16px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-answer-option span {
        font-size: 0.9rem !important;
        line-height: 1.2;
        margin-bottom: 4px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-answer-option input[type="radio"] {
        transform: scale(1.25) !important;
    }

    .pv-questionnaire-page .pv-questionnaire-actions .button {
        padding: 0 14px;
        min-height: 38px;
        line-height: 36px;
    }

    .pv-questionnaire-page .pv-questionnaire-nav-heading {
        margin-top: 18px !important;
        margin-bottom: 8px;
    }

    .pv-questionnaire-page .pv-questionnaire-nav-grid {
        gap: 4px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-nav-grid .button {
        min-width: 38px !important;
        width: 38px !important;
        padding: 0 6px;
        min-height: 34px;
        line-height: 32px;
    }

    .pv-questionnaire-page hr {
        margin: 22px 0 14px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-danger-zone {
        padding: 12px !important;
    }

    .pv-questionnaire-page .pv-questionnaire-danger-zone p {
        margin: 8px 0 10px;
    }
}
