.warning {
	display: none;
}

.warning-container {
	display: none;
}

.warning-content {
	color: #6E5404;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
    line-height: 180%;
}

.warning-text {
    color: #6E5404;
    font-weight: bold;
}

.warning-link {
	color: #6E5404;
    text-decoration-line: underline;
    font-weight: bold;
}

.warning-error-message {
	color: black;
}

.warning-container-mob {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2C94C;
	height: 100%;
}

@media (max-width: 767px) {
    .warning-content {
        padding: 20px 20px;
    }
}

@media (min-width: 760px) {
	.warning-container {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #F2C94C;
		min-height: 60px;
	}

	.warning-container-mob {
		display: none;
	}
}

@media (min-width: 1024px) {
	.warning-container img {
		padding-right: 16px;
	}
}
