/*
Theme Name: WoodmartChild
Author: 
Description: Your description goes here
Version: 1.0
Template: woodmart
*/

html,
body {
	scroll-behavior: smooth !important;
}

.whb-top-bar .container {
	max-width: 100% !important;
	padding-inline: 0;
}

.scrollToTop {
	right: auto;
	background: #d71a20 !important;
	color: #fff !important;
}

.wpDataTables {
	.dt-buttons,
	.dataTables_length,
	.dataTables_info {
		display: none;
	}

	thead,
	tbody {
		td,
		th,
		td.numdata.float,
		td.numdata.integer {
			text-align: center !important;
		}
	}
}

.searchform input[type="text"]::-webkit-input-placeholder {
	color: white; /*Change the placeholder color*/
	opacity: 0; /*Change the opacity between 0 and 1*/
}

.tablepress-table-name {
	padding: 24px 16px;
	font-size: 20px;
	font-weight: bold;
	background: #5e0520;
	margin-bottom: 16px;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.tablepress-table-name {
		flex-direction: column;
	}
}
.tablepress-table-name .last-update {
	color: #5e0520;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 12px;
	border-radius: 4px;
}
.tablepress {
	font-family: "IRANSansWeb_FaNum";
}
@media screen and (max-width: 768px) {
	.tablepress {
		table-layout: fixed !important;
		border-collapse: collapse !important;
	}
}
.tablepress tr th,
.tablepress tr td {
	border: 1px solid #eeeff1;
	vertical-align: middle;
}
.tablepress tr th a,
.tablepress tr td a {
	color: var(--hover-text-color);
}
.tablepress tr td {
	background: #fff;
}
.tablepress tr th {
	font-weight: normal;
	font-size: 17px;
	background: #d71a20;
	color: #fff;
	border-color: #d71a20;
}

/* .tablepress.overline-1 tbody .column-1 {
text-decoration: line-through;
}
.tablepress.overline-2 tbody .column-2 {
text-decoration: line-through;
}
.tablepress.overline-3 tbody .column-3 {
text-decoration: line-through;
}
.tablepress.overline-4 tbody .column-4 {
text-decoration: line-through;
}
.tablepress.overline-5 tbody .column-5 {
text-decoration: line-through;
}
.tablepress.overline-6 tbody .column-6 {
text-decoration: line-through;
}
.tablepress.overline-7 tbody .column-7 {
text-decoration: line-through;
}
.tablepress.overline-8 tbody .column-8 {
text-decoration: line-through;
}
.tablepress.overline-9 tbody .column-9 {
text-decoration: line-through;
}
.tablepress.overline-10 tbody .column-10 {
text-decoration: line-through;
} */
@font-face{
	font-family: "IranNastaliq";
	src: url("https://pgco.info/wp-content/uploads/2025/12/IranNastaliq.woff2") format("woff2");
}
.faal-hafez{
	.poem{
		font-family: "IranNastaliq", sans-serif;
		font-size: 36px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		word-spacing: 14px;
		text-align: center;
		color: #000;
	}
	.explanation{
		font-size: 15px;
		margin-top: 40px;
	}
}

