.restrict-lifterlms-content-message {
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.restrict-lifterlms-content-message h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.restrict-lifterlms-content-message p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.restrict-lifterlms-content-button {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}