/*
Theme Name: WXXYR Astra Child
Description: 无锡新源润不锈钢有限公司官网 Astra 子主题。
Template: astra
Requires at least: 6.6
Requires PHP: 8.2
Version: 1.0.0
Text Domain: wxxyr-astra-child
*/

:root {
	--wxxyr-graphite: #111820;
	--wxxyr-blue: #0874D1;
	--wxxyr-deep-blue: #07335B;
	--wxxyr-steel: #F2F5F7;
	--wxxyr-white: #FFFFFF;
	--wxxyr-brand-red: #E31E24;
	--wxxyr-content-width: 1280px;
	--wxxyr-focus: 0 0 0 3px rgba(8, 116, 209, 0.35);
	--wxxyr-ink: #28323C;
	--wxxyr-muted: #5E6974;
	--wxxyr-line: #D7DEE4;
	--wxxyr-radius: 4px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--wxxyr-white);
	color: var(--wxxyr-ink);
	font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

body.wxxyr-dialog-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

a {
	color: var(--wxxyr-blue);
	text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea):focus-visible {
	border-radius: var(--wxxyr-radius);
	box-shadow: var(--wxxyr-focus), 0 0 0 5px var(--wxxyr-graphite);
	outline: 2px solid var(--wxxyr-white);
	outline-offset: 2px;
}

h1,
h2,
h3,
h4,
p {
	margin-block-start: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--wxxyr-graphite);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.wxxyr-shell-container {
	margin-inline: auto;
	max-width: var(--wxxyr-content-width);
	width: calc(100% - 48px);
}

.wxxyr-section {
	padding-block: 72px;
}

.wxxyr-section--steel {
	background: var(--wxxyr-steel);
}

.wxxyr-section__eyebrow {
	color: var(--wxxyr-blue);
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.wxxyr-section__title {
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
	margin-bottom: 32px;
}

.wxxyr-button {
	align-items: center;
	background: var(--wxxyr-blue);
	border: 1px solid var(--wxxyr-blue);
	border-radius: var(--wxxyr-radius);
	color: var(--wxxyr-white);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 10px 24px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.wxxyr-button:hover {
	background: var(--wxxyr-deep-blue);
	border-color: var(--wxxyr-deep-blue);
	color: var(--wxxyr-white);
}

.wxxyr-button--outline {
	background: transparent;
	border-color: currentColor;
	color: var(--wxxyr-white);
}

.wxxyr-button--outline:hover {
	background: var(--wxxyr-white);
	border-color: var(--wxxyr-white);
	color: var(--wxxyr-deep-blue);
}


body:is(
	.page-id-8,
	.page-id-9,
	.page-id-10,
	.page-id-11,
	.page-id-12,
	.page-id-13,
	.page-id-14,
	.page-id-15,
	.page-id-16
) .ast-article-single > .entry-header {
	display: none;
}
