@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hxj81j');
  src:  url('fonts/icomoon.eot?hxj81j#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hxj81j') format('truetype'),
    url('fonts/icomoon.woff?hxj81j') format('woff'),
    url('fonts/icomoon.svg?hxj81j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-deal-pro {
	display: inline-block;
	font-size: 20px;
}
.icon-deal-pro:before {
  content: "\e900";
}

/*****/
.eob-sponsorship-link{
	position: relative;
	white-space: nowrap;
}
.eob-sponsorship-link-tooltip{
	position: absolute;
	width: 250px;
	padding: 18px 15px;
	background: white;
	box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.07);
    z-index: 1000;
	display: none;
}
.eob-sponsorship-link-tooltip::before{
	content: '';
	position: absolute;
    top: calc(100% - 1px);
    right: 0;
    display: block;
    width: 25px;
    height: 30px;
    background-image: url(./../img/rectangle_right.png);
    background-position: bottom center;
	background-repeat: no-repeat;
}
.eob-sponsorship-link-tooltip.left-tooltip-position::before{
	right: auto;
	left: 0;
	transform: scaleX(-1);
}
.eob-sponsorship-link-tooltip.eob-tooltip-show{
	display: block;
}
.eob-sponsorship-link-date{
	margin-bottom: 10px;
	color: #999;
	font-size: 15px;
}
.eob-sponsorship-link-items{
	margin-bottom: 20px;
}
.eob-sponsorship-link-items > ul{
	padding: 0;
}
.eob-sponsorship-link-items > ul > li{
	display: flex;
	margin-bottom: 10px;
}
.eob-sponsorship-link-items > ul > li img{
    
}
.eob-sponsorship-link-item-img{
	display: flex;
	width: 48px;
    height: 48px;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
}
.eob-sponsorship-link-item-title-wrapper{
	width: calc(100% - 61px);
	margin-left: 13px;
}
.eob-sponsorship-link-item-title{
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.eob-sponsorship-link-item-subtitle{
	font-size: 13px;
	line-height: 16px;
}
.eob-sponsorship-link-wrapper-button a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border: 2px solid #CF1E44;
    background: white;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.eob-sponsorship-link-wrapper-button a:hover{
	background-color: #CF1E44;
	color: white;
}
/*****/