﻿body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.widget {
    max-width: 300px;
    max-height: 320px;
    background-color: #fff;
}

.widget__header {
    height: 50px;
    background-color: #000000;
}

.widget__logo {
    height: 30px;
    padding: 10px;
}

.widget-item {
    margin-bottom: 10px;
}

.widget-item:hover .widget-item__btn {
    background-color: #d6122a;
}

.widget-item:hover .widget-item__btn-arrow {
    color: #fff;
}

.widget-item__list {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.widget-item--media {
    position: relative;
    height: 0;
    padding-top: 70px;
}

.widget-item__media {
    position: absolute;
    top: 0;
    left: 10px;
    width: 70px;
    height: 70px;
}

.widget-item__image {
    width: 70px;
    height: 70px;
}

.widget-item__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 100px;
    width: 200px;
    height: 100%;
}

.widget-item__title {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}

.widget-item__cta {}

.widget-item__btn {
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    background-color: #000000;
    color: #ffffff;
}

.widget-item__btn-arrow {
    color: #d6122a;
}

.widget__cta {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

.widget__cta-text {
    text-decoration: none;
    font-size: 13px;
    color: #000;
}

.widget__cta-text:hover {
    color: #d6122a;
}

.block-link__overlay-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    text-indent: -300%;
    white-space: nowrap;
    background: transparent;
}