.icon-18plus {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: white;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    user-select: none;
    margin-bottom: 1rem;
}