/* IPA Country Coverage */

.ipa-cc,
.ipa-cc * {
	box-sizing: border-box;
}

.ipa-cc {
	width: 100%;
	margin: 0;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	overflow: hidden;
	font-family: IPAustria, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #333;
}

.ipa-cc__header {
	background: linear-gradient(135deg, #ff000d 0%, #000000 100%);
	color: #fff !important;
	padding: 30px;
	text-align: center;
}

.ipa-cc__header,
.ipa-cc__header * {
	color: #fff !important;
}

.ipa-cc__title {
	font-size: 2.5rem;
	font-weight: 300;
	margin: 0 0 10px;
	letter-spacing: 1px;
	color: #fff !important;
}

.ipa-cc__subtitle {
	font-size: 1.1rem;
	opacity: 0.9;
	margin: 0 0 30px;
	color: #fff !important;
}

.ipa-cc__search {
	max-width: 400px;
	margin: 0 auto;
}

.ipa-cc__search-box {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.1) !important;
	border-radius: 25px !important;
	padding: 8px 20px !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.3s ease;
}

.ipa-cc__search-box:focus-within {
	background: rgba(255, 255, 255, 0.2) !important;
	border-color: rgba(255, 255, 255, 0.4) !important;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}

.ipa-cc__search-input,
.ipa-cc__search-box input,
.ipa-cc__search-box input[type="search"],
.ipa-cc__search-box input[type="text"] {
	flex: 1;
	width: 100%;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 8px 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	caret-color: #fff;
	font-size: 1rem !important;
	font-family: inherit !important;
	line-height: 1.4 !important;
}

.ipa-cc__search-input:focus,
.ipa-cc__search-input:hover,
.ipa-cc__search-box input:focus,
.ipa-cc__search-box input:hover {
	background: transparent !important;
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.ipa-cc__search-input::-webkit-search-decoration,
.ipa-cc__search-input::-webkit-search-cancel-button,
.ipa-cc__search-input::-webkit-search-results-button,
.ipa-cc__search-input::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}

.ipa-cc__search-input::placeholder {
	color: rgba(255, 255, 255, 0.7) !important;
	opacity: 1;
}

.ipa-cc__search-icon {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 1.1rem;
	margin-left: 10px;
	line-height: 1;
	pointer-events: none;
	flex-shrink: 0;
}

.ipa-cc__search-results {
	text-align: center;
	margin-top: 10px;
	font-size: 0.9rem;
	opacity: 0.8;
	color: #fff !important;
	min-height: 1.2em;
}

.ipa-cc__search-results.is-hidden {
	display: none;
}

.ipa-cc__table-wrap {
	overflow-x: auto;
	padding: 0;
}

.ipa-cc__table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	min-width: 900px;
	animation: ipaCcFadeInUp 0.8s ease-out;
}

.ipa-cc__table thead {
	background: linear-gradient(135deg, #ff000d 0%, #000000 100%);
}

.ipa-cc__table th {
	padding: 20px 15px;
	text-align: center;
	font-weight: 600;
	font-size: 0.9rem;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border: none;
}

.ipa-cc__table th:first-child {
	text-align: left;
	padding-left: 25px;
	color: #fff !important;
}

.ipa-cc__table td {
	padding: 18px 15px;
	text-align: center;
	border: none;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	color: #333;
}

.ipa-cc__table td:first-child {
	text-align: left;
	padding-left: 25px;
	font-weight: 600;
	background: linear-gradient(135deg, #ff000d 0%, #000000 100%);
	color: #fff !important;
	position: sticky;
	left: 0;
	z-index: 10;
}

.ipa-cc__row {
	transition: all 0.3s ease;
	border-bottom: 1px solid #f0f0f0;
	animation: ipaCcFadeInUp 0.6s ease-out;
	animation-fill-mode: both;
}

.ipa-cc__row:nth-child(even) {
	background: #f8f9ff;
}

.ipa-cc__row:hover {
	background: linear-gradient(135deg, rgba(255, 0, 13, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ipa-cc__row:hover td:first-child {
	background: linear-gradient(135deg, #e6000b 0%, #000000 100%);
	color: #fff !important;
}

.ipa-cc__row.is-hidden {
	display: none !important;
}

.ipa-cc__status {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	transition: all 0.3s ease;
	color: #fff !important;
}

.ipa-cc__status--yes {
	background: linear-gradient(135deg, #ff000d 0%, #e6000b 100%);
	box-shadow: 0 2px 8px rgba(255, 0, 13, 0.3);
}

.ipa-cc__status--no {
	background: linear-gradient(135deg, #000000 0%, #333333 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ipa-cc__status--yes::before {
	content: "✓";
}

.ipa-cc__status--no::before {
	content: "✗";
}

.ipa-cc__table-wrap::-webkit-scrollbar {
	height: 8px;
}

.ipa-cc__table-wrap::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.ipa-cc__table-wrap::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #ff000d 0%, #000000 100%);
	border-radius: 4px;
}

@keyframes ipaCcFadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ipa-cc__row:nth-child(1) { animation-delay: 0.05s; }
.ipa-cc__row:nth-child(2) { animation-delay: 0.08s; }
.ipa-cc__row:nth-child(3) { animation-delay: 0.11s; }
.ipa-cc__row:nth-child(4) { animation-delay: 0.14s; }
.ipa-cc__row:nth-child(5) { animation-delay: 0.17s; }
.ipa-cc__row:nth-child(6) { animation-delay: 0.2s; }
.ipa-cc__row:nth-child(7) { animation-delay: 0.23s; }
.ipa-cc__row:nth-child(8) { animation-delay: 0.26s; }
.ipa-cc__row:nth-child(9) { animation-delay: 0.29s; }
.ipa-cc__row:nth-child(10) { animation-delay: 0.32s; }

@media (max-width: 768px) {
	.ipa-cc__title {
		font-size: 2rem;
	}

	.ipa-cc__subtitle {
		font-size: 1rem;
	}

	.ipa-cc__search {
		max-width: 90%;
	}

	.ipa-cc__table-wrap {
		padding: 10px;
	}

	.ipa-cc__table th,
	.ipa-cc__table td {
		padding: 12px 8px;
		font-size: 0.85rem;
	}

	.ipa-cc__table th:first-child,
	.ipa-cc__table td:first-child {
		padding-left: 15px;
	}

	.ipa-cc__status {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}
}

@media (max-width: 480px) {
	.ipa-cc__title {
		font-size: 1.5rem;
	}

	.ipa-cc__table th,
	.ipa-cc__table td {
		padding: 10px 6px;
		font-size: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ipa-cc__table,
	.ipa-cc__row {
		animation: none;
	}

	.ipa-cc__row:hover {
		transform: none;
	}
}
