.hlg-container {
    max-width: 600px;
    margin: 20px auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hlg-form h2 {
    margin-bottom: 10px;
}
.hlg-form p {
    margin-bottom: 15px;
    color: #555;
}
.hlg-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 1rem;
}
.hlg-form input[type="text"],
.hlg-form select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hlg-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.hlg-form button:hover {
    background: #006799;
}
.hlg-links {
    margin-top: 20px;
}
.hlg-links h3 {
    margin-bottom: 10px;
}
.hlg-item {
    margin-bottom: 15px;
}
.hlg-item strong {
    display: block;
    margin-bottom: 4px;
}
.hlg-item p {
    margin-bottom: 4px;
    color: #666;
    font-size: 0.9rem;
}
.hlg-item input {
    width: calc(100% - 60px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hlg-item button {
    margin-left: 6px;
    padding: 8px 12px;
    border: none;
    background: #28a745;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.hlg-item button:hover {
    background: #218838;
}