/* list container */
.emlanlist-ul {
	margin: 30px auto;
	list-style: none;
	padding: 0;
}

.emlanlist-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;
}

.emlanlist-card-top{
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	border-radius: 12px 12px 0 0;
}

.emlanlist-card-middle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 600px;
}

.emlanlist-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;
}

.emlanlist-logo-button {
	width: 170px;
	flex-shrink: 0;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
	outline: none !important;
}

.emlanlist-info-text {
	font-weight: 700;
}

.emlanlist-first-info,
.emlanlist-second-info {
	align-self: flex-start;
	margin-top: 1.5rem;
}

.emlanlist-second-info {
	text-align: left;
	margin-top: 4.3rem;
}

.lead-gen-popup-cta .btn-secondary,
.emlanlist-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;
	user-select: none;
	display: inline-block;
}

.alternative-offer-button{
	text-align: center;
}

.alternative-offer-button div{
	display: inline-block;
}

.alternative-offer-button:after,
.emlanlist-bestill:after {
	content: 'Annonselenke';
	display: block;
	position: relative;
	text-align: center;
	font-size: 12px;
}

.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);
}

@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::after,
.alternative-offer .emlist-link{
	width: 65%;
	float: left;
}

.emlanlist-solo-button{
	position: relative;
}

.emlanlist-solo-button .alternative-offer{
	height: unset;
}

.emlanlist-solo-button .alternative-offer-button,
.emlanlist-solo-button .emlanlist-bestill{
	text-align: center;
	margin: 10px 0;
}

.emlanlist-info {
	font-size: 12px;
}

.emlanlist-lenke-lesmer {
    text-decoration: none !important;
	color: #041514 !important;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	padding-right: 18px;
}

.emlanlist-lenke-lesmer::after{
	background-image: url('../../img/arrow_right.svg');
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.emlanlist-show-more {
	display: block;
	max-width: 20rem;
	margin: auto;
	padding: 1rem 2rem;
	background-color: inherit;
	border: solid 1px #ccc;
	border-radius: 5px;
	cursor: pointer;
}

.emlanlist-show-more:focus {
	outline: none;
}

.emlanlist-disabled:hover,
.emlanlist-disabled {
	background-image: none;
	background-color: #aaa;
	border: none;
}

.emlanlist-hidden {
	display: none;
}

.emlanlist-disabled,
.emlanlist-disabled:hover {
  background-color: #aaa;
}

/* top lender medals */
.emlanlist-list:nth-child(-n+3) form{
    padding-top: 20px;
}

.emlanlist-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;
}

.emlanlist-list:nth-child(-n+3) form::after{
    left: 116px;
}

.emlanlist-list:nth-of-type(1) form::after{
    background-image: url('../../img/medal_1.svg');
}

.emlanlist-list:nth-of-type(2) form::after{
    background-image: url('../../img/medal_2.svg');
}

.emlanlist-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: 15px;
	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) {

	.emlanlist-ul {
		max-width: calc(100vw - 40px);
	}

	.emlanlist-list:nth-child(-n+3) form::after{
        left: 20%;
    }
}

@media only screen and (max-width: 920px) {

	.emlanlist-card-bottom{
		padding: 15px 20px;
	}

	.emlanlist-card-top{
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		padding: 20px;
	}

	.emlanlist-order,
	.emlanlist-card-middle{
		width: 100%;
	}

	.emlanlist-top-info{
		text-align: center;
	}

	.emlanlist-info-title{
		font-size: 14px;
	}

	.emlanlist-order{
		text-align: center;
		width: 100%;
		border-top: solid 1px #edf2f2;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 600px) {

	.emlanlist-card-middle .emlanlist-top-info{
		width: calc(50% - 5px);
	}

	.emlanlist-card-bottom{
		flex-direction: column;
	}
}