.psf-surfboard-specs {
	width: 100%;
	max-width: none;
	margin: 1rem 0;
}

.psf-surfboard-specs__title {
	margin: 0 0 .45rem;
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .035em;
}

.psf-surfboard-specs__table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.psf-surfboard-specs__table {
	width: 100% !important;
	max-width: none;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 15px;
	line-height: 1.15;
}

.psf-surfboard-specs__table thead th {
	padding: .42rem .55rem;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.20);
	background: transparent;
	color: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .08em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.psf-surfboard-specs__table tbody td {
	padding: .38rem .55rem;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.15;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.psf-surfboard-specs__table tbody tr:nth-child(even) td {
	background: rgba(100, 105, 110, .10);
}

.psf-surfboard-specs__table tbody tr:hover td {
	background: rgba(100, 105, 110, .15);
}

.psf-surfboard-tails__grid {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem 1.1rem;
	align-items: flex-start;
}

.psf-surfboard-tail {
	min-width: 70px;
	text-align: center;
}

.psf-surfboard-tail__svg {
	display: block;
	margin: 0 auto .25rem;
}

.psf-surfboard-tail__description {
	display: block;
	font-weight: 600;
	line-height: 1.15;
}

.psf-surfboard-debug {
	white-space: pre-wrap;
	padding: 12px;
	border: 1px solid #ccc;
	background: #fafafa;
	font-size: 12px;
}

@media (max-width: 600px) {
	.psf-surfboard-specs__table {
		font-size: 12px;
	}

	.psf-surfboard-specs__table thead th {
		padding: .38rem .35rem;
		font-size: 10px;
		letter-spacing: .05em;
	}

	.psf-surfboard-specs__table tbody td {
		padding: .34rem .35rem;
		font-size: 12px;
	}
}

/* Twenty Twenty-Five / WooCommerce Product Summary block.
 * Keep editor line breaks readable without changing the main product description. */
.single-product .wc-block-components-product-summary,
.single-product .woocommerce-product-details__short-description {
	white-space: normal;
}

.single-product .wc-block-components-product-summary > p,
.single-product .woocommerce-product-details__short-description > p {
	margin-top: 0;
	margin-bottom: .7em;
	white-space: pre-wrap;
}

.single-product .wc-block-components-product-summary > p:last-child,
.single-product .woocommerce-product-details__short-description > p:last-child {
	margin-bottom: 0;
}

.single-product .wc-block-components-product-summary .psf-surfboard-specs,
.single-product .woocommerce-product-details__short-description .psf-surfboard-specs {
	white-space: normal;
}


.psf-wavesize {
	display: inline-flex;
	align-items: flex-end;
	vertical-align: -2px;
	line-height: 0;
}

.psf-wavesize__holder {
	display: inline-flex;
	align-items: flex-end;
	gap: 4px;
	line-height: 0;
}

.psf-wave-icon {
	display: block;
	flex: 0 0 auto;
	align-self: flex-end;
	overflow: visible;
	fill: currentColor;
	color: currentColor;
}

.psf-wave-icon.active { opacity: 1; }
.psf-wave-icon.inactive { opacity: .16; }

@media (max-width: 600px) {
	.psf-wavesize__holder { gap: 3px; }
}

/* Responsive YouTube review. No JS or layout library required. */
.psf-surfboard-review {
	width: 100%;
	margin: 1rem 0;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
}

.psf-surfboard-review iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
