.yuhi-sunset-alert {
    background: #f45f00;
    background: radial-gradient(circle, rgba(221, 71, 32, 1) 0%, rgb(224 92 40) 45%, rgba(229, 124, 0, 1) 100%);
    color: #fff;
    padding: 12px 24px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
}

.yuhi-sunset-alert p {
    margin: 0;
    font-weight: 600;
}
