.csabaweb-beosztas {
	max-width: 960px;
	margin: 0 auto;
	font-size: 16px;
}
.csabaweb-beosztas__intro {
	margin-bottom: 1.2em;
}
.csabaweb-beosztas__message {
	min-height: 1.4em;
	font-weight: 600;
	color: #2271b1;
	margin-bottom: 0.8em;
}
.csabaweb-week-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.csabaweb-week-nav__link {
	padding: 8px 14px;
	border: 1px solid #2271b1;
	border-radius: 6px;
	text-decoration: none;
	color: #2271b1;
	font-weight: 600;
	white-space: nowrap;
}
.csabaweb-week-nav__link:hover {
	background: #e7f0fa;
}
.csabaweb-week-nav__label {
	font-weight: 600;
	text-align: center;
}
.csabaweb-week-scroll {
	overflow-x: auto;
}
.csabaweb-beosztas__grid {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
}
.csabaweb-beosztas__grid th,
.csabaweb-beosztas__grid td {
	border: 1px solid #ddd;
	padding: 10px 8px;
	text-align: center;
	vertical-align: top;
}
.csabaweb-grid__time-col {
	white-space: nowrap;
	text-align: left;
	background: #fafafa;
}
.csabaweb-grid__date {
	font-weight: normal;
	color: #666;
	font-size: 0.85em;
}
.csabaweb-grid__empty {
	color: #ccc;
}
.csabaweb-slot-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.csabaweb-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.85em;
	font-weight: 600;
	white-space: nowrap;
}
.csabaweb-badge--open {
	background: #e6f4ea;
	color: #1e7e34;
}
.csabaweb-badge--taken {
	background: #f1f1f1;
	color: #666;
}
.csabaweb-badge--mine {
	background: #e7f0fa;
	color: #2271b1;
}
.csabaweb-btn {
	padding: 8px 16px;
	border-radius: 6px;
	border: 1px solid #2271b1;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
	font-size: 0.95em;
}
.csabaweb-btn--cancel {
	background: #fff;
	color: #b32d2e;
	border-color: #b32d2e;
}
.csabaweb-btn:disabled {
	opacity: 0.6;
	cursor: default;
}
.csabaweb-note-input {
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.85em;
	width: 130px;
	max-width: 100%;
}
.csabaweb-note-display {
	font-size: 0.8em;
	color: #555;
	font-style: italic;
	max-width: 130px;
	word-break: break-word;
}
.csabaweb-beosztas--login,
.csabaweb-beosztas--denied {
	max-width: 420px;
	margin: 0 auto;
}
.csabaweb-btn--secondary {
	background: #fff;
	color: #2271b1;
}
.csabaweb-register-request {
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: 1px solid #ddd;
}
.csabaweb-register-request__intro {
	margin-bottom: 0.6em;
	color: #444;
}
.csabaweb-register-request__note {
	font-size: 0.9em;
	color: #555;
	margin-bottom: 1em;
	max-width: 46em;
}
.csabaweb-register-form {
	margin-top: 1em;
}
.csabaweb-register-form label {
	font-weight: 600;
	font-size: 0.9em;
}
.csabaweb-register-form input[type="text"],
.csabaweb-register-form input[type="email"],
.csabaweb-register-form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
	margin-top: 4px;
	box-sizing: border-box;
}
.csabaweb-register-form textarea {
	resize: vertical;
}
.csabaweb-register-form__hp {
	position: absolute;
	left: -9999px;
}
.csabaweb-register-form__message {
	font-weight: 600;
	min-height: 1.4em;
	color: #2271b1;
}
.csabaweb-beosztas__logout {
	margin-top: 1.5em;
}
.csabaweb-addslots {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
.csabaweb-addslots-form {
	margin-top: 1em;
}
.csabaweb-addslots-form label {
	font-weight: 600;
	font-size: 0.9em;
}
.csabaweb-addslots-form input[type="date"],
.csabaweb-addslots-form input[type="time"] {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
	margin-top: 4px;
	box-sizing: border-box;
}
.csabaweb-addslots-form__days-label {
	font-weight: 600;
	font-size: 0.9em;
}
.csabaweb-addslots-form__day {
	display: inline-block;
	margin: 6px 14px 0 0;
	font-weight: normal;
	font-size: 0.95em;
}
.csabaweb-addslots-form__message {
	font-weight: 600;
	min-height: 1.4em;
	color: #2271b1;
}
.csabaweb-addhelper {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
.csabaweb-addhelper-form {
	margin-top: 1em;
}
.csabaweb-addhelper-form label {
	font-weight: 600;
	font-size: 0.9em;
}
.csabaweb-addhelper-form input[type="text"],
.csabaweb-addhelper-form input[type="email"] {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font: inherit;
	margin-top: 4px;
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
}
.csabaweb-addhelper-form__cat-label {
	font-weight: 600;
	font-size: 0.9em;
}
.csabaweb-addhelper-form__cat {
	display: inline-block;
	margin: 6px 14px 0 0;
	font-weight: normal;
	font-size: 0.95em;
}
.csabaweb-addhelper-form__hint {
	font-size: 0.85em;
	color: #666;
	margin-top: 0.6em;
}
.csabaweb-addhelper-form__message {
	font-weight: 600;
	min-height: 1.4em;
	color: #2271b1;
}
.csabaweb-grid__helper-name {
	display: block;
	font-size: 0.85em;
	font-weight: 600;
	color: #333;
	margin-top: 2px;
}
.csabaweb-admin-assign {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	padding-top: 6px;
	border-top: 1px dashed #ddd;
	width: 100%;
}
.csabaweb-admin-assign__or {
	font-size: 0.75em;
	color: #999;
	text-transform: uppercase;
}
.csabaweb-assign-select {
	width: 130px;
	max-width: 100%;
	padding: 5px 6px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.85em;
}
.csabaweb-btn--assign {
	font-size: 0.85em;
	padding: 6px 12px;
}
