.ofm-competition-entry {
	margin: 2rem 0 0;
	padding: 1.5rem;
	border: 1px solid rgba(255, 199, 31, 0.42);
	border-radius: 1.25rem;
	background: linear-gradient(135deg, rgba(255, 199, 31, 0.09), rgba(8, 24, 18, 0.44));
}

.ofm-competition-entry__heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.ofm-competition-entry__heading h2,
.ofm-competition-entry__card h3 {
	margin: 0;
	color: #fff;
}

.ofm-competition-entry__heading p:not(.ofm-eyebrow),
.ofm-competition-entry__card-copy > p {
	margin: .45rem 0 0;
	color: rgba(235, 240, 236, .76);
}

.ofm-competition-entry__list {
	display: grid;
	gap: 1rem;
}

.ofm-competition-entry__card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.25rem;
	align-items: start;
	padding: 1.1rem;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 1rem;
	background: rgba(9, 11, 10, .58);
}

.ofm-competition-entry__eyebrow {
	margin: 0 0 .35rem;
	color: #ffc71f;
	font-weight: 800;
	font-size: .72rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ofm-competition-entry__eligibility strong {
	color: #ffc71f;
}

.ofm-competition-entry__status {
	display: grid;
	gap: .25rem;
	min-width: 10rem;
	padding: .7rem .85rem;
	border: 1px solid rgba(120, 229, 164, .38);
	border-radius: .75rem;
	color: #bbffd3;
	background: rgba(23, 92, 52, .16);
	font-size: .88rem;
}

.ofm-competition-entry__form-wrap {
	min-width: min(100%, 22rem);
	border: 1px solid rgba(255, 199, 31, .45);
	border-radius: .75rem;
	background: rgba(21, 18, 7, .54);
}

.ofm-competition-entry__form-wrap summary {
	padding: .78rem 1rem;
	color: #ffc71f;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.ofm-competition-entry__form-wrap summary::-webkit-details-marker {
	display: none;
}

.ofm-competition-entry__form {
	display: grid;
	gap: .9rem;
	padding: 0 1rem 1rem;
}

.ofm-competition-entry__form label:not(.ofm-competition-entry__check) {
	display: grid;
	gap: .35rem;
	color: #f7faf7;
	font-weight: 700;
	font-size: .9rem;
}

.ofm-competition-entry__form input[type="text"],
.ofm-competition-entry__form input[type="file"] {
	width: 100%;
	box-sizing: border-box;
	padding: .72rem .8rem;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: .6rem;
	background: #101211;
	color: #fff;
}

.ofm-competition-entry__form small {
	color: rgba(235, 240, 236, .64);
	font-weight: 400;
}

.ofm-competition-entry__check {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	color: rgba(245, 248, 245, .86);
	font-size: .84rem;
	line-height: 1.45;
}

.ofm-competition-entry__check input {
	flex: 0 0 auto;
	margin-top: .22rem;
	accent-color: #ffc71f;
}

.ofm-competition-entry__check a {
	color: #ffd95d;
}
.ofm-competition-entry__terms {
	display: grid;
	gap: .55rem;
	padding: .85rem .9rem;
	border: 1px solid rgba(255, 199, 31, .3);
	border-radius: .65rem;
	background: rgba(255, 199, 31, .06);
	color: rgba(245, 248, 245, .86);
	font-size: .84rem;
	line-height: 1.5;
}

.ofm-competition-entry__terms strong {
	color: #fff;
}

.ofm-competition-entry__terms-copy {
	display: grid;
	gap: .5rem;
}

.ofm-competition-entry__terms-copy p {
	margin: 0;
}

.ofm-competition-entry__terms a {
	color: #ffd95d;
	font-weight: 800;
}

.ofm-competition-entry__button {
	justify-self: start;
	padding: .75rem 1rem;
	border: 1px solid #ffc71f;
	border-radius: .65rem;
	background: #ffc71f;
	color: #111;
	font-weight: 900;
	cursor: pointer;
}

.ofm-competition-entry__notice {
	margin: 0 0 1rem;
	padding: .8rem 1rem;
	border: 1px solid;
	border-radius: .7rem;
}

.ofm-competition-entry__notice.is-success {
	border-color: rgba(120, 229, 164, .55);
	color: #c5ffdb;
	background: rgba(23, 92, 52, .22);
}

.ofm-competition-entry__notice.is-error {
	border-color: rgba(255, 118, 112, .58);
	color: #ffd1ce;
	background: rgba(111, 30, 29, .25);
}

.ofm-competition-entry__beat {
	grid-column: 1 / -1;
	display: grid;
	gap: .8rem;
	padding: 1rem;
	border: 1px solid rgba(255, 199, 31, .34);
	border-radius: .8rem;
	background: rgba(255, 199, 31, .055);
}

.ofm-competition-entry__beat.is-unavailable {
	display: block;
	color: rgba(245, 248, 245, .86);
	font-size: .9rem;
	line-height: 1.5;
}

.ofm-competition-entry__beat.is-unavailable strong,
.ofm-competition-entry__beat h4 {
	margin: 0;
	color: #fff;
}

.ofm-competition-entry__beat.is-unavailable p,
.ofm-competition-entry__beat-heading p,
.ofm-competition-entry__beat-license,
.ofm-competition-entry__beat-download-copy {
	margin: .4rem 0 0;
	color: rgba(235, 240, 236, .76);
	font-size: .86rem;
	line-height: 1.5;
}

.ofm-competition-entry__beat-heading {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.ofm-competition-entry__beat-heading .ofm-competition-entry__eyebrow {
	margin-bottom: .25rem;
}

.ofm-competition-entry__beat-track {
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: .7rem;
	background: rgba(9, 11, 10, .7);
	overflow: hidden;
}

.ofm-competition-entry__beat-play {
	display: grid;
	grid-template-columns: 48px 2.35rem minmax(0, 1fr) auto;
	align-items: center;
	width: 100%;
	gap: .75rem;
	padding: .7rem .8rem;
	border: 0;
	background: transparent;
	color: #fff;
	text-align: left;
	cursor: pointer;
}

.ofm-competition-entry__beat-artwork {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: .62rem;
	background: radial-gradient(circle at 73% 23%, rgba(255, 199, 31, .22), transparent 39%), linear-gradient(135deg, #24201a, #101114);
	color: #ffc71f;
}

.ofm-competition-entry__beat-artwork img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ofm-competition-entry__beat-artwork svg {
	width: 48%;
	height: 48%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ofm-competition-entry__beat-play-icon {
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	background: #ffc71f;
	color: #111;
}

.ofm-competition-entry__beat-play-icon svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ofm-competition-entry__beat-play-icon .icon-play {
	fill: currentColor;
	stroke: none;
}

.ofm-competition-entry__beat-play-icon .icon-pause,
.ofm-competition-entry__beat-track.is-playing .icon-play {
	display: none;
}

.ofm-competition-entry__beat-track.is-playing .icon-pause {
	display: block;
}

.ofm-competition-entry__beat-track-copy {
	display: grid;
	min-width: 0;
	gap: .15rem;
}

.ofm-competition-entry__beat-track-copy strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ofm-competition-entry__beat-track-copy small {
	color: rgba(235, 240, 236, .67);
}

.ofm-competition-entry__beat-play-label {
	color: #ffd95d;
	font-size: .82rem;
	font-weight: 800;
}

.ofm-competition-entry__beat-download {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.ofm-competition-entry__beat-download button {
	padding: .62rem .85rem;
	border: 1px solid rgba(255, 199, 31, .8);
	border-radius: .6rem;
	background: transparent;
	color: #ffd95d;
	font-weight: 800;
	cursor: pointer;
}

.ofm-competition-entry__beat-download button:hover,
.ofm-competition-entry__beat-download button:focus-visible {
	border-color: #ffc71f;
	background: rgba(255, 199, 31, .11);
	color: #fff;
}
@media (max-width: 700px) {
	.ofm-competition-entry {
		padding: 1rem;
	}

	.ofm-competition-entry__card {
		grid-template-columns: 1fr;
	}

	.ofm-competition-entry__form-wrap,
	.ofm-competition-entry__status {
		min-width: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.ofm-competition-entry__beat-play {
		grid-template-columns: 42px 2.35rem minmax(0, 1fr);
	}

	.ofm-competition-entry__beat-artwork {
		width: 42px;
		height: 42px;
	}

	.ofm-competition-entry__beat-play-label {
		display: none;
	}
}
