/**
 * Pakistan Job Aggregator Pro - frontend styles.
 *
 * Styles the "Apply on Original Website" button and source attribution.
 * Kept lightweight and theme-agnostic so it blends with WorkScout and others.
 */

.pja-apply-wrapper {
	margin: 1em 0;
}

.pja-apply-button.pja-apply-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	color: #fff;
	background-color: #2271b1;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .15s ease, transform .05s ease;
}

.pja-apply-button.pja-apply-button:hover,
.pja-apply-button.pja-apply-button:focus {
	background-color: #135e96;
	color: #fff;
}

.pja-apply-button.pja-apply-button:active {
	transform: translateY( 1px );
}

.pja-apply-icon {
	font-style: normal;
	line-height: 1;
}

.pja-apply-note {
	margin: 6px 0 0;
	font-size: 12px;
	color: #6b7280;
}

.pja-source-attribution {
	font-size: 13px;
	color: #6b7280;
}

.pja-source-attribution a {
	color: inherit;
	text-decoration: underline;
}
