.hsq-ad-box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
}

.hsq-container {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.hsq-link-container {
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: -2px \9;
    padding-bottom: 10px;
}

.hsq-link-container .hsq-link {
    width: 95%;
    height: 90%;
    display: block;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    line-height: 16px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.35) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border: 1px solid #3F82C4;
    border-radius: 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    padding: 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #3F82C4;
    font-weight: normal;
    font-family: arial, sans-serif;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.rows-1 .hsq-link {
    box-shadow: none;
    width: 90%;
    height: 100%;
}

.columns-1 .hsq-link {
    width: 100%;
    height: 90%;
}

.hsq-link {
    width: 98%;
    font-size: 16px;
}

.hsq-link:hover {
    background-color: #3F82C4;
    color: #ffffff !important;
    text-decoration: none;
}

.hsq-header-text-box {
    display: none;
}

.hsq-header-text {
    font-size: 12px;
    color: #231F20;
}

.hsq-ad-box {
    justify-content: flex-start;
    border-radius: 5px;
    display: table;
    width: 100%;
    background-color: white;
    padding: 0 15px;
    margin-bottom: 30px;
}

[dir="rtl"] .hsq-ad-box {
    justify-content: normal;
}

.hsq-header-text-box {
    display: block;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.hsq-header-text-box a {
    text-decoration: none;
    font-size: 12px;
    color: #525252;
    padding: 0 6px;
    font-family: arial, sans-serif;
    font-weight: normal;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .hsq-link {
        width: 100%;
    }
}