

.woocommerce div.product .product_title {
	font-size: clamp(34px, 3.2vw, 48px);
	line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 21px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 15px;
}

.woocommerce div.product form.cart .button {
	min-height: 40px;
	padding: 0 16px;
	font-size: 12px !important;
}

.woocommerce div.product .product_meta {
	font-size: 11px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 14px !important;
	font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	font-size: 15px;
}

.woocommerce div.product .related.products > h2 {
	font-size: clamp(27px, 2.4vw, 36px);
}

.dobcy-support-panel {
	max-width: 1120px;
	margin: 0 auto;
	color: var(--green);
}

.dobcy-support-panel .dobcy-section-head {
	margin-bottom: 28px;
}

.dobcy-support-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dobcy-support-contact-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	grid-template-rows: 1fr auto;
	gap: 0 16px;
	min-height: 230px;
	padding: 24px;
	border: 1px solid #a9bbb0;
	border-radius: 12px;
	background: #fff;
}

.dobcy-support-contact-primary {
	border-color: transparent;
	background: var(--green);
	color: #fff;
}

.dobcy-support-card-icon {
	grid-row: 1 / 3;
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #edf2eb;
	color: var(--green);
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 700;
}

.dobcy-support-contact-primary .dobcy-support-card-icon {
	background: rgba(255, 255, 255, .12);
	color: var(--gold);
}

.dobcy-support-contact-card small,
.dobcy-support-heading small {
	display: block;
	color: #8b7436;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.dobcy-support-contact-primary small {
	color: var(--gold);
}

.dobcy-support-contact-card h2 {
	margin: 8px 0 9px;
	color: var(--green);
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.15;
}

.dobcy-support-contact-primary h2 {
	color: #fff;
}

.dobcy-support-contact-card p {
	max-width: 440px;
	margin: 0;
	color: var(--body);
	font-size: 14px;
	line-height: 1.55;
}

.dobcy-support-contact-primary p {
	color: #d8e5dd;
}

.dobcy-support-button,
.dobcy-support-text-link {
	grid-column: 2;
	width: fit-content;
	margin-top: 22px;
	border: 0;
	background: transparent;
	color: var(--green);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.dobcy-support-button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 0 16px;
	border-radius: 5px;
	background: var(--gold);
}

.dobcy-support-button span,
.dobcy-support-text-link span {
	font-size: 18px;
}

.dobcy-support-text-link {
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.dobcy-support-button:focus-visible,
.dobcy-support-text-link:focus-visible,
.dobcy-support-links a:focus-visible,
.dobcy-support-links button:focus-visible,
.dobcy-support-faq summary:focus-visible {
	outline: 3px solid rgba(205, 169, 76, .55);
	outline-offset: 3px;
}

.dobcy-support-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
	gap: 36px;
	margin-top: 42px;
}

.dobcy-support-heading {
	margin-bottom: 15px;
}

.dobcy-support-heading h2 {
	margin: 7px 0 0;
	font-family: var(--serif);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.dobcy-support-faq-list {
	border-top: 1px solid #bdcac2;
}

.dobcy-support-faq details {
	border-bottom: 1px solid #bdcac2;
}

.dobcy-support-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 19px 3px;
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.dobcy-support-faq summary::-webkit-details-marker {
	display: none;
}

.dobcy-support-faq summary span {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #edf2eb;
	font-family: var(--sans);
	font-size: 17px;
	transition: transform .18s ease;
}

.dobcy-support-faq details[open] summary span {
	transform: rotate(45deg);
}

.dobcy-support-faq details p {
	max-width: 650px;
	margin: -4px 42px 19px 3px;
	color: var(--body);
	font-size: 14px;
	line-height: 1.6;
}

.dobcy-support-links {
	align-self: start;
	padding: 22px;
	border-radius: 12px;
	background: #f3f5ef;
}

.dobcy-support-links > a,
.dobcy-support-links > button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 15px 0;
	border: 0;
	border-top: 1px solid #d3ddd6;
	background: transparent;
	color: var(--green);
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

.dobcy-support-links > :last-child {
	padding-bottom: 0;
}

.dobcy-support-links span,
.dobcy-support-links strong,
.dobcy-support-links small {
	display: block;
}

.dobcy-support-links strong {
	font-size: 14px;
}

.dobcy-support-links small {
	margin-top: 3px;
	color: var(--body);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0;
}

.dobcy-support-links b {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 820px) {
	.dobcy-support-contact-grid,
	.dobcy-support-layout {
		grid-template-columns: 1fr;
	}

	.dobcy-support-layout {
		gap: 28px;
	}
}

@media (max-width: 740px) {
	.woocommerce div.product .product_title {
		font-size: 34px;
	}

	.dobcy-support-panel .dobcy-section-head {
		margin-bottom: 22px;
	}

	.dobcy-support-contact-card {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 0 13px;
		min-height: 0;
		padding: 19px;
	}

	.dobcy-support-card-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.dobcy-support-contact-card h2 {
		font-size: 21px;
	}

	.dobcy-support-contact-card p,
	.dobcy-support-faq details p {
		font-size: 13px;
	}

	.dobcy-support-layout {
		margin-top: 32px;
	}

	.dobcy-support-faq summary {
		padding: 17px 2px;
		font-size: 16px;
	}

	.dobcy-support-links {
		padding: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dobcy-support-faq summary span {
		transition: none;
	}
}
