.tsvgo-sport-detail {
	max-width: 1120px;
	margin: 0 auto;
}

.tsvgo-sport-detail__header {
	display: block;
	margin-bottom: 32px;
}

.tsvgo-sport-detail__image {
	margin-bottom: 24px;
}

.tsvgo-sport-detail__intro {
	max-width: 980px;
}

.tsvgo-sport-detail__intro h2 {
	margin: 0 0 20px;
}

.tsvgo-sport-detail__intro p {
	margin: 0;
}

.tsvgo-sport-detail__description p + p {
	margin-top: 16px;
}

.tsvgo-sport-detail__description,
.tsvgo-sport-detail__description p {
	width: 100%;
	max-width: none;
	white-space: normal;
	float: none;
}

.tsvgo-box {
	margin-bottom: 28px;
}

.tsvgo-public-message {
	display: block;
	margin: 0 0 24px;
	padding: 16px 18px;
	border-left: 5px solid #dcdcde;
	border-radius: 8px;
	background: #f6f7f7;
	color: #1d2327;
	box-sizing: border-box;
}

.tsvgo-public-message p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.tsvgo-public-message--success {
	border-left-color: #46b450;
	background: #edfaef;
	color: #166534;
}

.tsvgo-public-message--info {
	border-left-color: #dba617;
	background: #fff8e1;
	color: #7a5b00;
}

.tsvgo-public-message--dummy {
	border-left-color: #2271b1;
	background: #eef6fc;
	color: #0a4b78;
}

.tsvgo-public-message--error {
	border-left-color: #d63638;
	background: #fef1f1;
	color: #8a1f11;
}

.tsvgo-contact-form {
	display: grid;
	gap: 24px;
	margin: 0 auto 32px;
}

.tsvgo-contact-form__form {
	display: grid;
	gap: 28px;
}

.tsvgo-contact-form__fields {
	display: grid;
	gap: 24px;
}

.tsvgo-contact-form__group {
	display: grid;
	gap: 20px;
	padding: 28px;
	border: 1px solid #dcdcde;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tsvgo-contact-form__group-title {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #1d2327;
}

.tsvgo-contact-form__field {
	display: grid;
	gap: 8px;
}

.tsvgo-contact-form__group .tsvgo-contact-form__field {
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	align-items: start;
	column-gap: 24px;
}

.tsvgo-contact-form__field > label {
	display: block;
	margin: 0;
	font-weight: 600;
	color: #1d2327;
}

.tsvgo-contact-form__field > input:not([type="checkbox"]):not([type="radio"]),
.tsvgo-contact-form__field > select,
.tsvgo-contact-form__field > textarea {
	width: 100%;
	min-height: 46px;
	box-sizing: border-box;
}

.tsvgo-contact-form__field > textarea {
	min-height: 160px;
	resize: vertical;
}

.tsvgo-contact-form__options {
	display: grid;
	gap: 10px;
	margin: 0;
}

.tsvgo-contact-form__options label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin: 0;
}

.tsvgo-contact-form__options input[type="checkbox"],
.tsvgo-contact-form__options input[type="radio"] {
	margin-top: 4px;
}

.tsvgo-contact-form__field > .tsvgo-contact-form__consent {
	display: flex;
	grid-column: 1 / -1;
	gap: 10px;
	align-items: flex-start;
}

.tsvgo-contact-form__consent input[type="checkbox"] {
	margin-top: 4px;
}

.tsvgo-contact-form__help-text {
	grid-column: 2 / -1;
	margin: 0;
}

.tsvgo-contact-form__help-text p:first-child {
	margin-top: 0;
}

.tsvgo-contact-form__help-text p:last-child {
	margin-bottom: 0;
}

.tsvgo-contact-form__form > p:last-child {
	margin: 0;
}

@media (max-width: 860px) {
	.tsvgo-contact-form__group .tsvgo-contact-form__field {
		grid-template-columns: 1fr;
	}

	.tsvgo-contact-form__help-text {
		grid-column: auto;
	}
}

.tsvgo-box h3 {
	margin: 0 0 20px;
}

.tsvgo-booking-embed iframe {
	width: 100%;
	max-width: 100%;
	border: 0;
}

.tsvgo-map-embed iframe {
	width: 100%;
	max-width: 100%;
	min-height: 320px;
	border: 0;
}

.tsvgo-sport-detail ul {
	margin: 0;
	padding-left: 20px;
}

.tsvgo-sport-detail li + li {
	margin-top: 8px;
}

.tsvgo-persons {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.tsvgo-profile-card {
	display: grid;
	grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
	gap: 28px;
	margin-bottom: 28px;
	align-items: start;
}

.tsvgo-profile-card__content {
	min-width: 0;
}

.tsvgo-profile-card__content--full {
	grid-column: 1 / -1;
}

.tsvgo-profile-card__image img {
	width: 100%;
	height: auto;
	display: block;
}

.tsvgo-link-list {
	margin: 0 0 20px;
	padding-left: 0;
	list-style: none;
}

.tsvgo-link-list li + li {
	margin-top: 6px;
}

.tsvgo-team-list {
	display: grid;
	gap: 28px;
}

.tsvgo-team-card {
	display: grid;
	gap: 24px;
	margin-bottom: 28px;
}

.tsvgo-team-members {
	display: grid;
	gap: 24px;
}

.tsvgo-team-card--large_image {
	padding: 28px 0;
}

.tsvgo-team-card--large_image .tsvgo-team-card__header {
	max-width: 880px;
}

.tsvgo-team-card--small_image {
	padding: 24px 0;
}

.tsvgo-team-card--small_image .tsvgo-team-members {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.tsvgo-team-card--compact {
	grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
	gap: 28px;
	padding: 24px 0;
	align-items: start;
}

.tsvgo-team-card--compact .tsvgo-team-members {
	gap: 12px;
}

.tsvgo-team-member-tile {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.tsvgo-team-member-tile__image img {
	width: 100%;
	height: auto;
	display: block;
}

.tsvgo-team-member-tile__content h4 {
	margin: 0 0 8px;
}

.tsvgo-team-member-tile__content p {
	margin: 0 0 8px;
}

.tsvgo-team-member-compact {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.tsvgo-team-member-compact__contact {
	display: grid;
	gap: 6px;
}

.tsvgo-person-info-list {
	margin: 8px 0 0;
	padding-left: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

.tsvgo-person-card {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.tsvgo-person-card__image img,
.tsvgo-sport-detail__header img,
.tsvgo-image {
	width: 100%;
	height: auto;
	display: block;
}

.tsvgo-sport-list__image {
	margin-bottom: 16px;
}

.tsvgo-person-card__content {
	min-width: 0;
}

.tsvgo-person-card__content h4 {
	margin: 0 0 12px;
}

.tsvgo-person-card__content p {
	margin: 0 0 10px;
}

@media (max-width: 860px) {
	.tsvgo-team-card--compact {
		grid-template-columns: 1fr;
	}

	.tsvgo-team-member-compact {
		grid-template-columns: 1fr;
	}
}

.tsvgo-schedule .tsvgo-schedule-table {
	width: 100% !important;
	max-width: none !important;
}

.tsvgo-schedule .tsvgo-table {
	width: 100% !important;
	max-width: none !important;
	table-layout: fixed;
}

.tsvgo-table th,
.tsvgo-table td {
	text-align: left;
	vertical-align: top;
}

.tsvgo-billing-attendance .nav-tab-wrapper {
	margin-bottom: 20px;
}

.tsvgo-billing-table-section {
	margin-top: 28px;
}

.tsvgo-billing-table-section:first-of-type {
	margin-top: 0;
}

.tsvgo-billing-archive-downloads {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
}

.tsvgo-billing-archive-downloads .tsvgo-inline-form {
	display: inline-flex;
	margin: 0;
}

.tsvgo-billing-download-entry {
	display: inline-block;
	margin: 0 0 4px;
	padding: 4px 8px;
	border-left: 4px solid #8c8f94;
	border-radius: 4px;
	background: #f6f7f7;
}

.tsvgo-billing-download-entry--admin {
	border-left-color: #2271b1;
	background: #eef6fc;
}

.tsvgo-billing-download-entry--public {
	border-left-color: #46b450;
	background: #edfaef;
}

.tsvgo-billing-download-entry__source {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.08);
	font-weight: 600;
}

.tsvgo-billing-input-table {
	width: 100%;
	max-width: none;
	border-collapse: collapse;
}

.tsvgo-billing-input-table th,
.tsvgo-billing-input-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #dcdcde;
	text-align: left;
	vertical-align: top;
}

.tsvgo-billing-input-table th {
	font-weight: 600;
}

.tsvgo-billing-input-table th.sortable a,
.tsvgo-billing-input-table th.sorted a {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.tsvgo-billing-input-table .sorting-indicators {
	display: inline-flex;
	flex-direction: column;
	gap: 1px;
	line-height: 1;
}

.tsvgo-billing-input-table .sorting-indicator.asc::before {
	content: "^";
	font-size: 16px;
}

.tsvgo-billing-input-table .sorting-indicator.desc::before {
	content: "v";
	font-size: 16px;
}

.tsvgo-billing-input-table th.sorted.asc .sorting-indicator.desc,
.tsvgo-billing-input-table th.sorted.desc .sorting-indicator.asc {
	opacity: 0.35;
}

.tsvgo-billing-input-table input,
.tsvgo-billing-input-table select {
	max-width: 100%;
}

.tsvgo-billing-input-table.striped tbody tr:nth-child(odd) {
	background: #f6f7f7;
}

.tsvgo-billing-lock-notice {
	margin: 0 0 20px;
	padding: 1px 12px;
	border-left: 4px solid #72aee6;
	background: #f0f6fc;
}

.tsvgo-holiday-plan-page {
	margin: 0;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.tsvgo-holiday-plan-page__inner {
	display: grid;
	gap: 28px;
}

.tsvgo-holiday-plan-page__article {
	width: 100%;
}

.tsvgo-holiday-plan-section {
	padding: 0;
	margin: 0;
}

.tsvgo-holiday-plan-page__intro h1 {
	margin: 0 0 12px;
}

.tsvgo-holiday-plan-page__meta {
	margin: 0 0 24px;
}

.tsvgo-holiday-plan-search {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 24px;
}

.tsvgo-holiday-plan-search input[type="search"] {
	min-width: 280px;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	font-size: 16px;
}

.tsvgo-holiday-plan-table-wrap {
	overflow-x: auto;
}

.tsvgo-holiday-plan-table {
	min-width: 980px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
}

.tsvgo-holiday-plan-table th,
.tsvgo-holiday-plan-table td {
	white-space: normal;
	padding: 12px;
	vertical-align: top;
}

.tsvgo-holiday-plan-table thead th {
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
}

.tsvgo-holiday-plan-table tbody tr:nth-child(odd) > td {
	background: #ffffff;
}

.tsvgo-holiday-plan-table tbody tr:nth-child(even) > td {
	background: #f7f9fc;
}

.tsvgo-holiday-plan-table tbody tr > td {
	border-bottom: 1px solid #e2e4e7;
}

.tsvgo-holiday-plan-table__sport {
	display: grid;
	gap: 8px;
}

.tsvgo-holiday-plan-table__hint {
	color: #646970;
	font-size: 16px;
}

.tsvgo-holiday-plan-table .tsvgo-admin-edit-links {
	margin: 0;
}

.tsvgo-holiday-plan-table .regular-text {
	width: 100%;
	min-width: 180px;
	max-width: none;
	padding: 8px 10px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	font-size: 16px;
}

.tsvgo-holiday-plan-table select,
.tsvgo-holiday-plan-table input[type="text"] {
	width: 100%;
	min-width: 170px;
	padding: 8px 10px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	font-size: 16px;
}

.tsvgo-holiday-plan-form {
	margin: 0;
}

.tsvgo-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 782px) {
	.tsvgo-holiday-plan-search {
		align-items: stretch;
		flex-direction: column;
	}

	.tsvgo-holiday-plan-search input[type="search"],
	.tsvgo-holiday-plan-table select,
	.tsvgo-holiday-plan-table input[type="text"] {
		width: 100%;
	}
}

.tsvgo-schedule .tsvgo-table th:nth-child(1),
.tsvgo-schedule .tsvgo-table td:nth-child(1) {
	width: 50%;
}

.tsvgo-schedule .tsvgo-table th:nth-child(2),
.tsvgo-schedule .tsvgo-table td:nth-child(2),
.tsvgo-schedule .tsvgo-table th:nth-child(3),
.tsvgo-schedule .tsvgo-table td:nth-child(3) {
	width: 25%;
}

.tsvgo-schedule .tsvgo-schedule-table__toolbar {
	margin-bottom: 16px;
	width: 100% !important;
	max-width: none !important;
}

.tsvgo-schedule-table__search {
	width: 100%;
	max-width: 420px;
	color: #1d2327 !important;
	background: #f7f7f7 !important;
	border: 2px solid #5f6b76 !important;
	border-radius: 10px !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}

.tsvgo-schedule-table__search::placeholder {
	color: #4f5962;
	opacity: 1;
}

.tsvgo-schedule-table__search:focus {
	border-color: #1d2327 !important;
	box-shadow: 0 0 0 1px #1d2327 !important;
	outline: none;
}

.tsvgo-table__hidden-search {
	display: none;
}

.tsvgo-schedule-table__empty {
	margin-top: 16px;
}

.tsvgo-free-times-table th,
.tsvgo-free-times-table td {
	vertical-align: top;
}

.tsvgo-free-times-slot {
	background: #e8f5e9;
	border: 1px solid #9ccc9c;
	display: block;
	margin: 0 0 4px;
	padding: 2px 4px;
}

.tsvgo-free-times-empty {
	color: #666;
}

.tsvgo-week-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.tsvgo-week-grid__day {
	padding: 16px 0;
}

.tsvgo-team__timetable,
.tsvgo-schedule {
	margin-top: 28px;
	width: 90% !important;
	max-width: none !important;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.tsvgo-schedule--planner {
	width: 100% !important;
	max-width: none !important;
}

.tsvgo-schedule--planner > p,
.tsvgo-schedule--planner .tsvgo-timetable-filter,
.tsvgo-schedule--planner .tsvgo-timetable-wrap,
.tsvgo-schedule--planner .tsvgo-timetable {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
}

.tsvgo-timetable-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 16px 0;
	padding: 0 16px;
}

.tsvgo-timetable-filter__button {
	display: inline;
}

.tsvgo-timetable-wrap {
	overflow-x: auto;
	margin-top: 16px;
	width: 100%;
}

.tsvgo-timetable {
	width: 100%;
	min-width: 980px;
	table-layout: fixed;
	margin-top: 16px;
	border-collapse: collapse;
	background: #fff;
}

.tsvgo-timetable th,
.tsvgo-timetable td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #dcdcde;
	padding: 8px;
}

.tsvgo-timetable th {
	background: #f6f7f7;
	color: #1d2327;
}

.tsvgo-timetable__subplace {
	white-space: nowrap;
}

.tsvgo-timetable__axis {
	width: 88px;
	min-width: 88px;
	white-space: nowrap;
	background: #f6f7f7;
}

.tsvgo-timetable__entry {
	box-sizing: border-box;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: top;
}

.tsvgo-timetable__time {
	margin-bottom: 6px;
}

.tsvgo-timetable__name {
	margin-bottom: 4px;
}

.tsvgo-timetable__location,
.tsvgo-timetable__meta {
	margin-bottom: 4px;
}

.tsvgo-timetable__cell,
.tsvgo-timetable__empty-cell {
	height: 32px;
	background: #fff;
}

.tsvgo-timetable--large_image .tsvgo-timetable__entry {
	padding: 16px 0;
	border: 0;
	background: transparent;
}

.tsvgo-timetable--small_image .tsvgo-timetable__entry {
	padding: 12px 0;
	border: 0;
	background: transparent;
}

.tsvgo-timetable--compact .tsvgo-timetable__entry {
	padding: 8px 0;
	border: 0;
	background: transparent;
}

.tsvgo-timetable--compact .tsvgo-timetable__time {
	margin-bottom: 4px;
}

.tsvgo-timetable--compact .tsvgo-timetable__name {
	margin-bottom: 2px;
}

.tsvgo-billing-page {
	max-width: 1200px;
	margin: 32px auto;
	padding: 0 16px;
}

.tsvgo-billing-page__inner {
	padding: 32px;
}

.tsvgo-billing-page--admin {
	width: 100%;
	max-width: none;
	margin: 20px 0;
	padding: 0;
	box-sizing: border-box;
}

.tsvgo-billing-page--admin .tsvgo-billing-page__inner {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.tsvgo-billing-page__inner--login {
	width: min(100%, 360px);
	max-width: 360px;
	margin: 0 auto;
}

.tsvgo-billing-page__form label {
	display: block;
	margin-bottom: 8px;
}

.tsvgo-billing-page__form input[type="password"] {
	width: 100%;
	max-width: 420px;
	min-height: 44px;
	box-sizing: border-box;
}

.tsvgo-billing-page__form button {
	min-height: 44px;
}

.tsvgo-billing-attendance-form .tsvgo-date-picker {
	min-width: 140px;
}

#ui-datepicker-div {
	z-index: 999999 !important;
	width: 320px;
	box-sizing: border-box;
}

#ui-datepicker-div .ui-datepicker-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

#ui-datepicker-div .ui-datepicker-title {
	text-align: center;
	flex: 1 1 auto;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	text-decoration: none;
	cursor: pointer;
}

#ui-datepicker-div table {
	width: 100%;
	margin: 0;
	table-layout: fixed;
}

#ui-datepicker-div th,
#ui-datepicker-div td {
	width: 14.285%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#ui-datepicker-div th {
	padding: 8px 0;
}

#ui-datepicker-div td a,
#ui-datepicker-div td span {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

#ui-datepicker-div .ui-datepicker-current {
	display: none;
}

.tsvgo-billing-page__honeypot {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tsvgo-billing-month-calendar {
	overflow-x: auto;
}

.tsvgo-billing-month-calendar__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tsvgo-billing-month-calendar__table th,
.tsvgo-billing-month-calendar__table td {
	border: 1px solid #dcdcde;
	vertical-align: top;
	padding: 12px;
}

.tsvgo-billing-month-calendar__table th {
	background: #f6f7f7;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.tsvgo-billing-month-calendar__day {
	min-height: 220px;
	background: #fff;
}

.tsvgo-billing-month-calendar__day--outside {
	background: #f6f7f7;
	color: #646970;
}

.tsvgo-billing-month-calendar__day-number {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.tsvgo-billing-month-calendar__entries {
	display: grid;
	gap: 10px;
}

.tsvgo-billing-month-calendar__entry {
	padding: 10px;
	border: 1px solid #dcdcde;
	background: #fff;
}

.tsvgo-billing-month-calendar__entry-title {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.tsvgo-billing-month-calendar__entry-meta {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.5;
}

.tsvgo-billing-month-calendar__select {
	width: 100%;
	min-height: 44px;
	margin-top: 8px;
	font-size: 16px;
}

@media (max-width: 900px) {
	.tsvgo-billing-month-calendar__table,
	.tsvgo-billing-month-calendar__table thead,
	.tsvgo-billing-month-calendar__table tbody,
	.tsvgo-billing-month-calendar__table tr,
	.tsvgo-billing-month-calendar__table th,
	.tsvgo-billing-month-calendar__table td {
		display: block;
	}

	.tsvgo-billing-month-calendar__table thead {
		display: none;
	}

	.tsvgo-billing-month-calendar__table tr {
		margin-bottom: 16px;
	}

	.tsvgo-billing-month-calendar__day {
		min-height: 0;
	}
}

.tsvgo-schedule-table__pagination {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.tsvgo-table-sort {
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
	cursor: pointer;
}

.tsvgo-planning-page {
	width: 90vw;
	max-width: none;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: calc(50% - 45vw);
	margin-right: calc(50% - 45vw);
	padding: 0 16px;
	box-sizing: border-box;
}

.tsvgo-planning-page--login {
	width: auto;
	max-width: 1200px;
	margin: 32px auto;
	padding: 0 16px;
}

.tsvgo-planning-page__inner {
	width: 100%;
	padding: 32px;
	box-sizing: border-box;
}

.tsvgo-planning-page--login .tsvgo-planning-page__inner--login,
.tsvgo-billing-page__inner--login {
	width: min(100%, 360px);
	max-width: 360px;
	margin: 0 auto;
}

.tsvgo-planning-page__meta {
	margin: 0 0 24px;
}

.tsvgo-planning-page__login-form {
	max-width: none;
	margin: 0;
}

.tsvgo-planning-calendar {
	display: grid;
	gap: 28px;
}

.tsvgo-planning-planner {
	display: grid;
	gap: 24px;
}

.tsvgo-planning-week {
	padding: 24px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tsvgo-planning-week h2 {
	margin: 0 0 18px;
	color: #1d2327;
}

.tsvgo-planning-week__surface {
	overflow-x: auto;
}

.tsvgo-planning-week__cell {
	padding: 10px 12px;
	vertical-align: top;
}

.tsvgo-planning-week__cell--filled {
	background: #edfaef;
}

.tsvgo-planning-week__cell--overlap {
	background: #fcf0f1;
}

.tsvgo-planning-month {
	padding: 24px;
}

.tsvgo-planning-month h2 {
	margin: 0 0 18px;
}

.tsvgo-planning-month__weekdays,
.tsvgo-planning-month__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.tsvgo-planning-month__weekdays {
	margin-bottom: 10px;
}

.tsvgo-planning-day {
	min-height: 108px;
	padding: 14px;
	border: 1px solid #dcdcde;
	background: #fff;
	box-sizing: border-box;
}

.tsvgo-planning-day--empty {
	background: #f6f7f7;
}

.tsvgo-planning-day__entries {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.tsvgo-planning-day__entry {
	padding: 10px 12px;
	border: 1px solid #dcdcde;
	background: #fff;
	box-sizing: border-box;
}

.tsvgo-planning-day__entry--overlap {
	border-color: #d63638;
	background: #fcf0f1;
}

.tsvgo-planning-day__form {
	margin-top: 10px;
	padding: 10px 0;
}

.tsvgo-planning-day__form p {
	margin: 0 0 10px;
}

.tsvgo-planning-day__form p:last-child {
	margin-bottom: 0;
}

.tsvgo-planning-day__form input[type="text"],
.tsvgo-planning-day__form input[type="time"] {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.tsvgo-planning-day__weekday,
.tsvgo-planning-day__full {
	margin-top: 8px;
}

.tsvgo-event-view,
.tsvgo-event-detail-page__inner {
	margin: 0 auto 32px;
}

.tsvgo-event-detail-page {
	width: 90vw;
	max-width: none;
	margin-top: 32px;
	margin-bottom: 32px;
	margin-left: calc(50% - 45vw);
	margin-right: calc(50% - 45vw);
	padding: 0 16px;
	box-sizing: border-box;
}

.tsvgo-event-detail {
	display: grid;
	gap: 24px;
}

.tsvgo-event-detail-page__inner {
	max-width: 1120px;
	width: 100%;
}

.tsvgo-event-detail-page .tsvgo-box {
	padding: 32px;
	border: 1px solid #dcdcde;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.tsvgo-event-detail__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.tsvgo-event-detail__title {
	margin: 0 0 20px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.05;
}

.tsvgo-event-detail__meta {
	margin: 0 0 20px;
	padding-left: 0;
	list-style: none;
}

.tsvgo-event-detail__content {
	max-width: 920px;
}

.tsvgo-event-detail__description,
.tsvgo-event-detail__member-notice {
	margin: 0 0 20px;
	font-size: 1rem;
	line-height: 1.7;
}

.tsvgo-event-detail__map {
	margin: 0 0 20px;
}

.tsvgo-event-detail__meta a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tsvgo-event-detail__meta a:hover,
.tsvgo-event-detail__meta a:focus {
	text-decoration-thickness: 2px;
}

.tsvgo-event-view__description {
	margin-bottom: 20px;
}

.tsvgo-event-view__toolbar {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.tsvgo-event-view__modes,
.tsvgo-event-view__nav {
	display: flex;
	gap: 10px;
	align-items: center;
}

.tsvgo-event-view__mode,
.tsvgo-event-view__nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	background: #fff;
	text-decoration: none;
}

.tsvgo-event-view__mode.is-active {
	background: #1d2327;
	color: #fff;
	border-color: #1d2327;
}

.tsvgo-event-month__weekdays,
.tsvgo-event-month__grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	min-width: 980px;
	box-sizing: border-box;
}

.tsvgo-event-month__weekdays {
	margin-bottom: 12px;
	font-weight: 600;
}

.tsvgo-event-month {
	width: 100%;
	overflow-x: auto;
	padding-bottom: 8px;
}

.tsvgo-event-month__day {
	min-height: 140px;
	min-width: 0;
	padding: 12px;
	border: 1px solid #dcdcde;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.tsvgo-event-month__day.is-outside {
	background: #f6f7f7;
}

.tsvgo-event-month__date {
	margin-bottom: 8px;
	font-weight: 600;
}

.tsvgo-event-month__item {
	display: block;
	margin-bottom: 6px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #f6f7f7;
	line-height: 1.4;
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.tsvgo-event-month__title {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	text-decoration: none;
}

.tsvgo-event-month__description {
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.5;
}

.tsvgo-event-month__meta {
	margin: 0;
	padding-left: 0;
	list-style: none;
	font-size: 1rem;
}

.tsvgo-event-month__meta li,
.tsvgo-event-card__meta li,
.tsvgo-event-detail__meta li,
.tsvgo-event-simple-list__meta li {
	margin-bottom: 6px;
}

.tsvgo-event-info {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
}

.tsvgo-event-info__icon {
	display: inline-flex;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 18px;
	color: #50575e;
}

.tsvgo-event-info__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.tsvgo-event-info__text {
	min-width: 0;
}

.tsvgo-event-month__meta a,
.tsvgo-event-card__meta a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tsvgo-event-month__meta a:hover,
.tsvgo-event-month__meta a:focus,
.tsvgo-event-card__meta a:hover,
.tsvgo-event-card__meta a:focus {
	text-decoration-thickness: 2px;
}

.tsvgo-event-month__actions {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 8px;
}

.tsvgo-event-month__actions a {
	font-size: 1rem;
	text-decoration: none;
}

.tsvgo-event-week,
.tsvgo-event-list,
.tsvgo-event-compact {
	display: grid;
	gap: 18px;
}

.tsvgo-event-card {
	display: grid;
	grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
	gap: 20px;
	padding: 20px;
	border: 1px solid #dcdcde;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.tsvgo-event-card__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.tsvgo-event-card__title {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 1.9vw, 2rem);
	line-height: 1.1;
	overflow-wrap: anywhere;
	word-break: normal;
}

.tsvgo-event-card__title a {
	text-decoration: none;
	overflow-wrap: anywhere;
}

.tsvgo-event-card__meta {
	margin: 0 0 12px;
	padding-left: 0;
	list-style: none;
}

.tsvgo-event-view--week .tsvgo-event-list {
	gap: 24px;
}

.tsvgo-event-simple-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tsvgo-event-simple-list__item {
	margin: 0;
	padding: 0 0 18px;
	border-bottom: 1px solid #dcdcde;
}

.tsvgo-event-simple-list__item + .tsvgo-event-simple-list__item {
	padding-top: 18px;
}

.tsvgo-event-simple-list__title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: clamp(1.2rem, 1.7vw, 1.6rem);
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.tsvgo-event-simple-list__description,
.tsvgo-event-simple-list__member-notice {
	margin: 0 0 12px;
	font-size: 1rem;
	line-height: 1.5;
}

.tsvgo-event-simple-list__meta {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.tsvgo-event-simple-list .tsvgo-event-month__actions {
	margin-top: 12px;
}

.tsvgo-event-card__excerpt {
	margin: 0 0 12px;
}

.tsvgo-event-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.tsvgo-admin-edit-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0 12px;
}

.tsvgo-admin-edit-links__link {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 1rem;
	line-height: 1.4;
	text-decoration: none;
}

.tsvgo-admin-edit-links__link:hover,
.tsvgo-admin-edit-links__link:focus {
	border-color: #8c8f94;
	background: #fff;
	color: #1d2327;
	text-decoration: none;
}

@media (max-width: 768px) {
	.tsvgo-sport-detail__header,
	.tsvgo-person-card,
	.tsvgo-profile-card,
	.tsvgo-event-card {
		grid-template-columns: 1fr;
	}

	.tsvgo-box {
		padding: 0;
	}

	.tsvgo-event-detail-page {
		width: auto;
		margin: 24px auto;
		padding: 0 12px;
	}

	.tsvgo-event-detail-page .tsvgo-box {
		padding: 20px;
		border-radius: 20px;
	}

	.tsvgo-planning-page__inner,
	.tsvgo-planning-month,
	.tsvgo-planning-week {
		padding: 20px;
	}

	.tsvgo-planning-month__weekdays,
	.tsvgo-planning-month__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tsvgo-event-month__weekdays,
	.tsvgo-event-month__grid {
		grid-template-columns: repeat(7, minmax(120px, 1fr));
		min-width: 840px;
	}
}
.tsvgo-faq-list {
	display: grid;
	gap: 12px;
}

.tsvgo-faq-item {
	border: 1px solid currentColor;
	border-radius: 12px;
	padding: 12px 16px;
}

.tsvgo-faq-item summary {
	cursor: pointer;
	font-weight: 700;
}

.tsvgo-faq-answer {
	margin-top: 12px;
}

.tsvgo-chronicle {
	--tsvgo-chronicle-line: rgba(0, 0, 0, 0.16);
	--tsvgo-chronicle-accent: #fff200;
	--tsvgo-chronicle-card: #fff;
	margin: 32px 0;
}

.tsvgo-chronicle__list {
	position: relative;
	display: grid;
	gap: 28px;
}

.tsvgo-chronicle__list::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 14px;
	width: 2px;
	background: var(--tsvgo-chronicle-line);
}

.tsvgo-chronicle__item {
	position: relative;
	box-sizing: border-box;
	padding-left: 52px;
}

.tsvgo-chronicle__marker {
	position: absolute;
	top: 10px;
	left: 6px;
	z-index: 1;
	width: 18px;
	height: 18px;
	border: 3px solid #111;
	border-radius: 999px;
	background: var(--tsvgo-chronicle-accent);
	box-shadow: 0 0 0 8px #fff;
}

.tsvgo-chronicle__card {
	padding: 24px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 18px;
	background: var(--tsvgo-chronicle-card);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.tsvgo-chronicle__date {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	color: #111;
	background: linear-gradient(180deg, transparent 55%, var(--tsvgo-chronicle-accent) 55%);
}

.tsvgo-chronicle__title {
	margin: 0 0 16px;
}

.tsvgo-chronicle__image {
	margin: 0 0 18px;
}

.tsvgo-chronicle__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.tsvgo-chronicle__description p {
	margin: 0 0 14px;
}

.tsvgo-chronicle__description p:last-child {
	margin-bottom: 0;
}

.tsvgo-chronicle--compact .tsvgo-chronicle__list {
	gap: 16px;
}

.tsvgo-chronicle--compact .tsvgo-chronicle__card {
	padding: 18px 20px;
	border-radius: 14px;
	box-shadow: none;
}

@media (min-width: 780px) {
	.tsvgo-chronicle--alternating .tsvgo-chronicle__list::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.tsvgo-chronicle--alternating .tsvgo-chronicle__item {
		width: 50%;
		margin-left: 0;
		padding-left: 0;
		padding-right: 48px;
	}

	.tsvgo-chronicle--alternating .tsvgo-chronicle__item:nth-child(even) {
		margin-left: 50%;
		padding-right: 0;
		padding-left: 48px;
	}

	.tsvgo-chronicle--alternating .tsvgo-chronicle__marker {
		left: auto;
		right: -12px;
	}

	.tsvgo-chronicle--alternating .tsvgo-chronicle__item:nth-child(even) .tsvgo-chronicle__marker {
		right: auto;
		left: -12px;
	}
}

.tsvgo-org-chart {
	--tsvgo-org-line: #ccd0d4;
	--tsvgo-org-card-bg: #fff;
	--tsvgo-org-card-border: #dcdcde;
	margin: 24px 0;
	overflow-x: auto;
}

.tsvgo-org-chart__roots,
.tsvgo-org-chart__branch,
.tsvgo-org-chart__children {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.tsvgo-org-chart__node-row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 18px;
	position: relative;
}

.tsvgo-org-chart__assistants {
	display: flex;
	align-items: stretch;
	gap: 12px;
	position: relative;
	padding-left: 26px;
}

.tsvgo-org-chart__assistants::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	border-top: 2px solid var(--tsvgo-org-line);
}

.tsvgo-org-chart__children {
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 18px;
	position: relative;
	margin-top: 28px;
	padding-top: 28px;
}

.tsvgo-org-chart__children::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 28px;
	border-left: 2px solid var(--tsvgo-org-line);
}

.tsvgo-org-chart__card {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	min-width: 190px;
	max-width: 260px;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--tsvgo-org-card-border);
	border-radius: 8px;
	background: var(--tsvgo-org-card-bg);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.tsvgo-org-chart__image {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border-radius: 8px;
	background: #f0f0f1;
}

.tsvgo-org-chart__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tsvgo-org-chart__content {
	min-width: 0;
}

.tsvgo-org-chart__role {
	margin-bottom: 4px;
	color: #50575e;
	font-size: 16px;
	line-height: 1.35;
}

.tsvgo-org-chart__name {
	color: #1d2327;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 760px) {
	.tsvgo-org-chart {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: visible;
	}

	.tsvgo-org-chart__roots,
	.tsvgo-org-chart__branch,
	.tsvgo-org-chart__children,
	.tsvgo-org-chart__node-row,
	.tsvgo-org-chart__assistants {
		display: block;
	}

	.tsvgo-org-chart__branch {
		max-width: 100%;
		margin-left: calc(var(--tsvgo-org-depth, 0) * 10px);
		box-sizing: border-box;
	}

	.tsvgo-org-chart__node-row,
	.tsvgo-org-chart__assistants,
	.tsvgo-org-chart__children {
		max-width: 100%;
		padding-left: 10px;
		border-left: 2px solid var(--tsvgo-org-line);
		box-sizing: border-box;
	}

	.tsvgo-org-chart__assistants,
	.tsvgo-org-chart__children {
		margin-top: 10px;
		padding-top: 0;
	}

	.tsvgo-org-chart__assistants::before,
	.tsvgo-org-chart__children::before {
		display: none;
	}

	.tsvgo-org-chart__card {
		width: calc(100% - 12px);
		max-width: none;
		min-width: 0;
		margin-bottom: 10px;
		box-shadow: none;
	}
}
