.emlanlistse-ul {
	margin: 30px auto;
	list-style: none;
	padding: 0;
}

.emlanlistse-list {
	position: relative;
	box-shadow: 0 2px 4px rgba(0,72,217,.1),0 24px 60px rgba(0,72,217,.05),0 12px 24px rgba(0,72,217,.05);
	margin-bottom: 40px;
	border-radius: 12px;
	background: #FFF;
}

.emlanlistse-card-top{
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	border-radius: 12px 12px 0 0;
}

.emlanlistse-logo {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.emlanlistse-logo-button {
	width: 170px;
	flex-shrink: 0;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	outline: none !important;
}

.emlanlistse-top-info-container {
	flex-grow: 1;
	padding-top: .5rem;
}

.emlanlistse-top-info {
	margin-bottom: 8px;
}

.emlanlistse-bestill{
	text-align: center;
}

.emlanlistse-bestilltext{
	margin-top: 5px;
	font-size: 14px;
}

.single-post .emlanlistse-bestill{
	margin-top: 10px;
}

.emlanlistse-solo-button .emlanlistse-link {
	width: auto;
	margin: 10px 0;
}

.lead-gen-popup-cta .btn-secondary,
.emlanlistse-link,
.alternative-offer-button div,
.close-alternative-offer{
	padding: 13px 24px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	background-color: var(--button-bg);
	color: var(--button-color);
	border-radius: 8px;
	text-align: center;
	white-space: nowrap;
}

.alternative-offer-button{
	text-align: center;
}

.alternative-offer-button div{
	display: inline-block;
}

.alternative-offer-text{
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.alternative-offer{
	position: absolute;
	z-index: 2;
	width: 400px;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 15px;
	border-radius: 12px;
	background-color: #d2efd3;
	box-shadow: 0 2px 4px rgba(0,72,217,.1),0 24px 60px rgba(0,72,217,.05),0 12px 24px rgba(0,72,217,.05);
}

.emlanlistse-solo-button{
	position: relative;
}

.emlanlistse-solo-button .alternative-offer .emlanlistse-link{
	margin: 0;
}

.emlanlistse-solo-button .alternative-offer-button{
	margin: 10px 0;
}

.emlanlistse-solo-button .alternative-offer{
	height: unset;
}

@media (max-width: 920px){
	.alternative-offer{
		width: 100%;
		height: unset;
	}
}

.close-alternative-offer{
	background-color: #f42d28;
	color: #FFF;
	width: calc(35% - 15px);
	margin-left: 15px;
	float: right;
	cursor: pointer;
	line-height: 19px;
}

.alternative-offer .emlanlistse-bestilltext,
.alternative-offer::after,
.alternative-offer .emlist-link{
	width: 65%;
	float: left;
}

.emlanlistse-card-middle{
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.emlanlistse-middle-info-container,
.emlanlistse-top-info-container{
	width: 50%;
	list-style: none;
	padding: 0;
}

.emlanlistse-middle-info {
	position: relative;
	margin-left: 22px;
	margin-bottom: 8px;
}

.emlanlistse-middle-info::before{
	background-image: url('../../img/tick.svg');
	content: '';
	display: inline-block;
	width: 15px;
	height: 11px;
	position: absolute;
	left: -22px;
	top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.emlanlistse-card-bottom {
	padding: 15px 30px;
	background-color: #EDF2F2;
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}

.emlanlistse-rente {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.emlanlistse-rente .warning{
	padding-left: 28px;
	position: relative;
}

.emlanlistse-rente .warning::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 20px;
	background-image: url(../../../../../assets/img/warning.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.emlanlistse-les {
	text-decoration: none !important;
	display: flex;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	background-color: inherit;
	white-space: nowrap;
	color: #041514 !important;
	position: relative;
	padding-right: 18px;
}

.emlanlistse-les::after{
	background-image: url('../../img/arrow_right.svg');
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* top lender medals */
.emlanlistse-list:nth-child(-n+3) form{
    padding-top: 20px;
}

.emlanlistse-list:nth-child(-n+3) form::after{
    content: '';
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.emlanlistse-list:nth-child(-n+3) form::after{
    left: 116px;
}

.emlanlistse-list:nth-of-type(1) form::after{
    background-image: url('../../img/medal_1.svg');
}

.emlanlistse-list:nth-of-type(2) form::after{
    background-image: url('../../img/medal_2.svg');
}

.emlanlistse-list:nth-of-type(3) form::after{
    background-image: url('../../img/medal_3.svg');
}

/* Sticky toplist link */
.toplist-scroll{
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%  !important;
	padding: 10px 30px;
	background: var(--navbar-bg);
	border-top: 1px solid #FFF;
	z-index: 50;
	transition: bottom 0.6s;
}

.toplist-scroll.visible{
	bottom: 0;
}

.toplist-scroll .inner{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1440px;
	margin: auto;
}


.toplist-scroll .desc{
	color: #FFF;
}

.toplist-scroll .btn-secondary{
	margin: 0 !important;
}

.toplist-scroll .scroll-close{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 18px;
	width: 18px;
	background-image: url('../../img/icon-close.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}

.toplist-scroll .btn-secondary{
	padding: 6px 20px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	background-color: var(--button-bg);
	color: var(--button-color);
	border-radius: 8px;
	text-align: center;
}

/* mobile */
@media only screen and (max-width: 1060px) {

	.emlanlistse-ul{
		max-width: calc(100vw - 40px);
	}

	.emlanlistse-list:nth-child(-n+3) form::after{
        left: 20%;
    }
}

@media only screen and (max-width: 920px) {

	.emlanlistse-card-top{
		padding: 20px;
		gap: 20px;
	}

	.emlanlistse-card-bottom{
		padding: 15px 20px;
	}

	.emlanlistse-card-top,
	.emlanlistse-icons-container{
		justify-content: center;
		flex-wrap: wrap;
	}

	.emlanlistse-card-middle{
		width: 100%;
	}

	.emlanlistse-top-info{
		text-align: center;
	}

	.emlanlistse-card-top .emlanlistse-bestill{
		width: 100%;
		border-top: solid 1px#edf2f2;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.emlanlistse-middle-info-container{
		display: none;
	}
	
	.emlanlistse-card-middle{
		flex-direction: column;
	}

	.emlanlistse-top-info-container{
		width: 100%;
	}

	.emlanlistse-top-info-row{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		text-align: center;
		font-size: 14px;
	}

	.emlanlistse-top-info {
		width: calc(50% - 5px);
	}

	.emlanlistse-top-info strong{
		display: block;
		font-size: 15px;
	}

	.emlanlistse-card-bottom{
		flex-direction: column;
	}
}