#fg-container {
    max-width: 460px;
    margin: 30px auto;
    padding: 20px;
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.fg-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

#fg-btn {
    background: #0073aa;
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 17px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#fg-btn:hover {
    background: #005d8c;
}

#fg-result {
    margin-top: 25px;
    font-size: 19px;
    color: #222;
}

#fg-try-again {
    margin-top: 10px;
    font-size: 16px;
    color: #cc0000;
}

#fg-date {
    margin-top: 6px;
    font-size: 14px;
    color: #777;
}
