
.rhg-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.rhg-container input {
    padding: 10px;
    margin: 10px;
    width: 40%;
}

.rhg-container button {
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    background: #ff6f91;
    color: white;
    border-radius: 8px;
    cursor: pointer;
}

.rhg-container button:hover {
    background: #ff3f6c;
}

#rhg_result {
    margin-top: 20px;
    font-size: 18px;
    min-height: 60px;
}
