.HostReadAds {

    .card {
        margin-bottom: 30px;
    }

    &-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    &-columns {
        display: flex;
    }

    &-header-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    &-header-left {
        display: flex;
    }

    &-filter-date {
        width: 185px !important;
        margin-right: 25px;
    }

    &-show-all-check {
        font-size: 14px;
        padding-top: 8px;

        label {
            margin-left: 8px;
        }
    }
}
