.index_audio .page_navigator {
	margin: 12px 0 4px;
	padding: 0;
}

.index_audio .pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.index_audio .pagination .page-item {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.index_audio .pagination .page-link {
	display: block;
	min-width: 16px;
	padding: 4px 7px;
	border: 1px solid #b8c5d1;
	border-radius: 3px;
	background: #fff;
	color: #2f6fa7;
	font: 11px Arial, sans-serif;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.index_audio .pagination .page-item.active .page-link {
	border-color: #2f6fa7;
	background: #2f6fa7;
	color: #fff;
	font-weight: bold;
}

.index_audio .pagination .page-item.disabled .page-link {
	border-color: transparent;
	background: transparent;
	color: #777;
}

.index_audio .pagination a.page-link:hover {
	border-color: #2f6fa7;
	background: #edf5fb;
	color: #194f7d;
}

.index_audio .view_all {
	float: none;
	width: auto;
	padding: 0;
}

.podcast-comments {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #d5dce3;
	text-align: left;
}

.podcast-comments .comments-title,
.podcast-comments .comments-form-title {
	margin: 0 0 14px;
	color: #174f82;
	font-size: 18px;
	font-weight: bold;
}

.podcast-comments .comments-form-title {
	font-size: 15px;
}

.podcast-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin-bottom: 22px;
	padding: 16px;
	border: 1px solid #d5dce3;
	border-radius: 5px;
	background: #f7f9fb;
}

.podcast-comment-form .comment-form-field {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.podcast-comment-form .comment-form-field-full,
.podcast-comment-form .comment-form-actions {
	grid-column: 1 / -1;
}

.podcast-comment-form input[type="text"],
.podcast-comment-form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 8px;
	border: 1px solid #adb9c4;
	border-radius: 3px;
	font: 13px Arial, sans-serif;
}

.podcast-comment-form textarea {
	min-height: 110px;
	resize: vertical;
}

.podcast-comment-form input[type="submit"] {
	padding: 7px 18px;
	border: 1px solid #2f6fa7;
	border-radius: 3px;
	background: #3f82bb;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.podcast-comments .comments-message {
	margin-bottom: 12px;
	padding: 9px 12px;
	border-radius: 3px;
}

.podcast-comments .comments-message-success {
	border: 1px solid #88b98e;
	background: #eff8f0;
	color: #286232;
}

.podcast-comments .comments-message-error {
	border: 1px solid #c98989;
	background: #fff1f1;
	color: #8b2727;
}

.podcast-comments .comments-list {
	margin-top: 18px;
}

@media (max-width: 640px) {
	.podcast-comment-form {
		grid-template-columns: 1fr;
	}

}
