:root {
	--veloloko-bg: #f3eee3;
	--veloloko-card: #fff9ef;
	--veloloko-ink: #2f2b27;
	--veloloko-muted: #645e55;
	--veloloko-primary: #7a4b26;
	--veloloko-primary-dark: #4b2f18;
	--veloloko-accent: #b97c37;
	--veloloko-border: #cdb899;
	--veloloko-shadow: rgba(43, 32, 24, 0.14);
}

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	line-height: 1.7;
	background: var(--veloloko-bg);
	color: var(--veloloko-ink);
}

body.theme-industrial {
	background:
		radial-gradient(circle at top, rgba(255, 255, 255, 0.45), transparent 55%),
		linear-gradient(120deg, rgba(180, 153, 117, 0.08), rgba(92, 74, 54, 0.14)),
		var(--veloloko-bg);
	min-height: 100vh;
}

a {
	color: var(--veloloko-primary);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--veloloko-accent);
}

.container {
	max-width: 960px;
	margin: 0 auto;
	padding: 3rem 1.5rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.link {
	padding: 0.35rem 0.9rem;
	color: var(--veloloko-primary);
	line-height: 1.4;
	border: 1px solid var(--veloloko-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	transition: all 0.2s ease;
}
.link:hover {
	background: var(--veloloko-primary);
	color: #fff;
	transform: translateY(-1px);
}
.link a {
	display: block;
	font-weight: 500;
}

.link a, .link a:hover, .link a:visited, .link a:active {
	color: inherit;
}

.text a, .text a:hover, .text a:visited, .text a:active {
	color: var(--veloloko-primary);
}

.link:hover a {
	color: #fff;
}

.toplink.floatRight svg {
	margin-right: 0;
}

.blockContent label:first-child {
	margin-top: 0;
}

hr {
	height: 2px;
	border: none;
	background: var(--veloloko-border);
	margin: 2rem 0;
}

p {
	margin: 0 0 1.25rem;
	color: var(--veloloko-ink);
}

#karte {
	display: none;
	text-align: center;
	position: relative;
}

#karte svg {
	max-width: 800px;
}
#tooltip {
	position: fixed;
	display: none;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 8px;
	pointer-events: none;
}

.new {
	margin: 10px 0;
}

.filterB {
	display: none;
}

.date {
	font-style: italic;
	font-size: smaller;
}

#veids {
	font-size: bigger;
	padding: 3px;
}

img.small {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}

th img.small {
	border-radius: 0;
}

.right {
	text-align: right;
}
.nolikums {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.listicons img {
	height: 50px;
	width: 50px;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 25px;
	border: 1px solid var(--veloloko-border);
	background: rgba(255, 255, 255, 0.6);
}
.listicons img.active {
	border-color: var(--veloloko-primary);
	background: rgba(122, 75, 38, 0.18);
}
.hidden {
	display: none;
}
.smallIcon {
	height: 20px;
	width: 20px;
}
.content {
	padding: 3rem clamp(1.5rem, 3vw, 3rem);
	background: var(--veloloko-card);
	border: 1px solid var(--veloloko-border);
	border-radius: 16px;
	box-shadow: 0 18px 36px var(--veloloko-shadow);
	backdrop-filter: blur(2px);
    position: relative;
}

.header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
	background: rgba(255, 249, 239, 0.85);
	border: 1px solid var(--veloloko-border);
	border-radius: 14px;
	box-shadow: 0 14px 28px rgba(43, 32, 24, 0.15);
}

.header .toplink,
.header .toplink:visited,
.header .toplink:active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(122, 75, 38, 0.12);
	border: 1px solid transparent;
	color: var(--veloloko-primary-dark);
	transition: all 0.2s ease;
}

.header .toplink:hover {
	background: var(--veloloko-primary);
	border-color: var(--veloloko-primary-dark);
	color: #fff;
	transform: translateY(-1px);
}

.header .toplink svg {
	width: 20px;
	height: 20px;
}

.loginRight {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 20px 5px;
    background: #202124;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

h1, h2, h3 {
	margin: 0;
	font-family: 'Cinzel Decorative', serif;
	font-weight: 600;
	color: var(--veloloko-primary-dark);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

h1 {
	font-size: clamp(2.6rem, 4vw, 3.4rem);
	text-align: center;
	letter-spacing: 0.12em;
	margin-bottom: 1.5rem;
}

h2 {
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	margin-bottom: 1rem;
}

h3 {
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	margin-bottom: 0.75rem;
}

.section-block {
	padding: 1.5rem 0;
	border-top: 1px solid rgba(74, 58, 44, 0.18);
}

.section-block:first-of-type {
	border-top: none;
	padding-top: 0;
}

.section-block p:first-of-type {
	font-size: 1.05rem;
	color: var(--veloloko-muted);
}

.section-block p:last-child {
	margin-bottom: 0;
}

.checklist {
	padding-left: 1.25rem;
	margin: 0 0 1.5rem;
	list-style: square;
}

.checklist li {
	margin: 0 0 0.5rem;
	color: var(--veloloko-ink);
}

.footer {
	text-align: center;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--veloloko-muted);
	padding-bottom: 1rem;
}

@media (max-width: 640px) {
	.container {
		padding: 2rem 1rem 1.5rem;
		gap: 1.5rem;
	}

	.content {
		padding: 2.25rem 1.5rem;
	}

	.header {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5rem;
	}

	h1 {
		font-size: clamp(2.2rem, 7vw, 2.6rem);
		letter-spacing: 0.08em;
	}
}

th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

th[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.long {
	width: 300px;
}
textarea.long {
	height: 80px;
}
#iela {
	width: 307px;
}
.ikonas {
	text-align: center;
}
.ikonas .icon {
	width: 10%;
	margin-left: 2%;
	margin-right: 2%;
}

img.delete {
	height: 20px;
	cursor: pointer;
}

img.logo {
	width: 250px;
}
.header a {
	text-decoration: none;
}

.icon svg {
	height: auto;
}
.floatRight {
	float:right;
}
.pic {
	border-radius: 48px;
}

.toplink img, .toplink svg {
	margin-right: 16px;
	width: 48px;
	height: 48px;
}
.clickable {
	cursor: pointer;
}

form {
	padding: 10px;
}

form label {
	display: block;
	font-size: smaller;
}

div.elem {
	margin-bottom: 10px;
}

.button {
	cursor: pointer;
	background: var(--veloloko-primary);
	border: 1px solid var(--veloloko-primary-dark);
	border-radius: 999px;
	color: #fffef6;
	padding: 0.45rem 1.4rem;
	font-family: inherit;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.button + .button {
	margin-left: 10px;
}

.button.grey {
	background: var(--veloloko-muted);
	border-color: var(--veloloko-muted);
}

.button.red {
	background: #8c2c1b;
	border-color: #621d10;
}

.button:hover {
	background: var(--veloloko-primary-dark);
	box-shadow: 0 8px 16px rgba(74, 46, 23, 0.25);
	transform: translateY(-1px);
}

table.aktivitates {
	border-collapse: collapse;
	width: 100%;
}
table.aktivitates th {
	border-bottom: 2px solid var(--veloloko-border);
	text-align: left;
	font-family: 'Cinzel Decorative', serif;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--veloloko-primary-dark);
	padding: 0.75rem 0.5rem;
}


h4 {
	margin: 10px 0 0;
}
span.complete {
	background: #64BD6C;
}

.more {
	position: relative;
}

.dropdown {
	position: absolute;
	right: 10px;
	top: 50px;
	list-style: none;
	list-style-position: inside;
	padding-inline-start: 0;
	background: var(--veloloko-card);
	border: 1px solid var(--veloloko-border);
	border-radius: 10px;
	overflow: hidden;
	display: none;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.togglableMenu {
	cursor: pointer;
}
.togglableMenu.active + .dropdown {
	display: initial;
}

h1.p {
	text-transform: uppercase;
	border-bottom: 3px solid var(--veloloko-primary-dark);
	display: inline-block;
	padding-bottom: 0.5rem;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.blocks {
		grid-template-columns: auto auto;
		row-gap: 10px;
	}
}

@media (max-width: 800px) {
	h1 {
		text-align: center;
	}
	.blocks {
		grid-template-columns: auto;
		row-gap: 10px;
	}
	.block {
		grid-template-columns: 15% 85%;
	}
	.header {
		min-height: 38px;
	}
}

.user {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.userName {
	font-size: 24px;
	margin-left: 10px;
}
img.userIcon {
	border-radius: 0;
	margin-left: 10px;
}

.collapsable:before {
	font-family: Arial;
}

span.bold {
	font-weight: bold;
	margin-left: 0.5em;
}

div.box {
	padding-left: 1em;
	font-size: 18px;
	border-left: 2px solid var(--veloloko-primary);
	margin: 0.5em 0;
}
.d200 {
    width: 200px;
}

#map {
    height: 600px;
}

#lakeList {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: smaller;
}

#lakeList th {
    text-align: left;
    font-weight: 400;
    background: #999;
    color: #eee;
    padding: 2px 5px;
}

#lakeList tr:nth-child(2n+2) {
    background: #eee;
}

#lakeList td {
    padding: 2px 5px;
}

#form {
    display: flex;
    gap: 4px;
    flex-direction: column;
}

#mekletajs {
    width: 100%;
    margin-bottom: 10px;
}

.float {
    float: right;
    font-size: smaller;
}

.float h3 {
    font-size: 14px;
    padding-left: 10px;
}

input#saite {
    width: 170px;
}

#komentars {
    height: 170px;
    width: 170px;
    padding: 10px;
}

.sub {
    margin-left: 10px;
}

table.aktivitates {
    width: 100%;
}

.saite {
    text-decoration: none;
}

.click {
	cursor: pointer;
	margin-right: 10px;
}

.center {
	text-align: center;
}

form.form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 1rem;
}

.form-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.form-row label {
	font-weight: 600;
}

.form-row input[type='text'],
.form-row input[type='date'],
.form-row input[type='file'],
.form-row textarea {
	font-size: 16px;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 420px;
}

form.form textarea {
	min-height: 110px;
}

#activityForm #komentars {
	width: 100%;
	max-width: 420px;
	height: 110px;
}

form.form button {
	align-self: flex-start;
	padding: 8px 16px;
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

form.form button:hover {
	background: #1b262f;
}

table.activity-list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1.5rem;
	font-size: 16px;
}

table.activity-list thead {
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
}

table.activity-list th,
table.activity-list td {
	padding: 8px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

table.activity-list tbody tr:nth-child(2n) {
	background: #f4f4f4;
}

img.activity-photo {
	max-width: 160px;
	max-height: 120px;
	border-radius: 6px;
	display: block;
}

img.user-thumb {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
	vertical-align: middle;
}

span.user-name {
	display: inline-block;
	vertical-align: middle;
}

div.profile-header {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

img.profile-avatar,
div.profile-avatar.placeholder {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 700;
}

div.profile-summary {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

h1.profile-name {
	margin: 0;
	font-size: 32px;
}

.profile-stats {
	display: flex;
	gap: 8px;
	font-size: 18px;
}

.profile-stats .stat-label {
	font-weight: 600;
}

.completed-lines ul {
	margin: 0;
	padding-left: 1.2em;
}

#map {
	margin-top: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
}

.lines-progress {
	margin-top: 30px;
	display: grid;
	gap: 16px;
}

.line-progress {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 12px 16px;
}

.line-progress h3 {
	margin: 0 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.line-progress h3 .progress-count {
	font-size: 16px;
	font-weight: 600;
	color: var(--veloloko-primary, #2c3e50);
}

.line-progress ul {
	margin: 0;
	padding-left: 1.2em;
}

.line-progress li {
	margin: 0 0 4px 0;
}

.activities-section {
	margin-top: 30px;
}

.activities-section h2 {
	margin-bottom: 15px;
}

.board-header {
	margin-bottom: 12px;
}

.board-header h1 {
	margin: 0;
}

.board-lead {
	color: #444;
	max-width: 760px;
	line-height: 1.5;
	margin: 6px 0 0 0;
}

.board-compose {
	margin: 18px 0;
}

.board-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #f8f8f8;
	padding: 14px;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}

.board-form textarea {
	min-height: 110px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #cdd3de;
	font-family: inherit;
	resize: vertical;
}

.board-submit {
	align-self: flex-end;
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	border: none;
	padding: 8px 14px;
	border-radius: 8px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.board-submit:hover {
	background: #1f2a44;
	transform: translateY(-1px);
}

.board-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.board-item {
	background: #fdfdfd;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	padding: 12px;
}

.board-item.pinned {
	border-color: var(--veloloko-primary, #2c3e50);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.board-item.pinned .board-text {
	font-weight: 700;
}

.board-item-main {
	display: flex;
	gap: 12px;
}

.board-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	background: #dfe3e8;
	flex-shrink: 0;
}

.board-avatar.placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #2c3e50;
}

.board-item-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.board-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	font-size: 14px;
	color: #555;
}

.board-author {
	font-weight: 700;
	color: #1f2a44;
}

.board-date {
	color: #666;
}

.board-pin-label {
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
}

.board-text {
	white-space: pre-line;
	line-height: 1.5;
	color: #222;
}

.board-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.board-actions button {
	background: #fff;
	border: 1px solid #c3c8d2;
	color: #1f2a44;
	padding: 6px 10px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.board-actions button:hover {
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	border-color: var(--veloloko-primary, #2c3e50);
}

.board-actions .pin-toggle {
	border-color: #b68b2d;
	color: #b68b2d;
}

.board-actions .pin-toggle:hover {
	background: #b68b2d;
	color: #fff;
	border-color: #b68b2d;
}

.board-reply-form {
	display: none;
	flex-direction: column;
	gap: 8px;
	margin: 8px 0 0 56px;
	padding: 10px;
	border-left: 3px solid #e0e5ec;
	background: #fafafa;
	border-radius: 6px;
}

.board-reply-form.active {
	display: flex;
}

.board-reply-form textarea {
	min-height: 70px;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #cdd3de;
	font-family: inherit;
}

.board-reply-form button {
	align-self: flex-end;
	background: var(--veloloko-primary, #2c3e50);
	color: #fff;
	border: none;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
}

.reply-list {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 56px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.reply-item {
	display: flex;
	gap: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
}

.reply-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.board-empty {
	color: #555;
	margin-top: 12px;
}

ul.activity-cards {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

li.activity-card {
	display: flex;
	gap: 16px;
	background: #f8f8f8;
	padding: 12px;
	border-radius: 8px;
	align-items: flex-start;
	position: relative;
}

img.activity-thumb {
	width: 140px;
	height: 100px;
	object-fit: cover;
	border-radius: 6px;
	cursor: pointer;
}

.activity-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.activity-meta {
	display: flex;
	gap: 12px;
	font-weight: 600;
}

.activity-date {
	color: #333;
}

.activity-stop {
	color: var(--veloloko-primary, #2c3e50);
}

.activity-comment {
	font-size: 16px;
	color: #333;
}

.activity-delete {
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
	background: rgba(178, 34, 34, 0.85);
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.activity-delete:hover {
	background: rgba(139, 0, 0, 0.95);
	transform: scale(1.05);
}

.image-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	padding: 20px;
}

.image-overlay.visible {
	display: flex;
}

.image-overlay-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
}

.image-overlay-content img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
}

.image-overlay .overlay-close {
	position: absolute;
	top: -12px;
	right: -12px;
	background: #fff;
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 20px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

table.leaderboard-table .leader-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

table.leaderboard-table ul.completed-lines {
	margin: 0;
	padding-left: 1.2em;
	list-style: disc;
}

table.leaderboard-table ul.completed-lines li {
	margin: 0;
}

.menu {
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    gap: 8px;
}
.menu a {
    background-color: var(--veloloko-primary-dark);
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    width: 50px;
    height: 60px;
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: visible;
}

.menu a:hover:after {
    content: attr(data-title);
    position: absolute;
    top: 80px;
    left: -25px;
    font-size: smaller;
    width: 100px;
    text-align: center;
}

.menu a.active,
.menu a:hover {
    background-color: var(--veloloko-primary);
    height: 80px;
}

a#dalibnieki {
    background-image: url(/veloloko/icons/leaderboard.svg);
}

a#rullis {
    background-image: url(/veloloko/icons/rules.svg);
}

a#logout {
    background-image: url(/veloloko/icons/logout.svg);
}

a#add {
    background-image: url(/veloloko/icons/add.svg);
}

a#activities {
    background-image: url(/veloloko/icons/activities.svg);
}

a#board {
    background-image: url(/veloloko/icons/board.svg);
}

a#profile {
    background-image: url(/veloloko/icons/profile.svg);
}

div.progress > span:after {
    content: ' • ';
}

div.progress > span:last-child:after {
    content: '';
}

@media (max-width: 640px) {
	.board-item-main {
		flex-direction: column;
	}

	.board-reply-form,
	.reply-list {
		margin-left: 0;
	}

	.board-actions {
		gap: 6px;
	}

    .logo {
        width: 200px;
        margin-top: 60px;
    }
}
