.block-pin-this {
	border: 3px solid var(--wp--preset--color--primary);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem;
}

.block-pin-this__social {
	flex-shrink: 0;
}

.block-pin-this .block-pin-this__social a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.625rem 0.875rem;
	background-color: var(--wp--preset--color--primary);
	border: 1px solid var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

.block-pin-this .block-pin-this__social svg {
	fill: currentColor;
	width: 24px;
	height: 24px;
}

.block-pin-this__social a:is(:focus, :hover) {
	background-color: transparent;
	color: var(--wp--preset--color--foreground);
}

.block-pin-this .block-pin-this__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: 2rem;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 0;
}

@media only screen and (max-width: 600px) {
	.block-pin-this {
		flex-direction: column;
	}
}

@media only screen and (min-width: 601px) {
	.block-pin-this {
		padding: 1.5rem 1.875rem;
	}
}
