.wt_sc_analytics_banner {
    background: #ffffff;
    border: 1px solid #e2e4e7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    color: #1d2327;
    padding: 0px !important;
    position: relative;
    border-radius: 8px;
    margin: 15px 40px 5px;
}

.wt_sc_analytics_banner.hide {
    display: none;
}

.wt_sc_analytics_banner_box{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    word-spacing: 1px;
}
.wt_sc_analytics_banner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
}

.wt_sc_analytics_banner_text .wt_sc_analytics_banner_title {
    font-weight: bold;
    color: #5454A5;
}
.wt_sc_analytics_banner_text {
    flex: 1;
    margin-right: 20px;
    line-height: 1.5;
}

.wt_sc_analytics_banner h2 {
    color: #1d2327;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.wt_sc_analytics_banner p {
    color: #50575e;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6;
}

.wt_sc_analytics_banner_actions {
    gap: 10px;
}
.wt_sc_analytics_banner_actions .btn-primary{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 27px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #5454A5;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.wt_sc_analytics_banner_actions .btn-primary:hover,
.wt_sc_analytics_banner_actions .btn-primary:focus {
    background: #434384;
    color: #fff;
}

.wt_sc_analytics_banner_actions .btn-primary .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: -0.5;
}

.wt_sc_analytics_banner_actions .btn-primary:hover::after {
    transform: translateX(4px);
}

.wt_sc_analytics_banner_closed:hover {
    color: #000;
}

.wt_sc_analytics_banner_dismiss {
    top: 18px;
    right: 2px;
}
