
.getstrat.updated.notice.notice-success.is-dismissible.notice-get-started-class{
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex-wrap: wrap;
    gap: 30px;
}

.at-admin-content {
    flex: 1;
    text-align: center;
}
.button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
.at-admin-content h2 {
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    font-size: 35px;
    color: #000;
}

.at-admin-content p {
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
}

.at-admin-content > div {
    display: flex;
    justify-content: center;
}

.button-group.button-hero .button, .wp-core-ui .button.button-hero {
    font-size: 16px;
    font-weight: 500;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 4px 38px;
}
.notice-dismiss {
    position: absolute;
    top: 0;
    right: 1px;
    border: none;
    margin: 0;
    padding: 9px;
    background: 0 0;
    color: #787c82;
    cursor: pointer;
}