.tgo-container {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    text-align: center;
}

.tgo-title {
    font-size: 32px;
    color: #CA4B48;
    font-weight: bold;
    margin-bottom: 10px;
}

.tgo-subtitle {
    font-size: 18px;
    color: #5F241B;
    margin-bottom: 20px;
}

.tgo-error {
    color: #CA4B48;
    font-size: 20px;
    margin-top: 20px;
}

