.imd-section__header:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--light-color);
    position: absolute;
    bottom: 46px;
    left: 0;
}

.imd-section:not(.imd-section--category) .imd-section__header:before {
    bottom: 50%;
    margin-top: 1px;
}

.imd-section__title {
    font-size: 2.25rem;
    margin: -30px 0 0 0;
}

.imd-section:not(.imd-section--category) .imd-section__title {
    margin: 0;
}

.imd-section__title a {
    color: var(--secondary-color);
    transition: color 0.2s ease-in-out;
}

.imd-section__title a:hover {
    color: var(--primary-color);
}

.imd-section__subtitle {
    font-size: 0.75rem;
}

.imd-section__tags ul {
    height: 37px;
    overflow: hidden;
}

.imd-section__tags ul > li > a {
    font-size: 0.875rem;
    line-height: 1.5;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.imd-section__tags ul > li > a:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.imd-ad-wrapper {
    min-height: 100px;
    background: url('../images/reklama_logo_vertical.svg') center center no-repeat;
    overflow-x: auto;
}

.imd-ad-wrapper * {
    display: block;
    margin: 0 auto;
}

.imd-ad-wrapper script {
    display: none;
}

.imd-ad-wrapper img {
    max-width: 100%;
}