.politika-hub {
    margin-top: 30px;
    margin-bottom: 50px;
}

.politika-hub-title {
    color: #cf142b;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.politika-hub-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}

.politika-hub-menu {
    flex: 0 0 260px;
    max-width: 100%;
    position: sticky;
    top: 100px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.politika-menu-item {
    display: block;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    border-left: 3px solid transparent;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.politika-menu-item:hover {
    color: #cf142b;
    text-decoration: none;
    background: #fafafa;
}

.politika-menu-item.active {
    color: #cf142b;
    font-weight: 600;
    border-left-color: #cf142b;
    background: #fff5f5;
}

.politika-hub-content {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.politika-content-title {
    color: #cf142b;
    font-weight: bold;
    border-bottom: 2px solid #cf142b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.politika-content-body {
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

.politika-download-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 18px;
    background: #cf142b;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.politika-download-btn:hover {
    background: #d1000a;
    text-decoration: none;
    color: #fff !important;
}

.politika-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

@media (max-width: 991px) {
    .politika-hub-menu {
        flex: 1 1 100%;
        position: static;
    }

    .politika-hub-content {
        flex: 1 1 100%;
    }
}
