/**
 * Viperra Community Theme – vyčištěné CSS
 * Automaticky odstraněné prázdné bloky a opakované stejné deklarace.
 */

.vct-page-sidebar-widget-card {
    position: relative !important;
}

.vct-page-sidebar-widget-heading {
    position: relative !important;
    margin: 0 0 14px !important;
    padding: 0 0 0 16px !important;
    border-bottom: 0 !important;
}

.vct-page-sidebar-widget-heading::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 5px !important;
    height: 26px !important;
    transform: translateY(-50%) !important;
    border-radius: 999px !important;
    background: #f73873 !important;
    box-shadow: 0 0 18px rgba(247, 56, 115, 0.45) !important;
}

.vct-page-sidebar-widget-heading h3 {
    margin: 0 !important;
}

.vct-page-sidebar-widget-text, .vct-page-sidebar-widget-card p {
    margin: 0 !important;
    color: #aaaab2 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 650 !important;
}

main.vct-single-page.vct-page-with-sidebar {
    min-height: calc(100vh - 220px) !important;
}

.vct-single-page.vct-page-with-sidebar {
    min-height: calc(100vh - 220px) !important;
}

.vct-single-page.vct-page-with-sidebar .vct-single-layout {
    min-height: 620px !important;
}

.vct-page-sidebar-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.vct-page-sidebar-row {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 10px !important;
    border-radius: 13px !important;
    background: #17171b !important;
    border: 1px solid #25252b !important;
    text-decoration: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.vct-page-sidebar-row:hover {
    background: #1d1d22 !important;
    border-color: rgba(247, 56, 115, 0.55) !important;
    transform: translateY(-1px) !important;
}

.vct-page-sidebar-row-image, .vct-page-sidebar-row-img, .vct-page-sidebar-row-placeholder {
    width: 58px !important;
    height: 58px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #08080b !important;
}

.vct-page-sidebar-row-img {
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.vct-page-sidebar-row-placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vct-page-sidebar-row-placeholder span {
    color: rgba(255, 255, 255, 0.28) !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: 0.08em !important;
}

.vct-page-sidebar-row-content {
    min-width: 0 !important;
}

.vct-page-sidebar-row-kicker {
    margin: 0 0 4px !important;
    color: #f73873 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.vct-page-sidebar-row-title {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
}

.vct-page-sidebar-row:hover .vct-page-sidebar-row-title {
    color: #f73873 !important;
}

.vct-page-sidebar-row-meta {
    margin-top: 5px !important;
    color: #8e8e98 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
}

.vct-page-sidebar-score {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    margin-top: 7px !important;
    padding: 5px 8px !important;
    border-radius: 7px !important;
    background: #f73873 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.vct-sidebar-faq-widget {
    overflow: hidden !important;
}

.vct-sidebar-faq-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.vct-sidebar-faq-item {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 13px !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.vct-sidebar-faq-item:first-child {
    padding-top: 4px !important;
}

.vct-sidebar-faq-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.vct-sidebar-faq-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    background: rgba(247, 56, 115, 0.10) !important;
    border: 1px solid rgba(247, 56, 115, 0.34) !important;
    color: #f73873 !important;
    box-shadow: 0 0 0 4px rgba(247, 56, 115, 0.045) !important;
}

.vct-sidebar-faq-icon svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
    fill: currentColor !important;
}

.vct-sidebar-faq-content h4 {
    margin: 0 0 8px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
}

.vct-sidebar-faq-content p {
    margin: 0 !important;
    color: #b7b7c0 !important;
    font-size: 13px !important;
    line-height: 1.62 !important;
    font-weight: 650 !important;
}
