#widget_ladieslandingpageheader {
    border-left: 1px solid #CCD1D5;
    border-right: 1px solid #CCD1D5;
    float: left;
    width: 100%;
    position: relative;
    min-height: 24px;
    height: auto;
    box-sizing: border-box;
    border-radius: 3px;
    border-bottom: 1px solid #CCD1D5;
}

#widget_ladieslandingpageheader * {
    box-sizing: border-box;
}

#widget_ladieslandingpageheader h3 {
    margin-bottom: 15px
}

#llh_content {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

#widget_ladieslandingpageheader article {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#widget_ladieslandingpageheader .article-content {
    flex: 1 1 auto;
    margin-bottom: 15px;
}

#widget_ladieslandingpageheader .article-content b {
    font-weight: normal;
}
#widget_ladieslandingpageheader .article-content span {
    font-family: inherit !important;
}

#widget_ladieslandingpageheader article + article {
    border-top: 2px solid #ccc;
    padding-top: 20px;
}

@media (max-width: 567px) {
    #widget_ladieslandingpageheader.collapsed {
        border-bottom: none;
    }

    #widget_ladieslandingpageheader .article-content {
        margin-bottom: 0px;
        line-height: 1.3em;
        max-height: 2.6em;
        font-family: inherit !important;
    }
}

@media (min-width: 568px) {
    #llh_content {
        margin: 0 -10px;
    }

    #widget_ladieslandingpageheader article + article {
        border-top: 0;
        padding-top: 0;
    }

    #widget_ladieslandingpageheader article {
        padding: 0 10px;
        flex: 1 1 50%;
    }

    #widget_ladieslandingpageheader article {
        border-left: 2px solid #ccc;
    }

    #widget_ladieslandingpageheader article:nth-child(2n + 1) {
        border-left: 0;
    }

    #widget_ladieslandingpageheader .cut-text-multiline::before {
        display: none;
    }
}

@media (min-width: 1240px) {
    #widget_ladieslandingpageheader article {
        flex: 1 1 25%;
    }

    #widget_ladieslandingpageheader article:nth-child(2n + 1) {
        border-left: 2px solid #ccc;
    }

    #widget_ladieslandingpageheader article:nth-child(4n + 1) {
        border-left: 0;
    }
}

.landingpage-widget article + article {
    border-top: 2px solid #a2aeb3;
    padding-top: 10px;
    margin-top: 10px;
}