.ptw-wrap {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 16px 60px;
}

.ptw-breadcrumb {
	font-size: 13px;
	color: #666;
	margin-bottom: 12px;
}

.ptw-breadcrumb a {
	text-decoration: none;
	color: #1a6b4a;
}

.ptw-card {
	background: #0f4c3a;
	background: linear-gradient(135deg, #0f4c3a 0%, #146b52 100%);
	color: #fff;
	border-radius: 14px;
	padding: 24px;
	margin: 16px 0 28px;
}

.ptw-date {
	text-align: center;
	font-size: 14px;
	opacity: .85;
	margin-bottom: 18px;
}

.ptw-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media (min-width: 600px) {
	.ptw-grid {
		grid-template-columns: repeat(6, 1fr);
	}
}

.ptw-slot {
	background: rgba(255,255,255,0.12);
	border-radius: 10px;
	padding: 14px 6px;
	text-align: center;
}

.ptw-slot.ptw-active {
	background: #f2b632;
	color: #1a1a1a;
}

.ptw-slot-name {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	opacity: .85;
	margin-bottom: 6px;
}

.ptw-slot.ptw-active .ptw-slot-name {
	opacity: 1;
}

.ptw-slot-time {
	font-size: 18px;
	font-weight: 700;
}

.ptw-next-prayer {
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	opacity: .9;
	min-height: 18px;
}

.ptw-meta {
	text-align: center;
	margin-top: 14px;
	font-size: 12px;
	opacity: .7;
}

.ptw-month-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ptw-month-table th,
.ptw-month-table td {
	border: 1px solid #e2e2e2;
	padding: 8px 6px;
	text-align: center;
}

.ptw-month-table th {
	background: #f5f5f5;
}

.ptw-country-list,
.ptw-city-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
}

.ptw-country-list li,
.ptw-city-list li {
	background: #f7f7f7;
	border-radius: 8px;
	padding: 12px 14px;
}

.ptw-country-list a,
.ptw-city-list a {
	text-decoration: none;
	color: #0f4c3a;
	font-weight: 600;
}

.ptw-count {
	color: #888;
	font-size: 12px;
}

.ptw-embed-hint {
	font-size: 13px;
	color: #777;
	margin-top: 20px;
}

.ptw-embed-hint code {
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 4px;
}

.ptw-locate {
	margin: 20px 0;
}

.ptw-locate-inline {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 16px 18px;
}

.ptw-locate-button {
	background: #0f4c3a;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.ptw-locate-button:hover {
	background: #146b52;
}

.ptw-locate-status {
	margin-top: 10px;
	font-size: 13px;
	color: #555;
	min-height: 16px;
}

.ptw-search-box {
	position: relative;
	margin: 18px 0 28px;
}

.ptw-search-field {
	display: flex;
	align-items: stretch;
	background: #fff;
	border: 1.5px solid #4c9b7f;
	border-radius: 999px;
	overflow: hidden;
}

.ptw-search-field:focus-within {
	border-color: #146b52;
	box-shadow: 0 0 0 3px rgba(20, 107, 82, 0.12);
}

.ptw-search-input {
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
	padding: 12px 16px;
	font-size: 15px;
	border: none;
	background: transparent;
}

.ptw-search-input:focus {
	outline: none;
}

.ptw-search-btn {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 22px;
	border: none;
	border-left: 1.5px solid #4c9b7f;
	background: #146b52;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.ptw-search-btn svg {
	flex: 0 0 auto;
}

.ptw-search-btn:hover {
	background: #0f4c3a;
}

.ptw-search-results {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	z-index: 20;
	max-height: 320px;
	overflow-y: auto;
}

.ptw-search-result-item {
	display: block;
	padding: 10px 14px;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.ptw-search-result-item:last-child {
	border-bottom: none;
}

.ptw-search-result-item:hover {
	background: #f5f9f7;
	color: #0f4c3a;
}

.ptw-search-empty {
	padding: 10px 14px;
	font-size: 13px;
	color: #888;
}

.ptw-topnav {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	width: 100%;
	border: 1.5px solid #4c9b7f;
	border-radius: 14px;
	margin-bottom: 18px;
	box-shadow: 0 10px 24px rgba(20, 107, 82, 0.14);
}

.ptw-topnav-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	line-height: 1;
	padding: 6px 14px;
	border: none;
	border-right: 1.5px solid #4c9b7f;
	background: #fff;
	color: #146b52;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	transition: background 0.15s ease;
}

.ptw-topnav-item span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ptw-topnav-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: inherit;
}

.ptw-topnav-item:last-child {
	border-right: none;
}

.ptw-topnav-item:hover {
	background: #eaf5f0;
}

.ptw-topnav-item.ptw-topnav-active {
	background: linear-gradient(135deg, #f2b632 0%, #1f7a5c 65%, #146b52 100%);
	border-right-color: #d99e1f;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.ptw-topnav-item.ptw-topnav-active:hover {
	background: linear-gradient(135deg, #e6a922 0%, #1a6b4e 65%, #0f4c3a 100%);
}

@media (max-width: 480px) {
	.ptw-topnav-icon {
		width: 15px;
		height: 15px;
	}

	.ptw-topnav-item {
		padding: 5px 10px;
		gap: 4px;
		font-size: 13px;
	}
}
