.ypcp-support-social-links {
	display: grid;
	gap: 10px;
	margin-top: 6px;
}

.ypcp-support-social-links__rows {
	display: grid;
	gap: 8px;
}

.ypcp-support-social-links__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.ypcp-support-social-links__row input[type="url"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
}

.ypcp-support-social-links__add {
	justify-self: start;
}

.ypcp-support-event-image {
	display: grid;
	gap: 8px;
	margin: 16px 0;
}

.ypcp-support-event-image--admin {
	padding: 14px;
	border: 1px solid #c3c4c7;
	background: #fff;
}

.ypcp-support-event-image img {
	display: block;
	width: min(240px, 100%);
	height: auto;
	border-radius: 6px;
}

@media (max-width: 520px) {
	.ypcp-support-social-links__row {
		grid-template-columns: 1fr;
	}

	.ypcp-support-social-links__row .button {
		justify-self: start;
	}
}
