.obec-widget {
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin: 20px 0;
	font-family: "PT Sans", sans-serif;
}

/* Nadpis */
.obec-widget__title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: 1.3;
}

.obec-widget__search .obec-widget__title {
	text-align: center;
}

.obec-widget__title--left {
	text-align: left;
}

.obec-widget__desc {
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 0 0 16px;
	line-height: 1.4;
}

/* Input */
.obec-widget__input-wrap {
	position: relative;
	margin-bottom: 12px;
}

.obec-widget__input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 36px 10px 10px;
	font-size: 14px;
	font-family: inherit;
	box-sizing: border-box;
	border-radius: 0;
	outline: none;
}

.obec-widget__input:focus {
	border-color: #999;
}

.obec-widget__search-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Button */
.obec-widget__btn {
	display: block;
	width: 100%;
	background: #E81424;
	color: #fff;
	border: none;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: inherit;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.obec-widget__btn:hover {
	background: #c91120;
}

/* Dropdown */
.obec-widget__dropdown {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	z-index: 100;
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid #e0e0e0;
}

.obec-widget__input-wrap {
	position: relative;
}

.ow-dropdown__item {
	padding: 8px 12px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

.ow-dropdown__item:hover,
.ow-dropdown__item--active {
	background: #f5f5f5;
}

.ow-dropdown__name {
	font-size: 14px;
	color: #000;
}

.ow-dropdown__district {
	font-size: 12px;
	color: #999;
}

.ow-dropdown__empty {
	padding: 8px 12px;
	font-size: 13px;
	color: #999;
}

/* Results header */
.obec-widget__results-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0;
}

.obec-widget__change {
	color: #E81424;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}

.obec-widget__change:hover {
	text-decoration: underline;
}

/* Názov obce */
.obec-widget__name {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 8px;
}

/* Články */
.ow-article {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}

.ow-article:last-child {
	border-bottom: none;
}

.ow-article__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}

.ow-article__icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	flex-shrink: 0;
	object-fit: cover;
}

.ow-article__date {
	color: #666;
	font-size: 13px;
}

.ow-article__cat {
	color: #E81424;
	font-size: 13px;
}

.ow-article__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.4;
}

.ow-article__title:hover {
	text-decoration: underline;
}

/* Zobraziť ďalšie */
.obec-widget__more {
	display: block;
	color: #E81424;
	font-size: 14px;
	text-decoration: none;
	padding-top: 10px;
}

.obec-widget__more:hover {
	text-decoration: underline;
}

/* Prázdny stav */
.ow-articles__empty {
	color: #666;
	font-size: 13px;
	padding: 10px 0;
	margin: 0;
}

/* Skeleton loader */
.ow-skeleton {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.ow-skeleton__meta {
	display: flex;
	gap: 8px;
	margin-bottom: 6px;
}

.ow-skeleton__bar {
	height: 14px;
	border-radius: 3px;
	background: linear-gradient(90deg, #eee 25%, #e0e0e0 50%, #eee 75%);
	background-size: 200% 100%;
	animation: ow-shimmer 1.5s infinite;
}

.ow-skeleton__bar--sm {
	width: 50px;
}

.ow-skeleton__bar--md {
	width: 90px;
}

.ow-skeleton__bar--lg {
	width: 100%;
}

@keyframes ow-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}
