#seopress_ga_dashboard_widget #seopress-tabs2 .seopress-tab,
#seopress_matomo_dashboard_widget #seopress-tabs2 .seopress-tab {
    padding: 0;
}

#seopress_ga_dashboard_widget #seopress-tabs2>ul,
#seopress_matomo_dashboard_widget #seopress-tabs2>ul {
    border-bottom: 1px solid #f6f6f6;
    margin: 10px 0 0 0;
    width: 100%;
    display: inline-block;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul li,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul li span,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul li span {
    color: #72777c;
    font-weight: bold;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul li a,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #191e23;
    opacity: .5;
    transition: all 300ms linear;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul li a:hover,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul li a:hover {
    opacity: 1;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul .ui-state-active a,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul .ui-state-active a {
    background: none;
    opacity: 1;
    outline: 0;
    font-weight: 600;
    position: relative;
}

#seopress_ga_dashboard_widget #seopress-tabs2 ul .ui-state-active a::after,
#seopress_matomo_dashboard_widget #seopress-tabs2 ul .ui-state-active a::after {
    border-bottom: 2px solid #2271b1;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
}

#seopress_ga_dashboard_widget .hndle .edit-box,
#seopress_matomo_dashboard_widget .hndle .edit-box {
    opacity: 1;
}

#seopress_ga_dashboard_widget .wrap-single-stat.col-6,
#seopress_matomo_dashboard_widget .wrap-single-stat.col-6 {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    width: calc(50% - 31px);
    display: inline-block;
}

#seopress_ga_dashboard_widget .wrap-single-stat:last-child,
#seopress_matomo_dashboard_widget .wrap-single-stat:last-child {
    border-bottom: 0;
}

#seopress_ga_dashboard_widget .wrap-single-stat .label-stat,
#seopress_matomo_dashboard_widget .wrap-single-stat .label-stat {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    box-sizing: border-box;
}

#seopress_ga_dashboard_widget .wrap-single-stat .label-stat .dashicons,
#seopress_matomo_dashboard_widget .wrap-single-stat .label-stat .dashicons {
    vertical-align: middle;
    font-size: 18px;
}

#seopress_ga_dashboard_widget #sp-tabs-2 .wrap-single-stat.table-row,
#seopress_ga_dashboard_widget #sp-tabs-3 .wrap-single-stat.table-row,
#seopress_matomo_dashboard_widget #sp-tabs-2 .wrap-single-stat.table-row,
#seopress_matomo_dashboard_widget #sp-tabs-3 .wrap-single-stat.table-row {
    padding-top: 0;
    padding-bottom: 5px;
}

#seopress_ga_dashboard_widget #seopress-tabs2 .wrap-row-stat,
#seopress_matomo_dashboard_widget #seopress-tabs2 .wrap-row-stat {
    width: calc(100% - 2px);
    position: relative;
    background-color: #fdfdfd;
    display: inline-block;
    margin: 0;
    padding: 1em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    left: -12px;
}

#seopress_ga_dashboard_widget #seopress-tabs2 .wrap-row-stat li,
#seopress_matomo_dashboard_widget #seopress-tabs2 .wrap-row-stat li {
    margin: 0 0 5px 0;
    justify-content: space-between;
    display: flex;
}

#seopress_ga_dashboard_widget .ui-widget-content,
#seopress_matomo_dashboard_widget .ui-widget-content {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0;
}

.seopress-tools-card .seopress-bg-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 100px;
    height: 100px;
    width: 100px;
    color: var(--backgroundSecondaryHover);
}

#tab_seopress_gsc .seopress-card-title {
    padding: 0;
    gap: 10px;
    justify-content: start;
    background: var(--backgroundSecondary);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

#tab_seopress_gsc .seopress-card-title h3,
#tab_seopress_gsc .seopress-card-title p {
    margin: 0;
}

#tab_seopress_gsc .seopress-card-title .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
}

#tab_seopress_gsc,
#notice-insights-alert #tab_seopress_gsc .seopress-card-content {
    padding: 0;
}

#tab_seopress_gsc .seopress-card-content ol {
    margin: 0;
}

#tab_seopress_gsc .seopress-card-content ol li {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--backgroundSecondary);
}

#tab_seopress_gsc .seopress-card-content ol li a {
    font-weight: bold;
}

#tab_seopress_gsc .seopress-card-content ol li img {
    border-radius: 4px;
    height: 72px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 72px;
}

#tab_seopress_gsc .seopress-card-content ol li:last-child {
    margin-bottom: 0;
}

#tab_seopress_gsc .seopress-card-content ol li .gsc-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

#tab_seopress_gsc .seopress-card-content ol li .gsc-item .seopress-summary-item {
    width: inherit;
    border: inherit;
    padding: inherit;
}

#tab_seopress_gsc .top-results {
    background: #eff9f1;
    color: var(--colorSuccess);
    padding: 4px 8px;
    border-radius: 8px;
    margin-left: 10px;
    font-weight: 500;
    display: inline-block;
}

#tab_seopress_gsc .seopress-summary-item-label {
    margin-bottom: inherit;
}
