.pad-dictionary-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.pad-dictionary-wrapper * {
	box-sizing: border-box;
}

/* جستجو */
.pad-search-wrapper {
	margin-bottom: 20px;
}

.pad-search-input {
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pad-search-input:focus {
	border-color: #2c3e50;
	box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.12);
}

/* برچسب‌های دسته‌بندی */
.pad-category-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.pad-tag-pill {
	display: inline-block;
	padding: 6px 16px;
	background-color: #eef2f5;
	color: #2c3e50;
	border-radius: 20px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.pad-tag-pill:hover {
	background-color: #dce3e8;
	color: #2c3e50;
}

.pad-tag-pill.pad-tag-active {
	background-color: #2c3e50;
	color: #ffffff;
}

/* صفحه‌بندی */
.pad-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 15px;
	padding: 10px 0;
}

.pad-pagination button {
	background-color: #2c3e50;
	color: #ffffff;
	border: none;
	padding: 8px 18px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.pad-pagination button:not(:disabled):hover {
	background-color: #1a252f;
}

.pad-pagination button:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.pad-pagination-indicator {
	font-size: 14px;
	color: #555555;
	white-space: nowrap;
}

.pad-row.pad-page-hidden {
	display: none !important;
}

/* گروه‌ها و دسته‌بندی */
.pad-group {
	margin-top: 30px;
}

.pad-group:first-child {
	margin-top: 0;
}

.pad-category-title {
	margin: 0 0 12px 0;
	padding: 10px 15px;
	background-color: #2c3e50;
	color: #ffffff;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

/* جدول */
.pad-table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pad-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}

.pad-table thead th {
	background-color: #34495e;
	color: #ffffff;
	text-align: right;
	padding: 12px 15px;
	font-weight: 600;
	white-space: nowrap;
}

.pad-table tbody td {
	padding: 12px 15px;
	border-bottom: 1px solid #eaeaea;
	color: #333333;
	vertical-align: middle;
}

.pad-table tbody tr:nth-child(even) {
	background-color: #f7f7f7;
}

.pad-table tbody tr:hover {
	background-color: #f0f4f8;
}

.pad-persian,
.pad-arabic {
	font-size: 16px;
}

.pad-no-audio {
	color: #aaaaaa;
}

.pad-audio audio {
	width: 220px;
	max-width: 100%;
	height: 36px;
	vertical-align: middle;
}

/* پیام‌های خالی / بدون نتیجه */
.pad-empty-notice,
.pad-no-results {
	padding: 15px;
	text-align: center;
	color: #888888;
	font-size: 15px;
}

/* حالت پنهان شده هنگام جستجو */
.pad-row.pad-search-hidden {
	display: none !important;
}

.pad-group.pad-hidden {
	display: none !important;
}

/* واکنش‌گرا برای موبایل */
@media (max-width: 600px) {
	.pad-category-title {
		font-size: 16px;
		padding: 8px 12px;
	}

	.pad-table thead th,
	.pad-table tbody td {
		padding: 8px 10px;
		font-size: 14px;
	}

	.pad-audio audio {
		width: 160px;
	}
}
