.ruthless-promo-notice {
    border-left-color: #6b46c1 !important;
    padding: 20px !important;
}

.ruthless-promo-notice .ruthless-promo-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ruthless-promo-notice .ruthless-promo-icon {
    font-size: 2.5em;
    line-height: 1;
}

.ruthless-promo-notice .ruthless-promo-text {
    flex-grow: 1;
}

.ruthless-promo-notice h3 {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    color: #23282d;
}

.ruthless-promo-notice p {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.ruthless-promo-notice a {
    text-decoration: none;
}

.ruthless-promo-notice .button-primary {
    background: #6b46c1;
    border-color: #553c9a;
    white-space: nowrap;
}

.ruthless-promo-notice .button-primary:hover,
.ruthless-promo-notice .button-primary:focus {
    background: #805ad5;
    border-color: #6b46c1;
} 