/* WTV Promo Notice Styles */
.wp-admin .notice.notice-info.wtv-promo-notice-banner {
    background-color: #ffffff;
    border-left: 2px solid #3a6fac;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner--hidden {
    display: none !important;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-usps {
    display: flex;
    gap: 13px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-usps__item {
    padding: 4px 13px;
    border-radius: 30px;
    background: #F1F1F1;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-description {
    margin: 15px 0 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-actions {
    display: flex;
    gap: 33px;
    align-items: center;
    margin-top: 25px;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 9px;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-button .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 1;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-more {
    font-weight: normal;
    line-height: normal;
    font-style: normal;
    position: relative;
    flex-shrink: 0;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}
.wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-image {
    max-height: 165px;
}
@media (max-width: 650px) {
    .wp-admin .notice.notice-info.wtv-promo-notice-banner .wtv-promo-notice-inner {
        flex-direction: column-reverse;
        align-items: stretch;
        justify-content: flex-start;
    }
}
