.pt-wrap {
	font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;
	text-align: center;
	max-width: 100%;
}

.pt-wrap select,
.pt-wrap input,
.pt-wrap button {
	font-size: 13px;
	font-family: inherit;
}

.pt-controls {
	background: #eef;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 1em;
}

.pt-row {
	margin: 4px 0;
}

.pt-btn {
	background: #d95722;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 6px 14px;
	cursor: pointer;
	font-weight: 600;
}

.pt-btn:hover {
	background: #c14a1a;
}

.pt-search-row {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
}

.pt-city-search {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.pt-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	max-height: 220px;
	overflow-y: auto;
	z-index: 20;
	text-align: left;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pt-suggestion {
	padding: 6px 10px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f0;
}

.pt-suggestion:hover {
	background: #f5f5f5;
}

.pt-suggestion--empty {
	cursor: default;
	color: #888;
}

.pt-suggestion--empty:hover {
	background: none;
}

.pt-country-label {
	font-size: 12px;
	color: #666;
	margin-right: 4px;
}

.pt-status {
	min-height: 1.2em;
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.pt-status--success {
	color: #2a7a2a;
}

.pt-status--error {
	color: #b3261e;
}

.pt-status--info {
	color: #666;
}

.pt-wrap .caption {
	margin: 1em auto;
	border-collapse: collapse;
}

.pt-wrap .pt-table-title {
	font-size: 20px;
	color: #d95722;
	text-align: center;
	min-width: 10em;
	padding: 0 0.5em;
}

.pt-wrap .arrow {
	font-size: 16px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
}

.pt-wrap .arrow:hover {
	text-decoration: underline;
}

.pt-table-scroll {
	max-height: 60vh;
	overflow-y: auto;
	display: inline-block;
	max-width: 100%;
}

.pt-wrap .timetable {
	border: 1px outset gray;
	border-collapse: collapse;
	margin: 0 auto;
}

.pt-wrap .timetable td {
	border: 1px inset #ccc;
	border-spacing: 1px;
	padding: 3px 6px;
}

.pt-wrap .timetable .head-row {
	position: sticky;
	top: 0;
}

.pt-wrap .head-row {
	color: black;
	background-color: #eef;
	font-weight: bold;
}

.pt-wrap .today-row {
	background-color: #eee;
	color: black;
	font-weight: bold;
}

.pt-wrap .daily {
	border: 1px outset gray;
	border-collapse: collapse;
	min-width: 14em;
	margin: 0 auto;
}

.pt-wrap .daily td {
	border: 1px inset #ccc;
	padding: 6px 12px;
	font-size: 14px;
}

.pt-wrap .daily td:first-child {
	text-align: left;
	font-weight: 600;
	background: #f7f7f7;
}

.pt-wrap .footer {
	text-align: center;
	margin: 0.8em 0 1.5em;
	font-size: 11px;
	color: #999;
}

.pt-wrap .footer a {
	font-weight: bold;
	text-decoration: none;
	color: #888;
	cursor: pointer;
	font-size: 12px;
}

.pt-wrap .footer a:hover {
	text-decoration: underline;
}

.pt-footer-sep {
	margin: 0 4px;
}

.pt-credit {
	opacity: 0.8;
}
