body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    color: #333;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-width: 480px;
    width: 100%;
    text-align: center;
}

.rule-banner {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    color: #856404;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: left;
}

.subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

label {
    font-weight: bold;
    font-size: 13px;
    margin-top: 3px;
}

input[type="number"], input[type="text"], select, button {
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

button {
    background-color: #e50914;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
    transition: background 0.3s;
}

button:hover {
    background-color: #b20710;
}

.hidden {
    display: none !important;
}

.ad-container {
    margin: 20px auto;
    width: 100%;
    min-height: 100px;
}

.where-to-watch {
    background-color: #f0f8ff;
    border: 1px solid #b3d4fc;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    text-align: left;
}

.where-to-watch h4 {
    margin: 0 0 5px 0;
    color: #0056b3;
}

.where-to-watch p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    color: #333;
}

.register-prompt {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.auth-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.auth-box input {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#auth-message { 
    color: #e50914; 
    font-size: 13px; 
    margin-top: 5px;
}

/* Google Translate styling adjustments */
#google_translate_element {
    margin-bottom: 15px;
}
.goog-te-gadget-simple {
    border-radius: 5px !important;
    padding: 5px !important;
}
