/* _content/PrzetrwajPL/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l4kbdvqtlj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l4kbdvqtlj] {
	flex: 1;
}

.sidebar[b-l4kbdvqtlj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l4kbdvqtlj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

	.top-row[b-l4kbdvqtlj]  a, .top-row[b-l4kbdvqtlj]  .btn-link {
		white-space: nowrap;
		text-decoration: none;
		font-weight: bold;
		padding: 7px;
	}

		.top-row[b-l4kbdvqtlj]  a:hover, .top-row[b-l4kbdvqtlj]  .btn-link:hover {
			color: red;
			opacity: 0.8;
			padding: 2px;
			border: 5px groove aliceblue;
		}

    .top-row[b-l4kbdvqtlj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l4kbdvqtlj] {
        justify-content: space-between;
    }

    .top-row[b-l4kbdvqtlj]  a, .top-row[b-l4kbdvqtlj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l4kbdvqtlj] {
        flex-direction: row;
    }

    .sidebar[b-l4kbdvqtlj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l4kbdvqtlj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l4kbdvqtlj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l4kbdvqtlj], article[b-l4kbdvqtlj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l4kbdvqtlj] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-l4kbdvqtlj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PrzetrwajPL/Components/Pages/Auth/Login/Banned.razor.rz.scp.css */
.ban-container[b-c4adgm671d] {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
	padding: 20px;
}

.ban-card[b-c4adgm671d] {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-top: 4px solid #dc3545; /* red accent */
	border-radius: 8px;
	padding: 30px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.ban-icon[b-c4adgm671d] {
	font-size: 48px;
	color: #dc3545;
	margin-bottom: 15px;
}

h2[b-c4adgm671d] {
	color: #343a40;
	margin-bottom: 15px;
	font-weight: 700;
}

.ban-main-msg[b-c4adgm671d] {
	color: #6c757d;
	font-size: 15px;
	margin-bottom: 20px;
}

.ban-details[b-c4adgm671d] {
	background-color: #f8f9fa;
	border-radius: 6px;
	padding: 15px;
	text-align: left;
	margin-bottom: 25px;
	border-left: 3px solid #6c757d;
}

	.ban-details p[b-c4adgm671d] {
		margin-bottom: 10px;
		font-size: 14px;
		color: #495057;
	}

		.ban-details p:last-child[b-c4adgm671d] {
			margin-bottom: 0;
		}

.ban-reason[b-c4adgm671d] {
	color: #d63301;
	font-weight: 500;
}

.btn-back[b-c4adgm671d] {
	display: inline-block;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background-color 0.15s ease-in-out;
}

	.btn-back:hover[b-c4adgm671d] {
		background-color: #0056b3;
		color: white;
	}
/* _content/PrzetrwajPL/Components/Pages/Auth/Login/LoginForm.razor.rz.scp.css */
button[b-fi87k4hoxu], .button[b-fi87k4hoxu] {
	background-color: #0094ff;
	color: white;
	padding: 14px 20px;
	margin: auto;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
}

button:hover[b-fi87k4hoxu] {
    opacity: 0.8;
}

.google[b-fi87k4hoxu] {
    background-color: #ffffff;
    color: #0094ff;
    border: 2px solid #0094ff;
}

.facebook[b-fi87k4hoxu] {
    background-color: #3b5998;
    color: white;
}

.github[b-fi87k4hoxu] {
    background-color: #ffffff;
    color: black;
    border: 2px solid #000000;
}

.invisible[b-fi87k4hoxu] {
	display: none;
}

.microsoft[b-fi87k4hoxu] {
    background-color: #263fc9;
    color: white;
}

.form-control[b-fi87k4hoxu] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.container[b-fi87k4hoxu] {
    position: relative;
    display: flex;
    flex-direction: row;
}
.inContainer[b-fi87k4hoxu] {
    display: flex-block;
    padding: 22px;
}
    .inContainer:first-child[b-fi87k4hoxu] {
        background-color: #ffffff;
        flex-basis: 55%;
        border-right: 3px solid #e3e5e8; 
        border-radius: 8px 0px 0px 8px;
    }
    .inContainer:last-child[b-fi87k4hoxu] {
        background-color: #ffffff;
        flex-basis: 45%;
        border-radius: 0px 8px 8px 0px;
    }

div p[b-fi87k4hoxu] {
    text-align: center;
}
/* _content/PrzetrwajPL/Components/Pages/Auth/Register/RegisterForm.razor.rz.scp.css */
button[b-f2m3fjo1rw] {
    background-color: #0094ff;
    color: white;
    padding: 14px 20px;
    margin: auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

button:hover[b-f2m3fjo1rw] {
    opacity: 0.8;
}

.google[b-f2m3fjo1rw] {
    background-color: #ffffff;
    color: #0094ff;
    border: 2px solid #0094ff;
}

.facebook[b-f2m3fjo1rw] {
    background-color: #3b5998;
    color: white;
}

.github[b-f2m3fjo1rw] {
    background-color: #ffffff;
    color: black;
    border: 2px solid #000000;
}

.microsoft[b-f2m3fjo1rw] {
    background-color: #263fc9;
    color: white;
}

.form-control[b-f2m3fjo1rw] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.container[b-f2m3fjo1rw] {
    position: relative;
    display: flex;
    flex-direction: row;
    place-content: center;
}

.inContainer[b-f2m3fjo1rw] {
    display: flex-block;
    padding: 22px;
    flex-basis: 55%;
    border-radius: 8px 8px 8px 8px;
}


div p[b-f2m3fjo1rw] {
    text-align: center;
}

.pre-wrap[b-f2m3fjo1rw] {
	white-space: pre-wrap;
}
/* _content/PrzetrwajPL/Components/Pages/Auth/UserSettings.razor.rz.scp.css */
label[b-3odmxu3fye] {
	margin-top: 0.5em;
}

div p[b-3odmxu3fye] {
	text-align: center;
}


.form-control[b-3odmxu3fye] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.container[b-3odmxu3fye] {
    position: relative;
    display: flex;
    flex-direction: row;
    place-content: center;
}

.inContainer[b-3odmxu3fye] {
    display: flex-block;
    padding: 22px;
    flex-basis: 55%;
    border-radius: 8px 8px 8px 8px;
}


.pre-wrap[b-3odmxu3fye] {
    white-space: pre-wrap;
}

/* _content/PrzetrwajPL/Components/Pages/Components/CheckboxGrid.razor.rz.scp.css */
.checkbox-grid-container[b-hnf5bpzaau] {
	display: grid;
	/* 8 cols */
	grid-template-columns: repeat(2, minmax(0, 1fr));
	/* 4 rows */
	grid-template-rows: repeat(16, auto);
	gap: 12px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

.grid-cell[b-hnf5bpzaau] {
	min-height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.active-cell[b-hnf5bpzaau] {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 6px 10px;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

	.active-cell:hover[b-hnf5bpzaau] {
		background-color: #f1f8ff;
		border-color: #0094ff;
	}

.empty-cell[b-hnf5bpzaau] {
	/* invisible cell that preserves the grid layout */
	visibility: hidden;
}

.checkbox-label[b-hnf5bpzaau] {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	cursor: pointer;
	user-select: none;
}

.checkbox-input[b-hnf5bpzaau] {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.label-text[b-hnf5bpzaau] {
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* _content/PrzetrwajPL/Components/Pages/Components/ImageAttachments.razor.rz.scp.css */
.attachments-wrapper[b-vsc1in22kt] {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.5rem;
	overflow-x: auto;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	scrollbar-width: thin;
	scrollbar-color: #0094ff #f0f0f0;
}

.attachments-wrapper[b-vsc1in22kt]::-webkit-scrollbar {
    height: 8px;
}

.attachments-wrapper[b-vsc1in22kt]::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.attachments-wrapper[b-vsc1in22kt]::-webkit-scrollbar-thumb {
    background-color: #0094ff;
    border-radius: 4px;
    border: 2px solid #f0f0f0;
}

.attachment-column[b-vsc1in22kt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 200px;
    flex-shrink: 0;
}

/* Make button labels act as block-level flex containers */
.add-photo-btn[b-vsc1in22kt] {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.add-photo-btn:hover[b-vsc1in22kt] {
    background-color: #0094ff;
    color: ghostwhite;
}

.add-photo-btn:focus[b-vsc1in22kt] {
    outline: 3px solid #0094ff !important;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px rgba(0, 148, 255, 0.35) !important;
}

.remove-photo-btn[b-vsc1in22kt] {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.remove-photo-btn:hover[b-vsc1in22kt] {
    background-color: #ff3421;
    color: ghostwhite;
}

.remove-photo-btn:focus[b-vsc1in22kt] {
    outline: 3px solid #ff3421 !important;
    outline-offset: 1px;
    box-shadow: 0 0 0 4px rgba(255, 52, 33, 0.35) !important;
}

.thumbnail-container[b-vsc1in22kt] {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 2px solid #e0e0e0;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-img[b-vsc1in22kt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-placeholder[b-vsc1in22kt] {
    font-size: 1.5rem;
    color: #0094ff;
}

.description-input[b-vsc1in22kt] {
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.description-input:focus[b-vsc1in22kt] {
    border-color: #0094ff;
    box-shadow: 0 0 0 3px rgba(0, 148, 255, 0.15);
}
/* _content/PrzetrwajPL/Components/Pages/Components/RegionPicker.razor.rz.scp.css */
select[b-aq1647s9w8] {
	cursor: pointer;
}

.region-picker-box[b-aq1647s9w8] {
	background-color: #fcfcfc;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.active-region-badge[b-aq1647s9w8] {
	font-size: 14px;
	font-weight: bold;
	color: #0094ff;
	background-color: #e6f4ff;
	padding: 6px 12px;
	border-radius: 20px;
	border: 1px solid #bae7ff;
}

.cascade-selectors[b-aq1647s9w8] {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
/* _content/PrzetrwajPL/Components/Pages/Moderator/CategoriesPanel.razor.rz.scp.css */
/* Main container that has the Left & Right sides*/
.dashboard-container[b-f7o8meiz5s] {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 30px;
	align-items: flex-start;
	box-sizing: border-box;
}

/*Left side, takes 1/2 width*/
.left-div[b-f7o8meiz5s] {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

/*Right side, takes 1/2 width*/
.right-div[b-f7o8meiz5s] {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* categories list all rows in one column */
.category-list[b-f7o8meiz5s] {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 600px;
	overflow-y: auto;
	padding-right: 4px;
}

/* singular category item */
.category-item[b-f7o8meiz5s] {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

	.category-item:hover[b-f7o8meiz5s] {
		background-color: #e6f4ff;
		border-color: #bae7ff;
		transform: translateX(3px);
	}

	/*item highlight (one that is being edited)*/
	.category-item.selected-item[b-f7o8meiz5s] {
		background-color: #e6f4ff;
		border-color: #0094ff;
		font-weight: bold;
	}

.index-badge[b-f7o8meiz5s] {
	font-weight: bold;
	color: #888;
	margin-right: 8px;
	min-width: 24px;
}

.category-name[b-f7o8meiz5s] {
	flex: 1;
	color: #333;
}

.arrow-icon[b-f7o8meiz5s] {
	color: #0094ff;
	font-size: 12px;
	opacity: 0.6;
}

/* form on the Right*/
.edit-form-card[b-f7o8meiz5s] {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.form-header[b-f7o8meiz5s] {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0f0f0;
	font-size: 18px;
	color: #333;
}

.badge-new[b-f7o8meiz5s] {
	background-color: #28a745;
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}

/* form input fields*/
.form-group[b-f7o8meiz5s] {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

	.form-group label[b-f7o8meiz5s] {
		font-weight: bold;
		font-size: 14px;
		color: #444;
	}

.form-input-control[b-f7o8meiz5s] {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.2s;
}

	.form-input-control:focus[b-f7o8meiz5s] {
		border-color: #0094ff;
		box-shadow: 0 0 0 2px rgba(0,148,255,0.1);
	}


/* empty state (when nothing is selected) */
.empty-state-card[b-f7o8meiz5s] {
	background-color: #f8f9fa;
	border: 2px dashed #dee2e6;
	border-radius: 8px;
	padding: 60px 20px;
	text-align: center;
	color: #6c757d;
}

/* Responsiveness for mobile screens - transition layout to single-column */
@media (max-width: 768px) {
	.dashboard-container[b-f7o8meiz5s] {
		flex-direction: column;
	}

	.left-div[b-f7o8meiz5s], .right-div[b-f7o8meiz5s] {
		width: 100%;
		flex: none;
	}
}
/* _content/PrzetrwajPL/Components/Pages/Moderator/ImpedimentsPanel.razor.rz.scp.css */
/* Main container that has the Left & Right sides*/
.dashboard-container[b-ucidf8sati] {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 30px;
	align-items: flex-start;
	box-sizing: border-box;
}

/*Left side, takes 1/2 width*/
.left-div[b-ucidf8sati] {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

/*Right side, takes 1/2 width*/
.right-div[b-ucidf8sati] {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* categories list all rows in one column */
.category-list[b-ucidf8sati] {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 600px;
	overflow-y: auto;
	padding-right: 4px;
}

/* singular category item */
.category-item[b-ucidf8sati] {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

	.category-item:hover[b-ucidf8sati] {
		background-color: #e6f4ff;
		border-color: #bae7ff;
		transform: translateX(3px);
	}

	/*item highlight (one that is being edited)*/
	.category-item.selected-item[b-ucidf8sati] {
		background-color: #e6f4ff;
		border-color: #0094ff;
		font-weight: bold;
	}

.index-badge[b-ucidf8sati] {
	font-weight: bold;
	color: #888;
	margin-right: 8px;
	min-width: 24px;
}

.category-name[b-ucidf8sati] {
	flex: 1;
	color: #333;
}

.arrow-icon[b-ucidf8sati] {
	color: #0094ff;
	font-size: 12px;
	opacity: 0.6;
}

/* form on the Right*/
.edit-form-card[b-ucidf8sati] {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.form-header[b-ucidf8sati] {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0f0f0;
	font-size: 18px;
	color: #333;
}

.badge-new[b-ucidf8sati] {
	background-color: #28a745;
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}

/* form input fields*/
.form-group[b-ucidf8sati] {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

	.form-group label[b-ucidf8sati] {
		font-weight: bold;
		font-size: 14px;
		color: #444;
	}

.form-input-control[b-ucidf8sati] {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.2s;
}

	.form-input-control:focus[b-ucidf8sati] {
		border-color: #0094ff;
		box-shadow: 0 0 0 2px rgba(0,148,255,0.1);
	}


/* empty state (when nothing is selected) */
.empty-state-card[b-ucidf8sati] {
	background-color: #f8f9fa;
	border: 2px dashed #dee2e6;
	border-radius: 8px;
	padding: 60px 20px;
	text-align: center;
	color: #6c757d;
}

/* Responsiveness for mobile screens - transition layout to single-column */
@media (max-width: 768px) {
	.dashboard-container[b-ucidf8sati] {
		flex-direction: column;
	}

	.left-div[b-ucidf8sati], .right-div[b-ucidf8sati] {
		width: 100%;
		flex: none;
	}
}
/* _content/PrzetrwajPL/Components/Pages/Moderator/ModeratorPanel.razor.rz.scp.css */
.cascade-selectors[b-j2w254t9yl] {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: stretch; /*all buttons have the same width*/
}

	.cascade-selectors a[b-j2w254t9yl] {
		text-decoration: none;
		background-color: #fff;
		color: #0094ff;
		padding: 10px 40px;
		font-size: 16px;
		border: 2px solid #0094ff;
		border-radius: 4px;
		cursor: pointer;
		font-weight: bold;
	}

		.cascade-selectors a:hover[b-j2w254t9yl] {
			opacity: 0.8;
		}
/* _content/PrzetrwajPL/Components/Pages/Posts/List.razor.rz.scp.css */
button:hover[b-ull95ia9bz] {
	opacity: 0.8;
	border: double;
}

.show[b-ull95ia9bz] {
    display: block;
}

.post-card[b-ull95ia9bz] {
    display: block;
    width: 74%;
    margin: 0 auto;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease-in-out, filter 0.15s ease-in-out;
}

	.post-card:nth-child(2n)[b-ull95ia9bz] {
		background-color: #fdfdfd; /*tad bit darker than white*/
	}

	.post-card:nth-child(2n+1)[b-ull95ia9bz] {
		background-color: #fafafa; /*tad bit darker than white*/
	}

	.post-card:hover[b-ull95ia9bz] {
		filter: brightness(0.95);
		background-color: aliceblue;
	}

.post-icon[b-ull95ia9bz] {
    margin-right: 8px;
}

.icon-danger[b-ull95ia9bz] {
    color: #ffca28; /* yellow */
}

.icon-resource[b-ull95ia9bz] {
    color: #2196f3; /* blue */
}

.post-card-content[b-ull95ia9bz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.post-card-left[b-ull95ia9bz] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-title[b-ull95ia9bz] {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.post-category[b-ull95ia9bz] {
    font-size: 20px;
    color: #000000;
}

.post-meta[b-ull95ia9bz] {
    font-size: 18px;
    color: #777777;
}

.post-card-right[b-ull95ia9bz] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 100px;
}

.post-votes[b-ull95ia9bz] {
    font-size: 24px;
    font-weight: normal;
}

.up-vote[b-ull95ia9bz] {
    color: #5c6bc0;
    font-weight: bold;
}

.divide[b-ull95ia9bz] {
    color: #000000;
    margin: 0 4px;
    font-weight: bold;
}

.down-vote[b-ull95ia9bz] {
    color: #e53935;
    font-weight: bold;
}

.post-author[b-ull95ia9bz] {
    font-size: 18px;
    color: #999999;
}

.filters[b-ull95ia9bz] {
    display: flex;
    gap: 20px;
    margin: 15px auto 20px auto;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.cascade-selectors[b-ull95ia9bz] {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
}

	.cascade-selectors a[b-ull95ia9bz] {
		text-decoration: none;
		background-color: #fff;
		color: #0094ff;
		padding: 10px 40px;
		font-size: 16px;
		border: 2px solid #0094ff;
		border-radius: 4px;
		cursor: pointer;
		font-weight: bold;
	}
		.cascade-selectors a:hover[b-ull95ia9bz] {
			opacity: 0.8;
		}
/* _content/PrzetrwajPL/Components/Pages/Posts/Post.razor.rz.scp.css */
.container[b-ypcxsh47tt] {
    display: block;
    margin: 20px auto;
    max-width: 800px;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.post-header-container[b-ypcxsh47tt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.post-header-left[b-ypcxsh47tt] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
}

.post-title[b-ypcxsh47tt] {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0;
}

.post-meta-line[b-ypcxsh47tt] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: #666;
    font-size: 15px;
}

.meta-city[b-ypcxsh47tt] {
    font-weight: 600;
}

.meta-time[b-ypcxsh47tt], .meta-date[b-ypcxsh47tt] {
    color: #555;
}

.meta-author[b-ypcxsh47tt] {
    color: #444;
}

.post-category-line[b-ypcxsh47tt] {
    font-size: 16px;
    color: #0094ff;
    font-weight: 600;
}

.post-header-right[b-ypcxsh47tt] {
    display: flex;
    align-items: center;
}

.vote-section[b-ypcxsh47tt] {
    display: flex;
    gap: 12px;
}

.upVoteButt[b-ypcxsh47tt], .downVoteButt[b-ypcxsh47tt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.upVoteButt[b-ypcxsh47tt] {
    background-color: #e6f4ff;
    color: #0094ff;
    border: 2px solid #bae7ff;
}

.upVoteButt.active[b-ypcxsh47tt] {
    background-color: #0094ff;
    color: white;
    border-color: #0094ff;
}

.upVoteButt:hover:not(:disabled)[b-ypcxsh47tt] {
    background-color: #bae7ff;
    color: #007adb;
}

.downVoteButt[b-ypcxsh47tt] {
    background-color: #ffebe9;
    color: #ff3421;
    border: 2px solid #ffccc7;
}

.downVoteButt.active[b-ypcxsh47tt] {
    background-color: #ff3421;
    color: white;
    border-color: #ff3421;
}

.downVoteButt:hover:not(:disabled)[b-ypcxsh47tt] {
    background-color: #ffccc7;
    color: #d41e15;
}

button:disabled[b-ypcxsh47tt] {
    opacity: 0.65;
    cursor: not-allowed;
}

.post-description-container[b-ypcxsh47tt] {
    text-align: left;
    margin-bottom: 25px;
}

.post-description-text[b-ypcxsh47tt] {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Attached Images Scrollable horizontal window */
.attachments-scroll-wrapper[b-ypcxsh47tt] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
    overflow-x: auto;
    padding: 1rem 0.5rem 1.5rem 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: #0094ff #f0f0f0;
    margin-bottom: 30px;
}

.attachments-scroll-wrapper[b-ypcxsh47tt]::-webkit-scrollbar {
    height: 8px;
}

.attachments-scroll-wrapper[b-ypcxsh47tt]::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.attachments-scroll-wrapper[b-ypcxsh47tt]::-webkit-scrollbar-thumb {
    background-color: #0094ff;
    border-radius: 4px;
    border: 2px solid #f0f0f0;
}

.attachment-col[b-ypcxsh47tt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.thumbnail-img[b-ypcxsh47tt] {
    height: 280px;
    width: auto;
    max-width: 100%;
    border-radius: 16px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.thumbnail-img:hover[b-ypcxsh47tt] {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.attachment-desc[b-ypcxsh47tt] {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    text-align: center;
    max-width: 200px;
    word-break: break-word;
    font-weight: 500;
}

.add-photo-btn-extracted[b-ypcxsh47tt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.add-photo-btn-extracted:hover[b-ypcxsh47tt] {
    background-color: #0094ff;
    color: ghostwhite !important;
}

/* Lightbox popup styling */
.lightbox-overlay[b-ypcxsh47tt] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.lightbox-content[b-ypcxsh47tt] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img[b-ypcxsh47tt] {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    object-fit: contain;
    cursor: default;
}

.lightbox-close-btn[b-ypcxsh47tt] {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}

.lightbox-close-btn:hover[b-ypcxsh47tt] {
    color: #ff3421;
}

/* Comments Section */
.comments-section[b-ypcxsh47tt] {
    text-align: left;
    margin-top: 30px;
    border-top: 2px solid #f0f0f0;
    padding-top: 25px;
}

.comments-section h3[b-ypcxsh47tt] {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.add-comment-trigger-btn[b-ypcxsh47tt] {
    background-color: #0094ff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 20px;
}

.add-comment-trigger-btn:hover[b-ypcxsh47tt] {
    background-color: #007adb;
    color: white;
}

.add-comment-box textarea[b-ypcxsh47tt] {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-send[b-ypcxsh47tt] {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
}

.comment-item[b-ypcxsh47tt] {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.comment-header[b-ypcxsh47tt] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.comment-author[b-ypcxsh47tt] {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.comment-time[b-ypcxsh47tt] {
    color: #888;
    font-size: 14px;
}

.comment-body[b-ypcxsh47tt] {
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}
