.kkse-ul {
	position: relative;
	margin: 30px auto;
	padding: 0;
	font-size: 1.5rem;
}

.kkse-li {
	position: relative;
	list-style: none;
	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;
}

.kkse-card-top{
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	border-radius: 12px 12px 0 0;
}

.kkse-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;
}

/* COLUMNS */
.kkse-column-one {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kkse-column-one,
.kkse-column-two {
	width: 170px;
	flex-shrink: 0;
}

.kkse-logo-button {
	padding: 0;
	background-color: inherit;
	border: none;
}

.kkse-logo {
	display: block;
	max-width: 14.9rem;
	max-height: 9.5rem;
}

.kkse-logo-image {
	display: block;
	max-width: 14.9rem;
	max-height: 9.5rem;
}

.kkse-logo-link {
	display: block;
	margin-bottom: 1.2rem;
}

.kkse-show-more:focus,
.kkse-button:focus,
.kkse-mer-info:focus,
.kkse-logo-button:focus,
.kkse-logo:focus {
	outline: none;
}

.empty-logo {
	width: 14.9rem;
	height: 9.5rem;
	margin-bottom: 1.2rem;
}

.kkse-stars {
	height: 1.51rem;
}

.kkse-star {
	margin: 0 .3rem;
}

.kkse-icons-container {
	display: flex;
	align-items: flex-end;
	margin-top: 16px;
}

.kkse-icon-container {
	margin-right: 1rem;
}

.kkse-icon-container:last-child {
	margin: 0;
}

.kkse-icon-text {
	display: none;
	position: absolute;
	margin-top: .5rem;
	margin-left: 2rem;
	color: #fff;
	background-color: #666;
	padding: 10px;
	line-height: 1.2;
	z-index: 100;
	max-width: 30rem;
	border-radius: 8px;
}

.kkse-icon-text p:last-child {
	margin-bottom: 0;
}

.kkse-icon-text p:first-child {
	margin-top: 0;
}

/* TITLE */
.kkse-title {
	margin: 0;
	color: #041514;
	font-size: 18px;
}

.kkse-title-link {
	color: #041514 !important;
	text-decoration: none !important;
}

.kkse-column-three {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.kkse-stats,
.kkse-info{
	margin-bottom: 6px;
}

.kkse-info{
	margin-left: 22px;
	position: relative;
}

.kkse-stats-container,
.kkse-info-container{
	width: 50%;
}

/* 4.1.2 MER INFO */
.kkse-mer-info {
	display: flex;
	align-items: center;
	font-weight: 700;
	cursor: pointer;
	background-color: inherit;
	border: none;
	line-height: 1;
	padding: 0;
}


/* ARROW DOWN */
.kkse-container-arrow-down {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 8px;
}

/* BUTTON */
.lead-gen-popup-cta .btn-secondary,
.emkredittkortse-link,
.kkse-button,
.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);
}

@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;
}

.emkredittkortse-bestill{
	text-align: center;
}

.emkredittkortse-solo-button{
	margin: 10px 0;
	position: relative;
}

.emkredittkortse-solo-button .alternative-offer{
	height: unset;
}

/* ICONS */
.kkse-container-tick{
	position: absolute;
	top: 0;
	left: -22px;
}

.kkse-svg-tick {
	width: 15px;
	height: 11px;
}

.kkse-arrow-down-text{
	white-space: nowrap;
}

.kkse-svg-arrow {
	display: block;
	margin-left: 10px;
	width: 16px;
	height: 16px;
}

/* 5.1 MORE INFO */
.kkse-more-info-ul {
	display: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
}

.kkse-more-info-li:first-child {
	border-top: solid 2px #edf2f2;
}

.kkse-more-info-li {
	display: flex;
	gap: 10px;
	list-style: none;
	border-bottom: solid 2px #edf2f2;
	padding: 6px 30px;
}

.kkse-more-info-key {
	width: 20rem;
	flex-shrink: 0;
	font-weight: 700;
}

.kkse-ls-li {
	list-style: none;
	padding: 20px 30px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.kkse-container-arrow-right {
	height: 2.2rem;
}

.kkse-ls-readmore {
	display: flex;
	align-items: center;
	font-weight: 700;
	text-decoration: none !important;
	color: #041514 !important;
}

.kkse-ls-readmore .kkse-svg-arrow{
	transform: rotate(-90deg);
	width: 14px;
	height: 14px;
}

/* ICONS */
.kkse-svg-icon {
	display: block;
	width: 30px;
	height: 30px;
}

.kkse-circle-icon {
	fill:#EDF2F2;
}

.kkse-path-icon {
	fill:#041514;
}

.kkse-svg-icon:hover .kkse-circle-icon {
	fill:#f6bc41;
}

.kkse-svg-icon:hover ~ .kkse-icon-text {
	display: block;
}

/* YELLOW STAR */
.kkse-svg-star {
	height: 1.51rem;
	width: 1.4rem;
	margin-right: .5rem;
}

.kkse-svg-star:last-child {
	margin: 0;
}

.kkse-path-yellow-star {
	fill: #f6bc41;
}

.kkse-path-dark-star {
	fill: #edf2f2;
}

.kkse-interest {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.kkse-interest .warning{
	padding-left: 28px;
	position: relative;
}

.kkse-interest .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;
}



.kkse-show-more {
	display: block;
	margin: 2rem auto;
	width: 20rem;
	height: 5rem;
	background-color: hsl(0, 0%, 90%);
	border: solid 1px hsl(0, 0%, 84%);
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
}

.kkse-logo {
	min-width: auto;
	max-width: 100%;
	width: 17.7rem;
	max-height: 14rem;
}

.kkse-icons-container {
	margin-top: 16px;
	margin-bottom: 2px;
}

/* top lender medals */
.kkse-li:nth-child(-n+3) form{
    padding-top: 20px;
}

.kkse-li: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;
}

.kkse-li:nth-child(-n+3) form::after{
    left: 116px;
}

.kkse-li:nth-of-type(1) form::after{
    background-image: url('../../img/medal_1.svg');
}

.kkse-li:nth-of-type(2) form::after{
    background-image: url('../../img/medal_2.svg');
}

.kkse-li: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) {

	.kkse-ul{
		max-width: calc(100vw - 40px);
	}
	
	.kkse-li:nth-child(-n+3) form::after{
        left: 20%;
    }
}

@media only screen and (max-width: 920px) {

	.kkse-card-top{
		padding: 20px;
	}

	.kkse-card-bottom{
		padding: 15px 20px;
	}

	.kkse-more-info-li,
	.kkse-ls-li{
		padding-left: 20px;
		padding-right: 20px;
	}

	.kkse-card-top,
	.kkse-icons-container{
		justify-content: center;
		flex-wrap: wrap;
	}

	.kkse-stats-container,
	.kkse-button-container,
	.kkse-column-two{
		text-align: center;
	}

	.kkse-button-container,
	.kkse-column-three{
		width: 100%;
	}

	.kkse-button-container{
		border-top: solid 1px#edf2f2;
		padding-top: 20px;
	}
}

@media only screen and (max-width: 600px) {

	.kkse-info-container,
	.kkse-icons-container{
		display: none;
	}

	.kkse-column-two{
		width: 100%;
	}

	.kkse-column-three{
		flex-direction: column;
	}

	.kkse-more-info-key {
		width: auto;
	}

	.kkse-stats-container{
		width: 100%;
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		text-align: center;
		font-size: 12px;
	}

	.kkse-stats {
		width: calc(50% - 5px);
	}

	.kkse-stats strong{
		display: block;
		font-size: 15px;
	}

	.kkse-card-bottom{
		flex-direction: column;
	}

}