.lr-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.lr-container h2 {
    margin-bottom: 30px;
    text-align: center;
}

.lr-group {
    margin-bottom: 20px;
}

.lr-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.lr-group input,
.lr-group select,
.lr-group textarea {

    width: 100%;
    padding: 12px;

    border: 1px solid #ccc;
    border-radius: 6px;

    font-size: 16px;
}

.lr-group textarea {
    min-height: 150px;
}

.lr-button {

    background: #6f2c91;
    color: white;

    border: none;

    padding: 14px 30px;

    border-radius: 6px;

    cursor: pointer;

    font-size: 16px;
}

.lr-button:hover {
    background: #53216d;
}

.lr-legal {
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.lr-popup-success {

    position: fixed;

    top: 30px;

    right: 30px;

    background: #28a745;

    color: white;

    padding: 16px 24px;

    border-radius: 8px;

    z-index: 99999;

    font-weight: 600;

    box-shadow: 0 5px 15px rgba(0,0,0,0.2);

    transition: opacity 0.5s ease;
}
