.rdppm-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 16px;
}

.rdppm-auth-panel,
.rdppm-status-card,
.rdppm-status-result,
.rdppm-empty {
	max-width: 640px;
	border: 1px solid #d9e0e6;
	border-radius: 8px;
	padding: 20px;
	background: #fff;
}

.rdppm-auth-panel .login-username,
.rdppm-auth-panel .login-password,
.rdppm-auth-panel .login-remember,
.rdppm-auth-panel .login-submit {
	margin: 0 0 14px;
}

.rdppm-auth-panel label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.rdppm-auth-panel input[type="text"],
.rdppm-auth-panel input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #c8d0d8;
	border-radius: 6px;
}

.rdppm-auth-panel input[type="checkbox"] {
	width: auto;
}

.rdppm-auth-panel .login-remember label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rdppm-auth-link {
	margin: 10px 0 0;
}

.rdppm-form,
.rdppm-filter {
	display: grid;
	gap: 16px;
}

.rdppm-submit-form {
	gap: 22px;
}

.rdppm-form-section {
	display: grid;
	gap: 14px;
	border: 1px solid #d9e0e6;
	border-radius: 8px;
	padding: 18px;
	background: #fff;
}

.rdppm-form-section h2 {
	margin: 0;
	font-size: 1.2rem;
}

.rdppm-form label,
.rdppm-filter label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.rdppm-form input,
.rdppm-form textarea,
.rdppm-filter input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #c8d0d8;
	border-radius: 6px;
}

.rdppm-field-note {
	display: block;
	margin-top: 6px;
	color: #68737d;
	font-size: 0.92rem;
}

.rdppm-form button,
.rdppm-filter button,
.rdppm-button,
.rdppm-auth-panel input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px 16px;
	border: 0;
	border-radius: 6px;
	background: #175a7a;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.rdppm-button-small {
	padding: 7px 10px;
	font-size: 0.9rem;
}

.rdppm-link-button {
	font-weight: 600;
	color: #175a7a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-muted {
	color: #68737d;
}

.rdppm-secondary {
	background: #4f6f52 !important;
}

.rdppm-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rdppm-grid,
.rdppm-author-row,
.rdppm-filter {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rdppm-inline label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rdppm-inline input {
	width: auto;
}

.rdppm-author-table {
	display: grid;
	gap: 10px;
}

.rdppm-author-head,
.rdppm-author-row {
	display: grid;
	grid-template-columns: 1.1fr 1fr 1.2fr 1.1fr 1fr;
	gap: 10px;
	align-items: end;
}

.rdppm-author-head {
	padding: 10px;
	border-radius: 6px;
	background: #f4f7f9;
	font-weight: 700;
}

.rdppm-author-row {
	padding-bottom: 10px;
	border-bottom: 1px solid #edf1f4;
}

.rdppm-author-row label {
	display: grid;
	gap: 6px;
}

.rdppm-author-row label span {
	display: none;
}

.rdppm-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.rdppm-card {
	border: 1px solid #d9e0e6;
	border-radius: 8px;
	padding: 18px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.rdppm-card h2 {
	font-size: 1.15rem;
	margin: 0 0 10px;
	line-height: 1.35;
}

.rdppm-card h2 a {
	color: #12384f;
	text-decoration: none;
}

.rdppm-card h2 a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-card-authors {
	margin: 0 0 14px;
	color: #4b5563;
}

.rdppm-card-meta {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 7px 10px;
	margin: 0;
	font-size: 0.95rem;
}

.rdppm-card-meta dt {
	font-weight: 700;
	color: #374151;
}

.rdppm-card-meta dd {
	margin: 0;
	color: #4b5563;
}

.rdppm-details {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 8px 16px;
	padding: 16px 0;
}

.rdppm-details dt {
	font-weight: 700;
}

.rdppm-publication-filters,
.rdppm-volume-blocks,
.rdppm-pagination-summary,
.rdppm-pagination {
	margin-bottom: 22px;
}

.rdppm-publication-filters {
	border: 1px solid #d9e0e6;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.rdppm-volume-blocks {
	display: grid;
	gap: 14px;
}

.rdppm-volume-block {
	border-left: 4px solid #175a7a;
	padding: 12px 14px;
	background: #f6f9fb;
}

.rdppm-volume-block h2 {
	margin: 0 0 8px;
	font-size: 1.05rem;
}

.rdppm-issue-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rdppm-issue-links a,
.rdppm-pagination a,
.rdppm-pagination span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid #c8d0d8;
	border-radius: 6px;
	background: #fff;
	text-decoration: none;
	color: #12384f;
}

.rdppm-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.rdppm-pagination span {
	color: #68737d;
	background: #f4f7f9;
}

.rdppm-pagination .rdppm-current-page {
	border-color: #175a7a;
	background: #175a7a;
	color: #fff;
}

.rdppm-pagination-summary {
	color: #4b5563;
	font-weight: 600;
}

.rdppm-publication-article {
	max-width: 920px;
}

.rdppm-publication-header {
	margin-bottom: 18px;
	border-bottom: 1px solid #d9e0e6;
	padding-bottom: 16px;
}

.rdppm-publication-header h1 {
	margin: 0 0 10px;
	line-height: 1.2;
	color: #102f43;
}

.rdppm-authors {
	color: #4b5563;
	font-weight: 600;
}

.rdppm-publication-section {
	margin-top: 24px;
}

.rdppm-publication-section h2 {
	margin: 0 0 8px;
	font-size: 1.2rem;
	color: #102f43;
}

.rdppm-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.rdppm-share-links a {
	border: 1px solid #c8d0d8;
	border-radius: 6px;
	padding: 7px 10px;
	text-decoration: none;
	color: #12384f;
	background: #fff;
}

.rdppm-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.rdppm-table-scroll {
	overflow-x: auto;
	border: 1px solid #d9e0e6;
	border-radius: 8px;
}

.rdppm-table th,
.rdppm-table td {
	padding: 10px;
	border-bottom: 1px solid #d9e0e6;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.rdppm-table th {
	background: #f4f7f9;
	font-weight: 700;
}

.rdppm-status-lookup {
	display: grid;
	gap: 18px;
	justify-items: start;
}

.rdppm-status-list {
	display: grid;
	grid-template-columns: minmax(150px, 220px) 1fr;
	gap: 10px 16px;
	margin: 0;
}

.rdppm-status-list dt {
	font-weight: 700;
	color: #2d3740;
}

.rdppm-status-list dd {
	margin: 0;
}

.rdppm-notice {
	border-left: 4px solid #175a7a;
	padding: 10px 12px;
	background: #f4f7f9;
}

.rdppm-notice-success {
	border-left-color: #4f6f52;
	background: #f4faf4;
}

.rdppm-notice-error {
	border-left-color: #b42318;
	background: #fff6f5;
}

@media (max-width: 760px) {
	.rdppm-grid,
	.rdppm-author-row,
		.rdppm-filter,
		.rdppm-cards,
		.rdppm-details,
		.rdppm-status-list,
		.rdppm-author-head,
		.rdppm-author-row {
		grid-template-columns: 1fr;
	}

	.rdppm-author-head {
		display: none;
	}

	.rdppm-author-row label span {
		display: block;
		font-weight: 600;
	}

	.rdppm-table th,
	.rdppm-table td {
		white-space: normal;
	}
}

/* Publications archive: IJIRCT-style issue blocks and full-row publication links. */
.rdppm-publications {
	max-width: 1220px;
	padding-top: 34px;
}

.rdppm-publications .rdppm-volume-blocks {
	display: grid;
	gap: 30px;
	margin: 26px 0 30px;
}

.rdppm-publications .rdppm-volume-block {
	position: relative;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	padding: 22px 18px 24px;
	background: #fff;
}

.rdppm-publications .rdppm-volume-block h2 {
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin: 0;
	padding: 0 18px;
	background: #fff;
	color: #008577;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.15;
	transform: translateX(-50%);
	white-space: nowrap;
}

.rdppm-publications .rdppm-issue-links {
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	gap: 26px;
}

.rdppm-publications .rdppm-issue-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	border: 0;
	border-radius: 5px;
	padding: 10px 12px;
	background: #eee;
	color: #008577;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.28;
	text-align: center;
	text-decoration: none;
}

.rdppm-publications .rdppm-issue-links a:hover,
.rdppm-publications .rdppm-issue-links a:focus {
	background: #e4e4e4;
	color: #006f64;
	text-decoration: none;
}

.rdppm-publications .rdppm-pagination-summary {
	width: fit-content;
	margin: 22px auto 14px;
	padding: 8px 12px;
	background: #eee;
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

.rdppm-publications .rdppm-listing-heading {
	margin: 28px 0 12px;
	padding: 10px 14px;
	background: #cfcfcf;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

.rdppm-publications .rdppm-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 14px;
}

.rdppm-publications .rdppm-card {
	border: 1px solid #d8d8d8;
	border-radius: 0;
	padding: 0;
	background: #eee;
	box-shadow: none;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.rdppm-publications .rdppm-card:hover,
.rdppm-publications .rdppm-card:focus-within {
	border-color: #c9c9c9;
	background: #e7e7e7;
}

.rdppm-publications .rdppm-card-link {
	display: block;
	padding: 14px 16px 13px;
	color: #222;
	text-decoration: none;
	cursor: pointer;
}

.rdppm-publications .rdppm-card-link:hover,
.rdppm-publications .rdppm-card-link:focus {
	color: #222;
	text-decoration: none;
	outline: 1px solid #c7c7c7;
	outline-offset: 0;
}

.rdppm-publications .rdppm-card h2 {
	margin: 0 0 9px;
	color: #9b4f12;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.32;
}

.rdppm-publications .rdppm-card-authors {
	margin: 0 0 8px;
	color: #222;
	font-size: 18px;
	line-height: 1.35;
}

.rdppm-publications .rdppm-card-authors strong {
	font-weight: 700;
}

.rdppm-publications .rdppm-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	margin: 0;
	color: #222;
	font-size: 18px;
	line-height: 1.3;
}

.rdppm-publications .rdppm-card-meta dt {
	margin: 0;
	color: #222;
	font-weight: 700;
}

.rdppm-publications .rdppm-card-meta dt::before {
	content: "•";
	margin: 0 18px;
	color: #222;
	font-weight: 700;
}

.rdppm-publications .rdppm-card-meta dt:first-child::before {
	content: "";
	margin: 0;
}

.rdppm-publications .rdppm-card-meta dt::after {
	content: ": ";
}

.rdppm-publications .rdppm-card-meta dd {
	margin: 0;
	color: #222;
}

.rdppm-publications .rdppm-pagination {
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 24px auto 0;
	padding: 10px 12px;
	background: #eee;
	gap: 10px;
}

.rdppm-publications .rdppm-pagination a,
.rdppm-publications .rdppm-pagination span {
	border: 0;
	background: transparent;
	color: #008577;
	font-size: 18px;
	text-decoration: none;
}

.rdppm-publications .rdppm-pagination .rdppm-current-page {
	min-width: 48px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background: #fff;
	color: #222;
	justify-content: center;
}

@media (max-width: 980px) {
	.rdppm-publications .rdppm-issue-links {
		grid-template-columns: repeat(3, minmax(120px, 1fr));
	}
}

@media (max-width: 768px) {
	.rdppm-publications {
		padding-top: 24px;
	}

	.rdppm-publications .rdppm-volume-block {
		padding: 16px 14px 24px;
	}

	.rdppm-publications .rdppm-volume-block h2 {
		bottom: -15px;
		font-size: 22px;
	}

	.rdppm-publications .rdppm-issue-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.rdppm-publications .rdppm-issue-links a {
		min-height: 64px;
		font-size: 17px;
	}

	.rdppm-publications .rdppm-listing-heading {
		font-size: 25px;
	}

	.rdppm-publications .rdppm-card-link {
		padding: 14px;
	}

	.rdppm-publications .rdppm-card h2,
	.rdppm-publications .rdppm-card-authors,
	.rdppm-publications .rdppm-card-meta {
		font-size: 16px;
	}

	.rdppm-publications .rdppm-card-meta {
		display: block;
	}

	.rdppm-publications .rdppm-card-meta dt,
	.rdppm-publications .rdppm-card-meta dd {
		display: inline;
	}

	.rdppm-publications .rdppm-card-meta dt::before {
		content: "";
		margin: 0;
	}

	.rdppm-publications .rdppm-card-meta dd::after {
		content: "";
		display: block;
		height: 4px;
	}

	.rdppm-publications .rdppm-pagination,
	.rdppm-publications .rdppm-pagination-summary {
		width: 100%;
	}
}

/* Submit Paper page: academic journal-style form. */
.rdppm-wrap.rdppm-submit-paper {
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
	overflow-x: hidden;
}

.rdppm-submit-paper .rdppm-submit-form {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	color: #222;
}

.rdppm-submit-paper .rdppm-submit-intro {
	max-width: 1160px;
	margin: 0 auto 22px;
	text-align: center;
}

.rdppm-submit-paper .rdppm-submit-intro h1 {
	position: relative;
	margin: 8px 0 22px;
	padding-bottom: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
	color: #222;
}

.rdppm-submit-paper .rdppm-submit-intro h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #087c70;
	transform: translateX(-50%);
}

.rdppm-submit-paper .rdppm-submit-intro > p {
	margin: 0 0 32px;
	color: #777;
	font-size: 20px;
	line-height: 1.6;
}

.rdppm-submit-paper .rdppm-submit-instructions {
	max-width: 1090px;
	margin: 0 auto 22px;
	text-align: left;
}

.rdppm-submit-paper .rdppm-submit-instructions h2 {
	margin: 0 0 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}

.rdppm-submit-paper .rdppm-submit-instructions ul {
	margin: 0;
	padding-left: 30px;
	color: #2d2d2d;
	font-size: 20px;
	line-height: 1.52;
}

.rdppm-submit-paper .rdppm-submit-instructions li {
	margin: 2px 0;
	padding-left: 2px;
}

.rdppm-submit-paper .rdppm-form-section {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.rdppm-submit-paper .rdppm-form-section h2 {
	position: relative;
	margin: 35px 0 24px;
	padding-bottom: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}

.rdppm-submit-paper .rdppm-form-section h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #087c70;
	transform: translateX(-50%);
}

.rdppm-submit-paper .rdppm-form-section p {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	align-items: center;
	min-height: 64px;
	margin: 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #fff;
}

.rdppm-submit-paper .rdppm-form-section p:last-child {
	border-bottom: 1px solid #ddd;
}

.rdppm-submit-paper .rdppm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.rdppm-submit-paper .rdppm-grid + .rdppm-grid {
	border-top: 0;
}

.rdppm-submit-paper .rdppm-grid p {
	border-left: 0;
	border-right: 0;
}

.rdppm-submit-paper .rdppm-grid p:nth-child(odd) {
	border-right: 1px solid #ddd;
}

.rdppm-submit-paper .rdppm-form-section label {
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.35;
	color: #222;
}

.rdppm-submit-paper .rdppm-form-section input[type="text"],
.rdppm-submit-paper .rdppm-form-section input[type="email"],
.rdppm-submit-paper .rdppm-form-section input[type="file"],
.rdppm-submit-paper .rdppm-form-section textarea {
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 8px 14px;
	font-size: 18px;
	line-height: 1.45;
	color: #222;
	background: #fff;
}

.rdppm-submit-paper .rdppm-form-section input[type="text"],
.rdppm-submit-paper .rdppm-form-section input[type="email"],
.rdppm-submit-paper .rdppm-form-section input[type="file"] {
	min-height: 46px;
}

.rdppm-submit-paper .rdppm-form-section input[type="text"]::placeholder,
.rdppm-submit-paper .rdppm-form-section input[type="email"]::placeholder,
.rdppm-submit-paper .rdppm-form-section textarea::placeholder {
	color: #777;
}

.rdppm-submit-paper .rdppm-form-section input[type="text"]:focus,
.rdppm-submit-paper .rdppm-form-section input[type="email"]:focus,
.rdppm-submit-paper .rdppm-form-section input[type="file"]:focus,
.rdppm-submit-paper .rdppm-form-section textarea:focus {
	border-color: #087c70;
	box-shadow: 0 0 0 3px rgba(8, 124, 112, 0.12);
	outline: none;
}

.rdppm-submit-paper .rdppm-form-section textarea {
	min-height: 220px;
	resize: vertical;
}

.rdppm-submit-paper .rdppm-field-note {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	justify-self: end;
	margin: -2px 10px 10px;
	text-align: right;
	color: #dc3545;
	font-size: 16px;
	line-height: 1.45;
}

.rdppm-submit-paper #rdppm_paper_file {
	width: 42%;
	justify-self: start;
}

.rdppm-submit-paper .rdppm-author-table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid #ddd;
	background: #fff;
}

.rdppm-submit-paper .rdppm-author-head,
.rdppm-submit-paper .rdppm-author-row {
	display: grid;
	grid-template-columns: 54px minmax(180px, 1.05fr) minmax(165px, 1fr) minmax(210px, 1.2fr) minmax(210px, 1.15fr) minmax(165px, 0.95fr);
	gap: 0;
	min-width: 1080px;
	border-bottom: 1px solid #ddd;
	align-items: stretch;
}

.rdppm-submit-paper .rdppm-author-row:last-child {
	border-bottom: 0;
}

.rdppm-submit-paper .rdppm-author-head {
	padding: 0;
	border-radius: 0;
	background: #f8f9fa;
	font-weight: 700;
}

.rdppm-submit-paper .rdppm-author-head span {
	display: block;
	padding: 10px;
	border-right: 1px solid #ddd;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #222;
	text-align: left;
	white-space: nowrap;
}

.rdppm-submit-paper .rdppm-author-head span:last-child {
	border-right: 0;
}

.rdppm-submit-paper .rdppm-author-row {
	padding: 0;
}

.rdppm-submit-paper .rdppm-author-number {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	border-right: 1px solid #ddd;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	white-space: nowrap;
}

.rdppm-submit-paper .rdppm-author-row label {
	display: block;
	min-width: 0;
	padding: 8px;
	border-right: 1px solid #ddd;
	align-self: stretch;
}

.rdppm-submit-paper .rdppm-author-row label:last-child {
	border-right: 0;
}

.rdppm-submit-paper .rdppm-author-row label span {
	display: none;
}

.rdppm-submit-paper .rdppm-author-row input[type="text"],
.rdppm-submit-paper .rdppm-author-row input[type="email"] {
	margin: 0;
	min-height: 46px;
	font-size: 16px;
}

.rdppm-submit-paper .rdppm-inline {
	display: block;
	min-height: auto;
	margin-top: 25px;
	border: 0;
	text-align: center;
}

.rdppm-submit-paper .rdppm-inline label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.rdppm-submit-paper .rdppm-inline input[type="checkbox"] {
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.rdppm-submit-paper a {
	color: #087c70;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-submit-paper .rdppm-submit-form > button[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	min-height: 56px;
	margin: 26px auto 0;
	border: 0;
	border-radius: 6px;
	padding: 0 28px;
	background: #0d6efd;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.rdppm-submit-paper .rdppm-submit-form > button[type="submit"]:hover,
.rdppm-submit-paper .rdppm-submit-form > button[type="submit"]:focus {
	background: #0b5ed7;
	color: #fff;
}

@media (min-width: 761px) {
	.rdppm-submit-paper .rdppm-form-section:first-of-type h2 {
		margin-top: 35px;
		font-size: 34px;
	}
}

@media (max-width: 768px) {
	.rdppm-wrap.rdppm-submit-paper {
		max-width: 100%;
		padding: 24px 14px;
		overflow-x: hidden;
	}

	.rdppm-submit-paper .rdppm-form-section h2,
	.rdppm-submit-paper .rdppm-form-section:first-of-type h2 {
		margin-top: 28px;
		margin-bottom: 18px;
		font-size: 28px;
	}

	.rdppm-submit-paper .rdppm-form-section p,
	.rdppm-submit-paper .rdppm-grid,
	.rdppm-submit-paper .rdppm-grid p {
		display: block;
		width: 100%;
		min-height: 0;
		border: 1px solid #ddd;
		border-bottom: 0;
		box-sizing: border-box;
	}

	.rdppm-submit-paper .rdppm-form-section p:last-child,
	.rdppm-submit-paper .rdppm-grid:last-of-type p:last-child {
		border-bottom: 1px solid #ddd;
	}

	.rdppm-submit-paper .rdppm-grid {
		border: 0;
	}

	.rdppm-submit-paper .rdppm-grid p:nth-child(odd) {
		border-right: 1px solid #ddd;
	}

	.rdppm-submit-paper .rdppm-form-section label {
		padding: 10px 10px 4px;
		font-size: 16px;
	}

	.rdppm-submit-paper .rdppm-form-section input[type="text"],
	.rdppm-submit-paper .rdppm-form-section input[type="email"],
	.rdppm-submit-paper .rdppm-form-section input[type="file"],
	.rdppm-submit-paper .rdppm-form-section textarea {
		width: calc(100% - 20px);
		margin: 6px 10px 10px;
		font-size: 16px;
	}

	.rdppm-submit-paper .rdppm-form-section textarea {
		min-height: 220px;
	}

	.rdppm-submit-paper .rdppm-field-note {
		display: block;
		grid-row: auto;
		margin: 0 10px 10px;
		text-align: left;
		font-size: 14px;
	}

	.rdppm-submit-paper #rdppm_paper_file {
		width: calc(100% - 20px);
	}

	.rdppm-submit-paper .rdppm-author-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.rdppm-submit-paper .rdppm-author-head {
		display: grid;
	}

	.rdppm-submit-paper .rdppm-author-head,
	.rdppm-submit-paper .rdppm-author-row {
		grid-template-columns: 54px 180px 165px 210px 210px 165px;
		min-width: 984px;
	}

	.rdppm-submit-paper .rdppm-author-row label span {
		display: none;
	}

	.rdppm-submit-paper .rdppm-inline label {
		font-size: 16px;
		line-height: 1.5;
	}

	.rdppm-submit-paper .rdppm-submit-form > button[type="submit"] {
		min-height: 52px;
		font-size: 18px;
	}
}

/* Auth and status pages: IJIRCT-inspired academic form styling. */
.rdppm-wrap > .rdppm-auth-panel,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form),
.rdppm-status-lookup .rdppm-status-card {
	width: 100%;
	margin: 40px auto 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}

.rdppm-wrap > .rdppm-auth-panel,
.rdppm-status-lookup .rdppm-status-card {
	max-width: 560px;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) {
	max-width: 720px;
}

.rdppm-wrap > .rdppm-auth-panel::before,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form)::before,
.rdppm-status-lookup .rdppm-status-card::before {
	content: "";
	display: block;
	margin: 0 auto 30px;
	padding-bottom: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
	background-image: linear-gradient(#087c70, #087c70);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 70px 3px;
}

.rdppm-wrap > .rdppm-auth-panel::before {
	content: "Author Login";
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form)::before {
	content: "Author Registration";
}

.rdppm-status-lookup .rdppm-status-card::before {
	content: "Author Status Login";
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-form,
.rdppm-status-lookup .rdppm-status-card .rdppm-form {
	display: block;
	width: 100%;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) {
	display: block;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-form p,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > p,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid p,
.rdppm-status-lookup .rdppm-status-card .rdppm-form p {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	align-items: center;
	min-height: 62px;
	margin: 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #fff;
	box-sizing: border-box;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-form p:last-child,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > p:last-of-type,
.rdppm-status-lookup .rdppm-status-card .rdppm-form p:last-child {
	border-bottom: 1px solid #ddd;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid p {
	display: block;
	min-height: 0;
	border-left: 0;
	border-right: 0;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid p:nth-child(odd) {
	border-right: 1px solid #ddd;
}

.rdppm-wrap > .rdppm-auth-panel label,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) label,
.rdppm-status-lookup .rdppm-status-card label {
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	color: #222;
}

.rdppm-wrap > .rdppm-auth-panel input[type="text"],
.rdppm-wrap > .rdppm-auth-panel input[type="password"],
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="text"],
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="email"],
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="password"],
.rdppm-status-lookup .rdppm-status-card input[type="text"],
.rdppm-status-lookup .rdppm-status-card input[type="email"] {
	width: calc(100% - 20px);
	min-height: 46px;
	box-sizing: border-box;
	margin: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 8px 14px;
	font-size: 18px;
	line-height: 1.45;
	color: #222;
	background: #fff;
}

.rdppm-wrap > .rdppm-auth-panel input[type="text"]:focus,
.rdppm-wrap > .rdppm-auth-panel input[type="password"]:focus,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="text"]:focus,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="email"]:focus,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="password"]:focus,
.rdppm-status-lookup .rdppm-status-card input[type="text"]:focus,
.rdppm-status-lookup .rdppm-status-card input[type="email"]:focus {
	border-color: #087c70;
	box-shadow: 0 0 0 3px rgba(8, 124, 112, 0.12);
	outline: none;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-checkbox {
	display: block;
	min-height: auto;
	border-bottom: 0;
	text-align: center;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-checkbox label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 18px;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-checkbox input[type="checkbox"] {
	width: auto;
	min-height: 0;
	margin: 0;
}

.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > button[type="submit"],
.rdppm-status-lookup .rdppm-status-card .rdppm-form button[type="submit"] {
	text-align: center;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-form p:last-child {
	display: block;
	padding: 18px 10px 0;
	border: 0;
	text-align: center;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-button,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > button[type="submit"],
.rdppm-status-lookup .rdppm-status-card button[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	min-height: 54px;
	margin: 24px auto 0;
	border: 0;
	border-radius: 6px;
	padding: 0 28px;
	background: #0d6efd;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-button:hover,
.rdppm-wrap > .rdppm-auth-panel .rdppm-button:focus,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > button[type="submit"]:hover,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > button[type="submit"]:focus,
.rdppm-status-lookup .rdppm-status-card button[type="submit"]:hover,
.rdppm-status-lookup .rdppm-status-card button[type="submit"]:focus {
	background: #0b5ed7;
	color: #fff;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-auth-link {
	margin: 18px 0 0;
	text-align: center;
	font-size: 18px;
}

.rdppm-wrap > .rdppm-auth-panel .rdppm-auth-link a,
.rdppm-status-lookup .rdppm-status-result a {
	color: #087c70;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-status-lookup {
	display: block;
	max-width: 1220px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
}

.rdppm-status-lookup .rdppm-status-result {
	max-width: 720px;
	margin: 28px auto 0;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 0;
	background: #fff;
}

.rdppm-status-lookup .rdppm-status-list {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 0;
	margin: 0;
}

.rdppm-status-lookup .rdppm-status-list dt,
.rdppm-status-lookup .rdppm-status-list dd {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 12px 14px;
	font-size: 18px;
	line-height: 1.45;
}

.rdppm-status-lookup .rdppm-status-list dt {
	border-right: 1px solid #ddd;
	background: #f8f9fa;
	font-weight: 700;
	color: #222;
}

.rdppm-status-lookup .rdppm-status-list dt:last-of-type,
.rdppm-status-lookup .rdppm-status-list dd:last-of-type {
	border-bottom: 0;
}

.rdppm-status-lookup .rdppm-notice {
	max-width: 560px;
	margin: 24px auto 0;
	border: 1px solid #ddd;
	border-left: 4px solid #087c70;
	background: #fff;
	font-size: 17px;
}

@media (max-width: 768px) {
	.rdppm-wrap > .rdppm-auth-panel,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form),
	.rdppm-status-lookup .rdppm-status-card {
		max-width: 100%;
		margin-top: 24px;
	}

	.rdppm-status-lookup {
		padding: 24px 14px;
		overflow-x: hidden;
	}

	.rdppm-wrap > .rdppm-auth-panel::before,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form)::before,
	.rdppm-status-lookup .rdppm-status-card::before {
		margin-bottom: 22px;
		font-size: 32px;
	}

	.rdppm-wrap > .rdppm-auth-panel .rdppm-form p,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > p,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid p,
	.rdppm-status-lookup .rdppm-status-card .rdppm-form p {
		display: block;
		width: 100%;
		min-height: 0;
		border: 1px solid #ddd;
		border-bottom: 0;
		box-sizing: border-box;
	}

	.rdppm-wrap > .rdppm-auth-panel .rdppm-form p:last-child,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > p:last-of-type,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid:last-of-type p:last-child,
	.rdppm-status-lookup .rdppm-status-card .rdppm-form p:last-child {
		border-bottom: 1px solid #ddd;
	}

	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid {
		border: 0;
	}

	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) .rdppm-grid p:nth-child(odd) {
		border-right: 1px solid #ddd;
	}

	.rdppm-wrap > .rdppm-auth-panel label,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) label,
	.rdppm-status-lookup .rdppm-status-card label {
		padding: 10px 10px 4px;
		font-size: 16px;
	}

	.rdppm-wrap > .rdppm-auth-panel input[type="text"],
	.rdppm-wrap > .rdppm-auth-panel input[type="password"],
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="text"],
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="email"],
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) input[type="password"],
	.rdppm-status-lookup .rdppm-status-card input[type="text"],
	.rdppm-status-lookup .rdppm-status-card input[type="email"] {
		width: calc(100% - 20px);
		margin: 6px 10px 10px;
		font-size: 16px;
	}

	.rdppm-wrap > .rdppm-auth-panel .rdppm-form p:last-child {
		border: 0;
	}

	.rdppm-wrap > .rdppm-auth-panel .rdppm-button,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) > button[type="submit"],
	.rdppm-status-lookup .rdppm-status-card button[type="submit"] {
		min-height: 52px;
		font-size: 18px;
	}

	.rdppm-status-lookup .rdppm-status-list {
		display: block;
	}

	.rdppm-status-lookup .rdppm-status-list dt {
		border-right: 0;
		border-bottom: 0;
	}

	.rdppm-status-lookup .rdppm-status-list dd {
		border-bottom: 1px solid #ddd;
	}
}

/* Frontend consistency audit layer. */
.rdppm-wrap,
.rdppm-wrap * {
	box-sizing: border-box;
}

.rdppm-wrap {
	width: 100%;
	max-width: 1220px;
	background: #fff;
}

.rdppm-wrap a {
	color: #087c70;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-wrap a:hover,
.rdppm-wrap a:focus {
	color: #065f56;
}

.rdppm-button,
.rdppm-form button,
.rdppm-filter button,
.rdppm-auth-panel input[type="submit"],
.rdppm-share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	border-radius: 6px;
	padding: 9px 18px;
	background: #0d6efd;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
}

.rdppm-button:hover,
.rdppm-button:focus,
.rdppm-form button:hover,
.rdppm-form button:focus,
.rdppm-filter button:hover,
.rdppm-filter button:focus,
.rdppm-auth-panel input[type="submit"]:hover,
.rdppm-auth-panel input[type="submit"]:focus,
.rdppm-share-links a:hover,
.rdppm-share-links a:focus {
	background: #0b5ed7;
	color: #fff;
	text-decoration: none;
}

.rdppm-secondary {
	background: #087c70;
}

.rdppm-secondary:hover,
.rdppm-secondary:focus {
	background: #065f56;
}

.rdppm-link-button {
	color: #087c70;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-card,
.rdppm-publication-filters,
.rdppm-volume-block,
.rdppm-table-scroll,
.rdppm-empty,
.rdppm-status-card,
.rdppm-status-result {
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}

.rdppm-card {
	padding: 16px;
}

.rdppm-card h2,
.rdppm-volume-block h2,
.rdppm-publication-section h2,
.rdppm-publication-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	color: #222;
}

.rdppm-card h2 a {
	color: #087c70;
	text-decoration: none;
}

.rdppm-card h2 a:hover,
.rdppm-card h2 a:focus {
	color: #065f56;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-publications .rdppm-publication-filters {
	padding: 0;
	border: 1px solid #ddd;
	background: #fff;
}

.rdppm-publications .rdppm-filter {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.rdppm-publications .rdppm-filter label {
	display: block;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 17px;
	font-weight: 500;
	color: #222;
}

.rdppm-publications .rdppm-filter input {
	width: 100%;
	min-height: 44px;
	margin-top: 6px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	padding: 8px 12px;
	font-size: 16px;
}

.rdppm-publications .rdppm-filter input:focus {
	border-color: #087c70;
	box-shadow: 0 0 0 3px rgba(8, 124, 112, 0.12);
	outline: none;
}

.rdppm-publications .rdppm-filter button {
	grid-column: 1 / -1;
	margin: 14px auto;
	min-width: 120px;
}

.rdppm-volume-block {
	border-left: 3px solid #087c70;
	background: #fff;
}

.rdppm-issue-links a,
.rdppm-pagination a,
.rdppm-pagination span {
	border-color: #ddd;
	border-radius: 0;
	color: #087c70;
}

.rdppm-pagination .rdppm-current-page {
	border-color: #087c70;
	background: #087c70;
	color: #fff;
}

.rdppm-dashboard .rdppm-table-scroll,
.rdppm-table-scroll {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.rdppm-table {
	min-width: 760px;
	border-collapse: collapse;
}

.rdppm-table th,
.rdppm-table td {
	border: 1px solid #ddd;
	border-left: 0;
	border-top: 0;
	padding: 10px;
	white-space: nowrap;
}

.rdppm-table th {
	background: #f8f9fa;
	color: #222;
}

.rdppm-single .rdppm-publication-article {
	max-width: 960px;
	margin: 0 auto;
}

.rdppm-publication-header {
	border-bottom-color: #ddd;
	text-align: center;
}

.rdppm-publication-header h1 {
	position: relative;
	margin: 0 0 16px;
	padding-bottom: 14px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
}

.rdppm-publication-header h1::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 3px;
	background: #087c70;
	transform: translateX(-50%);
}

.rdppm-details {
	border: 1px solid #ddd;
	gap: 0;
	padding: 0;
	background: #fff;
}

.rdppm-details dt,
.rdppm-details dd {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 11px 14px;
}

.rdppm-details dt {
	border-right: 1px solid #ddd;
	background: #f8f9fa;
	color: #222;
}

.rdppm-details dt:last-of-type,
.rdppm-details dd:last-of-type {
	border-bottom: 0;
}

.rdppm-publication-section h2 {
	position: relative;
	margin: 0 0 14px;
	padding-bottom: 10px;
	font-size: 28px;
}

.rdppm-publication-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	background: #087c70;
}

.rdppm-share-links a {
	background: #087c70;
}

.rdppm-share-links a:hover,
.rdppm-share-links a:focus {
	background: #065f56;
}

@media (max-width: 768px) {
	.rdppm-wrap {
		max-width: 100%;
		padding-right: 14px;
		padding-left: 14px;
		overflow-x: hidden;
	}

	.rdppm-cards,
	.rdppm-publications .rdppm-filter {
		grid-template-columns: 1fr;
	}

	.rdppm-publications .rdppm-filter label {
		border-right: 0;
	}

	.rdppm-card-meta,
	.rdppm-details {
		grid-template-columns: 1fr;
	}

	.rdppm-card-meta dt,
	.rdppm-card-meta dd {
		min-width: 0;
	}

	.rdppm-details dt {
		border-right: 0;
		border-bottom: 0;
	}

	.rdppm-details dd {
		border-bottom: 1px solid #ddd;
	}

	.rdppm-publication-header h1 {
		font-size: 31px;
	}

	.rdppm-publication-section h2 {
		font-size: 25px;
	}

	.rdppm-table-scroll {
		overflow-x: auto;
	}

	.rdppm-button,
	.rdppm-form button,
	.rdppm-filter button,
	.rdppm-auth-panel input[type="submit"],
	.rdppm-share-links a {
		max-width: 100%;
		white-space: normal;
	}
}

/* Single publication: IJIRCT paper detail layout. */
.rdppm-wrap.rdppm-single {
	max-width: 1220px;
	padding: 42px 20px 50px;
	background: #fff;
	color: #222;
}

.rdppm-single .rdppm-publication-article {
	max-width: 1040px;
	margin: 0 auto;
}

.rdppm-single .rdppm-publication-header {
	margin: 0 0 22px;
	border: 0;
	padding: 0;
	text-align: center;
}

.rdppm-single .rdppm-publication-header h1 {
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.18;
	text-align: center;
}

.rdppm-single .rdppm-publication-header h1::after {
	display: none;
}

.rdppm-single .rdppm-paper-meta {
	margin: 22px 0 26px;
	color: #222;
	font-size: 22px;
	line-height: 1.45;
}

.rdppm-single .rdppm-paper-meta p {
	margin: 0 0 13px;
}

.rdppm-single .rdppm-paper-meta strong {
	font-weight: 700;
}

.rdppm-single .rdppm-paper-meta a,
.rdppm-single .rdppm-published-in {
	color: #008577;
	text-decoration: none;
}

.rdppm-single .rdppm-paper-meta a:hover,
.rdppm-single .rdppm-paper-meta a:focus {
	color: #006f64;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-single .rdppm-authors {
	color: #222;
	font-weight: 400;
}

.rdppm-single .rdppm-publication-section {
	margin-top: 24px;
	color: #222;
	font-size: 22px;
	line-height: 1.48;
}

.rdppm-single .rdppm-publication-section h2 {
	margin: 0 0 8px;
	padding: 0;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.rdppm-single .rdppm-publication-section h2::after {
	display: none;
}

.rdppm-single .rdppm-publication-section p {
	margin: 0 0 14px;
}

.rdppm-single .rdppm-download-area {
	margin: 38px 0 26px;
	text-align: center;
}

.rdppm-single .rdppm-download-button {
	min-height: 58px;
	border-radius: 6px;
	padding: 0 28px;
	background: #19bfd6;
	color: #111;
	font-size: 22px;
	font-weight: 500;
}

.rdppm-single .rdppm-download-button:hover,
.rdppm-single .rdppm-download-button:focus {
	background: #13aac0;
	color: #111;
}

.rdppm-single .rdppm-download-count {
	margin: 22px 0 0;
	color: #222;
	font-size: 22px;
	line-height: 1.35;
}

.rdppm-single .rdppm-share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-top: 26px;
}

.rdppm-single .rdppm-share-links span {
	flex: 0 0 100%;
	color: #222;
	font-size: 20px;
	font-weight: 600;
}

.rdppm-single .rdppm-share-links a {
	min-width: 40px;
	min-height: 40px;
	border-radius: 5px;
	padding: 8px 12px;
	background: #168be8;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.rdppm-single .rdppm-share-links a:nth-of-type(2) {
	background: #0a66c2;
}

.rdppm-single .rdppm-share-links a:nth-of-type(3) {
	background: #777;
}

.rdppm-single .rdppm-share-links a:hover,
.rdppm-single .rdppm-share-links a:focus {
	filter: brightness(0.92);
	color: #fff;
}

@media (max-width: 768px) {
	.rdppm-wrap.rdppm-single {
		padding: 28px 14px 40px;
	}

	.rdppm-single .rdppm-publication-header h1 {
		font-size: 34px;
		line-height: 1.22;
	}

	.rdppm-single .rdppm-paper-meta,
	.rdppm-single .rdppm-publication-section,
	.rdppm-single .rdppm-download-count {
		font-size: 17px;
	}

	.rdppm-single .rdppm-download-button {
		width: 100%;
		max-width: 360px;
		font-size: 18px;
	}
}

/* Elementor/theme typography integration and final frontend polish. */
.rdppm-wrap,
.rdppm-wrap * {
	box-sizing: border-box;
	font-family: inherit !important;
}

.rdppm-wrap {
	--rdppm-teal: #087c70;
	--rdppm-teal-dark: #065f56;
	--rdppm-blue: #0d6efd;
	--rdppm-blue-dark: #0b5ed7;
	--rdppm-text: #222;
	--rdppm-muted: #666;
	--rdppm-border: #d9d9d9;
	--rdppm-soft: #f7f7f7;
	--rdppm-strip: #eeeeee;
	--rdppm-title: #8a4a22;
	width: 100%;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	color: var(--rdppm-text);
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.rdppm-wrap a {
	color: var(--rdppm-teal);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-wrap a:hover,
.rdppm-wrap a:focus {
	color: var(--rdppm-teal-dark);
}

.rdppm-submit-paper .rdppm-submit-intro h1,
.rdppm-submit-paper .rdppm-submit-instructions h2,
.rdppm-submit-paper .rdppm-form-section h2,
.rdppm-wrap > .rdppm-auth-panel::before,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form)::before,
.rdppm-status-lookup .rdppm-status-card::before,
.rdppm-publications .rdppm-listing-heading,
.rdppm-single .rdppm-publication-header h1,
.rdppm-publication-header h1,
.rdppm-publication-section h2 {
	color: var(--rdppm-text);
	font-family: inherit !important;
	font-weight: 700;
	letter-spacing: 0;
}

.rdppm-submit-paper .rdppm-submit-intro h1::after,
.rdppm-submit-paper .rdppm-form-section h2::after,
.rdppm-publication-header h1::after,
.rdppm-publication-section h2::after {
	background: var(--rdppm-teal);
}

.rdppm-form input[type="text"],
.rdppm-form input[type="email"],
.rdppm-form input[type="password"],
.rdppm-form input[type="file"],
.rdppm-form textarea,
.rdppm-filter input {
	max-width: 100%;
	border-color: #ced4da;
	background: #fff;
	color: var(--rdppm-text);
	box-shadow: none;
}

.rdppm-form input[type="text"]:focus,
.rdppm-form input[type="email"]:focus,
.rdppm-form input[type="password"]:focus,
.rdppm-form input[type="file"]:focus,
.rdppm-form textarea:focus,
.rdppm-filter input:focus {
	border-color: var(--rdppm-teal);
	box-shadow: 0 0 0 3px rgba(8, 124, 112, 0.12);
	outline: none;
}

.rdppm-button,
.rdppm-form button,
.rdppm-filter button,
.rdppm-auth-panel input[type="submit"] {
	border: 0;
	border-radius: 5px;
	background: var(--rdppm-blue);
	color: #fff;
	box-shadow: none;
	text-decoration: none;
}

.rdppm-button:hover,
.rdppm-button:focus,
.rdppm-form button:hover,
.rdppm-form button:focus,
.rdppm-filter button:hover,
.rdppm-filter button:focus,
.rdppm-auth-panel input[type="submit"]:hover,
.rdppm-auth-panel input[type="submit"]:focus {
	background: var(--rdppm-blue-dark);
	color: #fff;
	text-decoration: none;
}

.rdppm-secondary,
.rdppm-share-links a {
	background: var(--rdppm-teal) !important;
}

.rdppm-secondary:hover,
.rdppm-secondary:focus,
.rdppm-share-links a:hover,
.rdppm-share-links a:focus {
	background: var(--rdppm-teal-dark) !important;
}

.rdppm-auth-panel,
.rdppm-status-card,
.rdppm-status-result,
.rdppm-empty,
.rdppm-form-section,
.rdppm-publication-filters,
.rdppm-volume-block,
.rdppm-card,
.rdppm-table-scroll {
	border-color: var(--rdppm-border);
	box-shadow: none;
}

.rdppm-empty,
.rdppm-status-result {
	border-radius: 0;
	background: #fff;
}

.rdppm-submit-paper .rdppm-submit-intro > p {
	color: var(--rdppm-muted);
}

.rdppm-submit-paper .rdppm-submit-instructions ul,
.rdppm-submit-paper .rdppm-form-section label,
.rdppm-wrap > .rdppm-auth-panel label,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) label,
.rdppm-status-lookup .rdppm-status-card label {
	color: var(--rdppm-text);
}

.rdppm-submit-paper .rdppm-field-note {
	color: #dc3545;
}

.rdppm-publications .rdppm-publication-filters,
.rdppm-publications .rdppm-volume-block,
.rdppm-status-lookup .rdppm-status-card,
.rdppm-wrap > .rdppm-auth-panel,
.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form) {
	background: #fff;
}

.rdppm-publications .rdppm-volume-block h2,
.rdppm-publications .rdppm-issue-links a,
.rdppm-publications .rdppm-pagination a,
.rdppm-publications .rdppm-pagination span {
	color: var(--rdppm-teal);
}

.rdppm-publications .rdppm-issue-links a {
	background: var(--rdppm-strip);
}

.rdppm-publications .rdppm-issue-links a:hover,
.rdppm-publications .rdppm-issue-links a:focus {
	background: #e3e3e3;
	color: var(--rdppm-teal-dark);
}

.rdppm-publications .rdppm-listing-heading {
	background: #d9d9d9;
}

.rdppm-publications .rdppm-card {
	border-radius: 0;
	background: var(--rdppm-strip);
}

.rdppm-publications .rdppm-card:hover,
.rdppm-publications .rdppm-card:focus-within {
	background: #e8e8e8;
}

.rdppm-publications .rdppm-card h2,
.rdppm-publications .rdppm-card h2 a {
	color: var(--rdppm-title);
	text-decoration: none;
}

.rdppm-publications .rdppm-card-link {
	color: var(--rdppm-text);
}

.rdppm-publications .rdppm-card-authors,
.rdppm-publications .rdppm-card-meta,
.rdppm-publications .rdppm-card-meta dt,
.rdppm-publications .rdppm-card-meta dd {
	color: var(--rdppm-text);
}

.rdppm-table {
	border-collapse: collapse;
	background: #fff;
}

.rdppm-table th {
	background: #f8f9fa;
	color: var(--rdppm-text);
}

.rdppm-table th,
.rdppm-table td {
	border-color: var(--rdppm-border);
}

.rdppm-single .rdppm-paper-meta,
.rdppm-single .rdppm-publication-section,
.rdppm-single .rdppm-download-count,
.rdppm-single .rdppm-authors {
	color: var(--rdppm-text);
}

.rdppm-single .rdppm-paper-meta a,
.rdppm-single .rdppm-published-in {
	color: var(--rdppm-teal);
}

.rdppm-single .rdppm-download-button {
	background: #19bfd6;
	color: #111;
}

.rdppm-single .rdppm-download-button:hover,
.rdppm-single .rdppm-download-button:focus {
	background: #13aac0;
	color: #111;
}

.rdppm-notice {
	border-color: var(--rdppm-border);
	border-left-color: var(--rdppm-teal);
	background: var(--rdppm-soft);
	color: var(--rdppm-text);
}

.rdppm-notice-success {
	border-left-color: #198754;
	background: #f4faf4;
}

.rdppm-notice-error {
	border-left-color: #dc3545;
	background: #fff6f5;
}

@media (max-width: 768px) {
	.rdppm-wrap {
		max-width: 100%;
		padding-right: 14px;
		padding-left: 14px;
		overflow-x: hidden;
	}

	.rdppm-submit-paper .rdppm-submit-intro h1,
	.rdppm-single .rdppm-publication-header h1,
	.rdppm-publication-header h1 {
		font-size: clamp(30px, 9vw, 36px);
	}

	.rdppm-submit-paper .rdppm-submit-instructions h2,
	.rdppm-submit-paper .rdppm-form-section h2,
	.rdppm-wrap > .rdppm-auth-panel::before,
	.rdppm-wrap > .rdppm-form:not(.rdppm-submit-form)::before,
	.rdppm-status-lookup .rdppm-status-card::before {
		font-size: clamp(26px, 7vw, 32px);
	}

	.rdppm-publications .rdppm-card-meta {
		overflow-wrap: anywhere;
	}
}

/* Submit Paper author details alignment. */
.rdppm-submit-paper .rdppm-author-table {
	border-collapse: collapse;
	overflow-x: auto;
}

.rdppm-submit-paper .rdppm-author-head,
.rdppm-submit-paper .rdppm-author-row {
	grid-template-columns: 56px minmax(190px, 1.05fr) minmax(170px, 0.9fr) minmax(230px, 1.2fr) minmax(220px, 1.1fr) minmax(180px, 0.9fr);
	min-width: 1120px;
	align-items: stretch;
}

.rdppm-submit-paper .rdppm-author-head span,
.rdppm-submit-paper .rdppm-author-number,
.rdppm-submit-paper .rdppm-author-row label {
	display: flex;
	align-items: center;
	min-height: 62px;
}

.rdppm-submit-paper .rdppm-author-row label {
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.rdppm-submit-paper .rdppm-author-row input[type="text"],
.rdppm-submit-paper .rdppm-author-row input[type="email"] {
	width: 100%;
	min-height: 44px;
}

@media (max-width: 768px) {
	.rdppm-submit-paper .rdppm-author-table {
		overflow-x: visible;
		border: 0;
		background: transparent;
	}

	.rdppm-submit-paper .rdppm-author-head {
		display: none;
	}

	.rdppm-submit-paper .rdppm-author-row {
		display: grid;
		grid-template-columns: 1fr;
		min-width: 0;
		margin-bottom: 14px;
		border: 1px solid var(--rdppm-border, #d9d9d9);
		background: #fff;
	}

	.rdppm-submit-paper .rdppm-author-number {
		justify-content: flex-start;
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--rdppm-border, #d9d9d9);
		background: #f8f9fa;
	}

	.rdppm-submit-paper .rdppm-author-row label {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--rdppm-border, #d9d9d9);
		padding: 10px;
	}

	.rdppm-submit-paper .rdppm-author-row label:last-child {
		border-bottom: 0;
	}

	.rdppm-submit-paper .rdppm-author-row label span {
		display: block;
		margin-bottom: 6px;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.35;
	}

	.rdppm-submit-paper .rdppm-author-row label:nth-of-type(1) {
		order: 1;
	}

	.rdppm-submit-paper .rdppm-author-row label:nth-of-type(2) {
		order: 2;
	}

	.rdppm-submit-paper .rdppm-author-row label:nth-of-type(3) {
		order: 3;
	}

	.rdppm-submit-paper .rdppm-author-row label:nth-of-type(4) {
		order: 4;
	}

	.rdppm-submit-paper .rdppm-author-row label:nth-of-type(5) {
		order: 5;
	}
}

/* Single publication final IJIRCT-style detail view. */
.rdppm-wrap.rdppm-single {
	max-width: 1220px;
	margin: 0 auto;
	padding: 28px 20px 52px;
	background: #fff;
	color: #222;
}

.rdppm-single .rdppm-publication-article {
	max-width: 1080px;
	margin: 0 auto;
}

.rdppm-single .rdppm-publication-header {
	margin: 0 0 14px;
	border: 0;
	padding: 0;
	text-align: center;
}

.rdppm-single .rdppm-publication-header h1 {
	max-width: 1040px;
	margin: 0 auto 14px;
	padding: 0;
	color: #222;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
	text-align: center;
}

.rdppm-single .rdppm-publication-header h1::after {
	display: none;
}

.rdppm-single .rdppm-paper-meta {
	margin: 0 0 16px;
	color: #222;
	font-size: 22px;
	line-height: 1.45;
}

.rdppm-single .rdppm-paper-meta p {
	margin: 0 0 11px;
}

.rdppm-single .rdppm-paper-meta .rdppm-authors {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.32;
	color: #222;
}

.rdppm-single .rdppm-paper-meta strong {
	font-weight: 700;
}

.rdppm-single .rdppm-paper-meta a,
.rdppm-single .rdppm-published-in {
	color: #087c70;
	text-decoration: none;
}

.rdppm-single .rdppm-paper-meta a:hover,
.rdppm-single .rdppm-paper-meta a:focus {
	color: #065f56;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-single .rdppm-publication-section {
	margin: 15px 0 0;
	color: #222;
	font-size: 22px;
	line-height: 1.48;
}

.rdppm-single .rdppm-publication-section h2 {
	margin: 0 0 5px;
	padding: 0;
	color: #222;
	font-family: inherit !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
}

.rdppm-single .rdppm-publication-section h2::after {
	display: none;
}

.rdppm-single .rdppm-publication-section p {
	margin: 0 0 14px;
}

.rdppm-single .rdppm-publication-section div,
.rdppm-single .rdppm-publication-section div p {
	text-align: left;
}

.rdppm-single .rdppm-download-area {
	margin: 30px 0 26px;
	text-align: center;
}

.rdppm-single .rdppm-download-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	min-height: 52px;
	border: 0;
	border-radius: 6px;
	padding: 0 24px;
	background: #0d6efd !important;
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
}

.rdppm-single .rdppm-download-button:hover,
.rdppm-single .rdppm-download-button:focus {
	background: #0b5ed7 !important;
	color: #fff !important;
	text-decoration: none;
}

.rdppm-single .rdppm-download-count {
	margin: 20px auto 0;
	color: #222;
	font-size: 22px;
	line-height: 1.35;
	text-align: center;
}

.rdppm-single .rdppm-download-count-button {
	display: block;
	width: fit-content;
	max-width: 100%;
	font-weight: 500;
}

.rdppm-single .rdppm-share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin: 28px 0 0;
}

.rdppm-single .rdppm-share-links span {
	flex: 0 0 100%;
	margin-bottom: 4px;
	color: #222;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
}

.rdppm-single .rdppm-share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	border: 0;
	border-radius: 4px;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
}

.rdppm-single .rdppm-share-links svg {
	display: block;
	width: 13px;
	height: 13px;
	fill: currentColor;
	color: #fff;
	pointer-events: none;
}

.rdppm-single .rdppm-share-links svg text {
	fill: currentColor;
	font-family: Arial, Helvetica, sans-serif;
}

.rdppm-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.rdppm-single .rdppm-share-plus { background: #1463ff !important; }
.rdppm-single .rdppm-share-facebook { background: #1877f2 !important; }
.rdppm-single .rdppm-share-twitter { background: #1da1f2 !important; }
.rdppm-single .rdppm-share-linkedin { background: #0a66c2 !important; }
.rdppm-single .rdppm-share-whatsapp { background: #16a514 !important; }
.rdppm-single .rdppm-share-telegram { background: #2aabee !important; }
.rdppm-single .rdppm-share-gmail { background: #ea4335 !important; }
.rdppm-single .rdppm-share-yahoo { background: #410093 !important; }
.rdppm-single .rdppm-share-outlook { background: #0a64c7 !important; }
.rdppm-single .rdppm-share-messenger { background: #1677ff !important; }
.rdppm-single .rdppm-share-reddit { background: #ff4500 !important; }
.rdppm-single .rdppm-share-blogger { background: #f57d00 !important; }
.rdppm-single .rdppm-share-digg { background: #111 !important; }
.rdppm-single .rdppm-share-mendeley { background: #a80000 !important; }
.rdppm-single .rdppm-share-xing { background: #07313f !important; }
.rdppm-single .rdppm-share-wechat { background: #7bb32e !important; }
.rdppm-single .rdppm-share-email { background: #72777d !important; }
.rdppm-single .rdppm-share-sms { background: #64bd45 !important; font-size: 12px; }
.rdppm-single .rdppm-share-print { background: #6c757d !important; }
.rdppm-single .rdppm-share-copy { background: #6f7782 !important; }

.rdppm-single .rdppm-share-links a:hover,
.rdppm-single .rdppm-share-links a:focus {
	filter: brightness(0.92);
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.rdppm-wrap.rdppm-single {
		max-width: 100%;
		padding: 24px 16px 42px;
		overflow-x: hidden;
	}

	.rdppm-single .rdppm-publication-article {
		max-width: 100%;
	}

	.rdppm-single .rdppm-publication-header {
		text-align: left;
	}

	.rdppm-single .rdppm-publication-header h1 {
		margin-bottom: 16px;
		font-size: 35px;
		line-height: 1.18;
		text-align: left;
	}

	.rdppm-single .rdppm-paper-meta {
		font-size: 22px;
		line-height: 1.45;
	}

	.rdppm-single .rdppm-paper-meta .rdppm-authors {
		font-size: 25px;
		line-height: 1.25;
	}

	.rdppm-single .rdppm-publication-section,
	.rdppm-single .rdppm-download-count,
	.rdppm-single .rdppm-share-links span {
		font-size: 22px;
		line-height: 1.48;
	}

	.rdppm-single .rdppm-publication-section h2 {
		font-size: 22px;
	}

	.rdppm-single .rdppm-download-button {
		width: auto;
		max-width: 100%;
		min-width: 0;
		min-height: 50px;
		padding: 0 18px;
		font-size: 20px;
	}

	.rdppm-single .rdppm-share-links {
		gap: 4px;
	}

	.rdppm-single .rdppm-share-links a {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
		font-size: 12px;
	}

	.rdppm-single .rdppm-share-links svg {
		width: 12px;
		height: 12px;
	}
}

/* Final polish for single publication share/download presentation. */
.rdppm-single .rdppm-download-area {
	margin: 36px 0 30px;
	text-align: center;
}

.rdppm-single .rdppm-download-button {
	min-width: 320px;
	min-height: 54px;
	border-radius: 7px;
	background: #0d6efd !important;
	color: #fff !important;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0;
}

.rdppm-single .rdppm-download-count-button {
	margin-top: 18px;
	color: #222;
	font-size: 21px;
	font-weight: 500;
}

.rdppm-single .rdppm-share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	margin: 32px 0 0;
	padding: 0;
	background: transparent;
}

.rdppm-single .rdppm-share-links > span:first-child {
	display: block;
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 7px;
	color: #222;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.35;
}

.rdppm-single .rdppm-share-links a {
	position: relative;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	border-radius: 4px;
	padding: 0;
	overflow: hidden;
	color: #fff !important;
	box-shadow: none;
	transition: transform 0.12s ease, filter 0.12s ease;
}

.rdppm-single .rdppm-share-links a:hover,
.rdppm-single .rdppm-share-links a:focus {
	transform: translateY(-1px);
	filter: brightness(0.95);
}

.rdppm-single .rdppm-share-links svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.rdppm-single .rdppm-share-digg svg {
	width: 17px;
}

.rdppm-single .rdppm-share-sms svg {
	width: 15px;
}

.rdppm-single .rdppm-share-plus svg,
.rdppm-single .rdppm-share-facebook svg,
.rdppm-single .rdppm-share-linkedin svg {
	width: 15px;
	height: 15px;
}

.rdppm-single .rdppm-share-links .rdppm-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

@media (max-width: 768px) {
	.rdppm-single .rdppm-download-area {
		margin: 32px 0 28px;
	}

	.rdppm-single .rdppm-download-button {
		width: 100%;
		max-width: 330px;
		min-width: 0;
		min-height: 50px;
		font-size: 18px;
	}

	.rdppm-single .rdppm-download-count-button {
		font-size: 19px;
	}

	.rdppm-single .rdppm-share-links {
		gap: 4px;
		margin-top: 30px;
	}

	.rdppm-single .rdppm-share-links > span:first-child {
		margin-bottom: 8px;
		font-size: 20px;
	}

	.rdppm-single .rdppm-share-links a {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}

	.rdppm-single .rdppm-share-links svg {
		width: 12px;
		height: 12px;
	}
}

/* Clean IJIRCT-style single publication layout. */
.rdppm-single-page,
.rdppm-single-page * {
	box-sizing: border-box;
}

.rdppm-single-page {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 45px 20px 60px;
	background: #fff;
	color: #222;
	overflow-x: hidden;
}

.rdppm-single-article {
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.rdppm-single-header {
	margin: 0 0 30px;
	padding: 0;
	border: 0;
	text-align: center;
}

.rdppm-single-title {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
}

.rdppm-single-meta {
	margin: 0 0 16px;
	color: #222;
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
}

.rdppm-single-meta p {
	margin: 0 0 8px;
}

.rdppm-single-meta strong {
	color: #111;
	font-weight: 700;
}

.rdppm-single-meta a,
.rdppm-single-meta span {
	color: #087d70;
	text-decoration: none;
}

.rdppm-single-meta a:hover,
.rdppm-single-meta a:focus {
	color: #065f56;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-single-content {
	margin: 18px 0 0;
	color: #222;
	text-align: left;
}

.rdppm-single-content h2 {
	margin: 20px 0 8px;
	padding: 0;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.rdppm-single-content h2::after {
	display: none;
}

.rdppm-single-content p {
	margin: 0 0 16px;
	color: #222;
	font-size: 18px;
	line-height: 1.65;
	text-align: left;
}

.rdppm-single-download {
	margin: 35px 0 0;
	text-align: center;
}

.rdppm-pdf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 0;
	border-radius: 6px;
	padding: 12px 24px;
	background: #0d6efd;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
}

.rdppm-pdf-button:hover,
.rdppm-pdf-button:focus {
	background: #0b5ed7;
	color: #fff;
	text-decoration: none;
}

.rdppm-single-download .rdppm-download-count {
	margin: 10px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.rdppm-single-share {
	margin: 25px 0 0;
	text-align: center;
}

.rdppm-single-share h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #222;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.rdppm-single-share h2::after {
	display: none;
}

.rdppm-share-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
	max-width: 100%;
	margin: 0 auto;
}

.rdppm-share-icons a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	border: 0;
	border-radius: 4px;
	padding: 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	transition: filter 0.12s ease, transform 0.12s ease;
}

.rdppm-share-icons a:hover,
.rdppm-share-icons a:focus {
	color: #fff;
	text-decoration: none;
	filter: brightness(0.93);
	transform: translateY(-1px);
}

.rdppm-share-icons svg {
	display: block;
	width: 13px;
	height: 13px;
	fill: currentColor;
	color: #fff;
	pointer-events: none;
}

.rdppm-share-icons svg text {
	fill: currentColor;
	font-family: Arial, Helvetica, sans-serif;
}

.rdppm-share-icons .rdppm-share-plus svg,
.rdppm-share-icons .rdppm-share-facebook svg,
.rdppm-share-icons .rdppm-share-linkedin svg {
	width: 15px;
	height: 15px;
}

.rdppm-share-icons .rdppm-share-digg svg {
	width: 17px;
}

.rdppm-share-icons .rdppm-share-sms svg {
	width: 15px;
}

.rdppm-single-page .rdppm-share-plus { background: #1463ff; }
.rdppm-single-page .rdppm-share-facebook { background: #1877f2; }
.rdppm-single-page .rdppm-share-twitter { background: #1da1f2; }
.rdppm-single-page .rdppm-share-linkedin { background: #0a66c2; }
.rdppm-single-page .rdppm-share-whatsapp { background: #16a514; }
.rdppm-single-page .rdppm-share-telegram { background: #2aabee; }
.rdppm-single-page .rdppm-share-gmail { background: #ea4335; }
.rdppm-single-page .rdppm-share-yahoo { background: #410093; }
.rdppm-single-page .rdppm-share-outlook { background: #0a64c7; }
.rdppm-single-page .rdppm-share-messenger { background: #1677ff; }
.rdppm-single-page .rdppm-share-reddit { background: #ff4500; }
.rdppm-single-page .rdppm-share-blogger { background: #f57d00; }
.rdppm-single-page .rdppm-share-digg { background: #111; }
.rdppm-single-page .rdppm-share-mendeley { background: #a80000; }
.rdppm-single-page .rdppm-share-xing { background: #07313f; }
.rdppm-single-page .rdppm-share-wechat { background: #7bb32e; }
.rdppm-single-page .rdppm-share-email { background: #72777d; }
.rdppm-single-page .rdppm-share-sms { background: #64bd45; }
.rdppm-single-page .rdppm-share-print { background: #6c757d; }
.rdppm-single-page .rdppm-share-copy { background: #6f7782; }

.rdppm-single-page .rdppm-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.rdppm-single-page .rdppm-link-button {
	display: inline-block;
	margin-top: 22px;
	color: #087d70;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767px) {
	.rdppm-single-page {
		max-width: 100%;
		padding: 28px 16px 45px;
	}

	.rdppm-single-header {
		margin-bottom: 20px;
		text-align: left;
	}

	.rdppm-single-title {
		font-size: 31px;
		line-height: 1.3;
		text-align: left;
	}

	.rdppm-single-meta {
		font-size: 16px;
		line-height: 1.7;
	}

	.rdppm-single-meta p {
		margin-bottom: 7px;
	}

	.rdppm-single-content h2 {
		font-size: 22px;
	}

	.rdppm-single-content p {
		font-size: 16px;
		line-height: 1.65;
	}

	.rdppm-pdf-button {
		width: auto;
		max-width: 100%;
		min-height: 46px;
		padding: 11px 20px;
		font-size: 16px;
	}

	.rdppm-single-share h2 {
		font-size: 20px;
		text-align: center;
	}

	.rdppm-share-icons {
		gap: 4px;
		justify-content: flex-start;
	}

	.rdppm-share-icons a {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}

	.rdppm-share-icons svg {
		width: 12px;
		height: 12px;
	}
}

/* ==========================================================================
   Single Publication View — Clean Academic Journal Layout
   Uses exclusively .rdppm-pub-* classes (templates/single-rdppm_publication.php)
   Zero conflict with any other RDPPM styles.
   ========================================================================== */

.rdppm-pub-wrap,
.rdppm-pub-wrap * {
	box-sizing: border-box;
}

/* ── Page wrapper ─────────────────────────────────────────────────────── */
.rdppm-pub-wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 52px 28px 72px;
	background: #fff;
	color: #1a1a1a;
	line-height: 1.65;
}

.rdppm-pub-article {
	max-width: 860px;
	margin: 0 auto;
}

/* ── Title ────────────────────────────────────────────────────────────── */
.rdppm-pub-header {
	margin: 0 0 32px;
	padding: 0;
	border: 0;
	text-align: center;
}

.rdppm-pub-title {
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
	text-align: center;
}

/* ── Meta block ───────────────────────────────────────────────────────── */
.rdppm-pub-meta {
	margin: 0 0 28px;
	padding: 22px 0 24px;
	border-top: 2px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.rdppm-pub-authors {
	margin: 0 0 16px;
	color: #1a1a1a;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.45;
}

.rdppm-pub-meta-grid {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	margin: 0;
	padding: 0;
}

.rdppm-pub-meta-dt,
.rdppm-pub-meta-dd {
	margin: 0;
	padding: 9px 14px 9px 0;
	border-bottom: 1px solid #efefef;
	font-size: 0.98rem;
	line-height: 1.55;
	vertical-align: top;
}

.rdppm-pub-meta-dt {
	font-weight: 700;
	color: #222;
	padding-right: 16px;
}

.rdppm-pub-meta-dd {
	color: #444;
}

.rdppm-pub-meta-dd:last-of-type {
	border-bottom: 0;
}

.rdppm-pub-published-in {
	color: #087c70;
}

.rdppm-pub-meta-grid a {
	color: #087c70;
	text-decoration: none;
}

.rdppm-pub-meta-grid a:hover,
.rdppm-pub-meta-grid a:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #065f56;
}

/* ── Abstract / Keywords ──────────────────────────────────────────────── */
.rdppm-pub-body {
	margin: 0 0 4px;
}

.rdppm-pub-section-heading {
	margin: 24px 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: 0 !important;
	color: #1a1a1a !important;
	font-family: inherit !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rdppm-pub-section-heading::before,
.rdppm-pub-section-heading::after {
	display: none !important;
}

.rdppm-pub-abstract {
	color: #1a1a1a;
	font-size: 1rem;
	line-height: 1.8;
	text-align: justify;
}

.rdppm-pub-abstract p {
	margin: 0 0 12px;
	font-size: 1rem;
	line-height: 1.8;
}

.rdppm-pub-kw-heading {
	margin-top: 26px !important;
}

.rdppm-pub-keywords {
	margin: 0;
	color: #555;
	font-size: 0.98rem;
	line-height: 1.7;
	font-style: italic;
}

/* ── Download button ──────────────────────────────────────────────────── */
.rdppm-pub-download {
	margin: 40px 0 0;
	text-align: center;
}

.rdppm-pub-pdf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 270px;
	min-height: 54px;
	padding: 14px 32px;
	border: 0;
	border-radius: 6px;
	background: #0d6efd;
	color: #fff;
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.12s ease;
	box-shadow: 0 2px 8px rgba(13, 110, 253, 0.22);
}

.rdppm-pub-pdf-btn:hover,
.rdppm-pub-pdf-btn:focus {
	background: #0b5ed7;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(13, 110, 253, 0.28);
}

.rdppm-pub-view-count {
	margin: 14px 0 0;
	color: #666;
	font-size: 0.92rem;
	line-height: 1.45;
	text-align: center;
}

/* ── Share section ────────────────────────────────────────────────────── */
.rdppm-pub-share {
	margin: 36px 0 0;
}

.rdppm-pub-share-heading {
	margin: 0 0 12px;
	color: #1a1a1a;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rdppm-pub-share-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
}

/* ── Share icon buttons ───────────────────────────────────────────────── */
.rdppm-pub-si {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	border: 0;
	border-radius: 4px;
	padding: 0;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	transition: filter 0.12s ease, transform 0.12s ease;
}

.rdppm-pub-si:hover,
.rdppm-pub-si:focus {
	filter: brightness(0.88);
	transform: translateY(-1px);
	color: #fff;
	text-decoration: none;
}

.rdppm-pub-si svg {
	display: block;
	width: 13px;
	height: 13px;
	fill: currentColor;
	color: #fff;
	pointer-events: none;
	flex-shrink: 0;
}

.rdppm-pub-si svg text {
	fill: currentColor;
	font-family: Arial, Helvetica, sans-serif;
}

/* Slightly wider SVGs for specific icons */
.rdppm-si-plus svg,
.rdppm-si-facebook svg,
.rdppm-si-linkedin svg {
	width: 15px;
	height: 15px;
}

.rdppm-si-digg svg {
	width: 17px;
}

.rdppm-si-sms svg {
	width: 15px;
}

/* ── Social brand colours ─────────────────────────────────────────────── */
.rdppm-si-plus      { background: #1463ff; }
.rdppm-si-facebook  { background: #1877f2; }
.rdppm-si-twitter   { background: #1da1f2; }
.rdppm-si-linkedin  { background: #0a66c2; }
.rdppm-si-whatsapp  { background: #25d366; }
.rdppm-si-telegram  { background: #2aabee; }
.rdppm-si-gmail     { background: #ea4335; }
.rdppm-si-yahoo     { background: #410093; }
.rdppm-si-outlook   { background: #0a64c7; }
.rdppm-si-messenger { background: #1677ff; }
.rdppm-si-reddit    { background: #ff4500; }
.rdppm-si-blogger   { background: #f57d00; }
.rdppm-si-digg      { background: #111111; }
.rdppm-si-mendeley  { background: #a80000; }
.rdppm-si-xing      { background: #07313f; }
.rdppm-si-wechat    { background: #7bb32e; }
.rdppm-si-email     { background: #72777d; }
.rdppm-si-sms       { background: #43c052; }
.rdppm-si-print     { background: #6c757d; }
.rdppm-si-copy      { background: #6f7782; }

/* ── Screen-reader text ───────────────────────────────────────────────── */
.rdppm-pub-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

/* ── Original manuscript link ─────────────────────────────────────────── */
.rdppm-pub-original-link {
	margin: 22px 0 0;
	text-align: center;
}

.rdppm-pub-original-link a {
	color: #087c70;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rdppm-pub-original-link a:hover,
.rdppm-pub-original-link a:focus {
	color: #065f56;
}

/* ── Tablet ───────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.rdppm-pub-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rdppm-pub-title {
		font-size: 1.95rem;
	}
}

/* ── Mobile ───────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
	.rdppm-pub-wrap {
		padding: 28px 16px 52px;
	}

	.rdppm-pub-article {
		max-width: 100%;
	}

	/* Left-align title on small screens */
	.rdppm-pub-header {
		margin-bottom: 22px;
		text-align: left;
	}

	.rdppm-pub-title {
		font-size: 1.55rem;
		line-height: 1.32;
		text-align: left;
	}

	/* Stack the meta grid to single column */
	.rdppm-pub-meta-grid {
		grid-template-columns: 1fr;
	}

	.rdppm-pub-meta-dt {
		padding-bottom: 2px;
		border-bottom: 0;
		font-size: 0.82rem;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #666;
	}

	.rdppm-pub-meta-dd {
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #efefef;
	}

	.rdppm-pub-meta-dd:last-of-type {
		border-bottom: 0;
	}

	.rdppm-pub-abstract {
		text-align: left;
		font-size: 0.97rem;
	}

	.rdppm-pub-abstract p {
		font-size: 0.97rem;
	}

	/* Full-width download button on mobile */
	.rdppm-pub-pdf-btn {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 50px;
		font-size: 0.98rem;
		padding: 13px 20px;
		box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
	}

	.rdppm-pub-share-icons {
		gap: 4px;
	}

	.rdppm-pub-si {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}

	.rdppm-pub-si svg {
		width: 12px;
		height: 12px;
	}

	.rdppm-si-plus svg,
	.rdppm-si-facebook svg,
	.rdppm-si-linkedin svg {
		width: 14px;
		height: 14px;
	}

	.rdppm-si-digg svg {
		width: 16px;
	}
}

/* Final conflict guard: keep single-publication share icons compact even when
   old RDPPM rules, theme button styles, or global SVG styles are loaded. */
.rdppm-single-page .rdppm-single-share .rdppm-share-icons {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: visible !important;
}

.rdppm-single-page .rdppm-single-share .rdppm-share-icons > a,
.rdppm-wrap.rdppm-single .rdppm-share-links > a,
.rdppm-pub-wrap .rdppm-pub-share-icons > .rdppm-pub-si {
	box-sizing: border-box !important;
	display: inline-flex !important;
	flex: 0 0 24px !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	height: 24px !important;
	min-width: 24px !important;
	min-height: 24px !important;
	max-width: 24px !important;
	max-height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 3px !important;
	line-height: 1 !important;
	text-decoration: none !important;
	vertical-align: middle !important;
	overflow: hidden !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

.rdppm-single-page .rdppm-single-share .rdppm-share-icons > a svg,
.rdppm-wrap.rdppm-single .rdppm-share-links > a svg,
.rdppm-pub-wrap .rdppm-pub-share-icons > .rdppm-pub-si svg {
	box-sizing: border-box !important;
	display: block !important;
	flex: 0 0 13px !important;
	width: 13px !important;
	height: 13px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 13px !important;
	max-height: 13px !important;
	margin: 0 !important;
	padding: 0 !important;
	fill: currentColor !important;
	color: #fff !important;
	transform: none !important;
}

.rdppm-single-page .rdppm-single-share .rdppm-share-plus svg,
.rdppm-single-page .rdppm-single-share .rdppm-share-facebook svg,
.rdppm-single-page .rdppm-single-share .rdppm-share-linkedin svg,
.rdppm-wrap.rdppm-single .rdppm-share-plus svg,
.rdppm-wrap.rdppm-single .rdppm-share-facebook svg,
.rdppm-wrap.rdppm-single .rdppm-share-linkedin svg {
	width: 15px !important;
	height: 15px !important;
	max-width: 15px !important;
	max-height: 15px !important;
}

.rdppm-single-page .rdppm-single-share .rdppm-share-digg svg,
.rdppm-wrap.rdppm-single .rdppm-share-digg svg {
	width: 17px !important;
	max-width: 17px !important;
}

.rdppm-single-page .rdppm-single-share .rdppm-share-plus,
.rdppm-wrap.rdppm-single .rdppm-share-plus { background: #1463ff !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-facebook,
.rdppm-wrap.rdppm-single .rdppm-share-facebook { background: #1877f2 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-twitter,
.rdppm-wrap.rdppm-single .rdppm-share-twitter { background: #1da1f2 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-linkedin,
.rdppm-wrap.rdppm-single .rdppm-share-linkedin { background: #0a66c2 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-whatsapp,
.rdppm-wrap.rdppm-single .rdppm-share-whatsapp { background: #16a514 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-telegram,
.rdppm-wrap.rdppm-single .rdppm-share-telegram { background: #2aabee !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-gmail,
.rdppm-wrap.rdppm-single .rdppm-share-gmail { background: #ea4335 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-yahoo,
.rdppm-wrap.rdppm-single .rdppm-share-yahoo { background: #410093 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-outlook,
.rdppm-wrap.rdppm-single .rdppm-share-outlook { background: #0a64c7 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-messenger,
.rdppm-wrap.rdppm-single .rdppm-share-messenger { background: #1677ff !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-reddit,
.rdppm-wrap.rdppm-single .rdppm-share-reddit { background: #ff4500 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-blogger,
.rdppm-wrap.rdppm-single .rdppm-share-blogger { background: #f57d00 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-digg,
.rdppm-wrap.rdppm-single .rdppm-share-digg { background: #111 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-mendeley,
.rdppm-wrap.rdppm-single .rdppm-share-mendeley { background: #a80000 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-xing,
.rdppm-wrap.rdppm-single .rdppm-share-xing { background: #07313f !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-wechat,
.rdppm-wrap.rdppm-single .rdppm-share-wechat { background: #7bb32e !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-email,
.rdppm-wrap.rdppm-single .rdppm-share-email { background: #72777d !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-sms,
.rdppm-wrap.rdppm-single .rdppm-share-sms { background: #64bd45 !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-print,
.rdppm-wrap.rdppm-single .rdppm-share-print { background: #6c757d !important; color: #fff !important; }
.rdppm-single-page .rdppm-single-share .rdppm-share-copy,
.rdppm-wrap.rdppm-single .rdppm-share-copy { background: #6f7782 !important; color: #fff !important; }

@media (max-width: 767px) {
	.rdppm-single-page .rdppm-single-share .rdppm-share-icons {
		justify-content: flex-start !important;
	}
}
