.tv-banner-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.tv-banner-form .form-group {
    margin-bottom: 15px;
}

.tv-banner-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.tv-banner-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.tv-banner-form .submit-button {
    background-color: #0073aa;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.tv-banner-form .submit-button:hover {
    background-color: #005a87;
}

.tv-banner-form .submit-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#banner-messages {
    margin-top: 15px;
}

.success-message {
    color: #155724;
    padding: 12px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
}

.error-message {
    color: #721c24;
    padding: 12px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}
#tv-banner-section, .tv-banner-container{
    background: #e5e5e5;
    padding: 0;
}