
html {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing:inherit
}

.widget-ok {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 548px;
    min-width: 450px;
    font-family: "Verdana", "Geneva", "Tahoma", sans-serif;
}

.widget-ok__head {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}

.widget-ok__logo {
    display: block;
    height: 52px;
}

.widget-ok__more-link {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 6px 28px 7px 34px;
    font-size: 12px;
    font-weight: bold;
    color: #9f2b11;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #9f2b11;
    border-radius: 16px;
}

.widget-ok__more-link::after {
    content: "";
    display: block;
    margin-left: 6px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    border-bottom: solid 2px #9f2b11;
    border-right: solid 2px #9f2b11;
}

.widget-ok__title {
    margin: 16px 0 22px;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

.ok-featured {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.ok-featured__item {
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
    width: 50%;
    font-size: 12px;
    line-height: 1.33;
    text-decoration: none;
    color: #333333;
}

.ok-featured__item:hover > .ok-featured__title {
    text-decoration: underline;
}

.ok-featured__date {
    margin-right: 12px;
    width: 43px;
    min-width: 43px;
    font-size: 10px;
    color: #aaaaaa;
}
