.alert-gray {
    background: linear-gradient(to left, rgb(203 213 225 / 1), rgb(220, 232, 245));
    /*border-top: 1px solid #e0e0e0;*/
    /*border-bottom: 1px solid #e0e0e0;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.badge-pro {
    display: inline-block;
    background: linear-gradient(45deg, #1e6ec9, #178ed5);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}
.badge-pro::before {
    content: "★";
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    vertical-align: text-top;
}
.badge-pro:hover, .badge-pro:focus-visible  {
    color: white;
    text-decoration: none;
}

.badge-free {
    display: inline-block;
    background: linear-gradient(45deg, #268bff, #178ed5);
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.badge-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
    background-color: #ef4444;
    color: #fff;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
