#new_ticket_button {
  display: none !important;
}

#new_ticket_btn {
  display: none !important;
}

.SubmitTicket, #submit-ticket-btn { 
    display: none !important; 
}
/* Se ejecuta ÚNICAMENTE cuando existe el formulario de tickets en pantalla */
body:has(#tickerform_fields_container) #tickerform_fields_container,
body:has(.TicketFormLeftContainer__wrapper) #tickerform_fields_container {
    display: none !important;
}

/* Centrado del contenedor solo en newticket */
body:has(#tickerform_fields_container) .Layout__twoColumn,
body:has(#tickerform_fields_container) .TicketFormLeftContainer__wrapper,
.zs-newticket .Layout__twoColumn,
.zs-newticket .TicketFormLeftContainer__wrapper {
    width: 100% !important;
    max-width: 750px !important;
    margin: 40px auto !important;
    float: none !important;
}

/* Formato de caja/tarjeta de aviso centrada */
body:has(#tickerform_fields_container) .TicketFormLeftContainer__wrapper::before,
.zs-newticket .TicketFormLeftContainer__wrapper::before {
    content: "Hemos dado de baja este canal de atención.\A Podés seguir enviando todas tus consultas y solicitudes a soporte@upay.com.py";
    display: block;
    white-space: pre-wrap;
    text-align: center;
    background-color: #fef8f0;
    border: 1px solid #f9e2c8;
    border-top: 4px solid #f39c12;
    border-radius: 8px;
    padding: 28px 20px;
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
