/* Indrammet formular på reklamation / entry */
.rk-entry-form-card {
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 1.5rem 1.25rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

@media (min-width: 576px) {
	.rk-entry-form-card {
		padding: 1.75rem 1.5rem;
	}
}

.rk-progress-initial {
	width: 25%;
}

/* Bekræftelsesboks på opsummering (inspireret af retur-portal) */
.rk-confirm-box {
	background: #e8f5e9;
	border: 1px solid #c8e6c9;
}

.rk-product-img {
	width: 55px;
}

.rk-file-thumb {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 4px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
}

.rk-file-thumb--small {
	width: 60px;
	height: 60px;
	margin: 3px;
}

.rk-file-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rk-file-thumb-label {
	text-align: center;
	font-size: 10px;
	padding: 4px;
	word-break: break-all;
}

.rk-file-thumb-label--small {
	font-size: 9px;
	padding: 2px;
}

.rk-play-icon {
	font-size: 20px;
}

.rk-play-icon--small {
	font-size: 16px;
}

.rk-file-remove {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border-radius: 0 4px 0 4px;
}
