body {
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.main-grid {
    margin-top: 60px;
}

.segment {
    min-height: 150px;
}

.ui.container {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0 !important;
}

.content-box {
    margin-bottom: 20px;
}

.ui.divider {
    margin: 10px 0;
}

.ui.three.column.grid {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.left-column, .right-column {
    width: 22%;
}

.center-column {
    width: 56%;
}

.card-depesza {
    padding: 15px;
    background-color: #f1e5b1;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.netoperek-post {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.netoperek-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.netoperek-content {
    flex-grow: 1;
}

.netoperek-content p {
    margin: 0;
}

.netoperek-username {
    font-size: 1.2em;
}

.netoperek-party {
    font-size: 0.9em;
    color: gray;
    font-style: italic;
}

.netoperek-footer {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.netoperek-footer .icon {
    margin-right: 10px;
    cursor: pointer;
}

.heart-counter {
    margin-left: 5px;
}

a {
    color: #4183c4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#forumSections .forum-section {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

#forumSections .forum-section:last-child {
    border-bottom: none;
}

.forum-section-title {
    font-size: 1.5em;
    margin-bottom: 5px;
}


.forum-section-description {
    color: #666;
}
        /* STAN PAŃSTWA */
.chart-container {
    width: 90%;
    margin: auto;
    text-align: center;
}

.bar {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.bar-label {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.bar-value-container {
    width: 70%;
    display: flex;
    align-items: center;
}

.bar-value {
    height: 20px;
    background-color: #be192f;
    line-height: 20px;
}

.bar-percent {
    width: 50px;
    margin-left: 5px;
    background-color: #333;
    color: white;
    text-align: center;
    font-weight: bold;
}

.bar-change {
    width: 40px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.bar-change-up {
    background-color: #00ff00;
    color: black;
}

.bar-change-down {
    background-color: #ff0000;
    color: white;
}

.bar-change-no-change {
    background-color: #ffffff;
    color: black;
}

/* POPARCIE DLA PARTII */
.bar-political {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.bar-label-political {
    width: 30%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.bar-value-container-political {
    width: 70%;
    display: flex;
    align-items: center;
}

.bar-value-political {
    height: 20px;
    background-color: #19b0be;
    line-height: 20px;
}

.bar-percent-political {
    width: 50px;
    margin-left: 5px;
    background-color: #333;
    color: white;
    text-align: center;
    font-weight: bold;
}

.bar-change-political {
    width: 45px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
}

.bar-change-political-up {
    background-color: #00ff00;
    color: black;
}

.bar-change-political-down {
    background-color: #ff0000;
    color: white;
}

.bar-change-political-no-change {
    background-color: #ffffff;
    color: black;
}
