.layoutList .LayoutListContainer__description::after {
    display: block;
    content:
        'Remember "T.I.C.K.E.T" before raising any tickets.'
        '\A '  /* line break */
        '\A '
        'Help us help you: Include all relevant details for a quicker resolution.'
        '\A '
        '\A '
        'Find a full guide on how to raise quality tickets under the article "(ITSD-UG58) Helpdesk - Guide to Raising Tickets".';
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    white-space: pre-line; /* required to render \A line breaks */
}

/* Center‑align the text for the ticket form title area */
.ticketForm .TicketFormLeftContainer__formTitle {
    text-align: center;
}

/* Center‑aligned “Remember T.I.C.K.E.T” block for the ticket form title */
.ticketForm .TicketFormLeftContainer__formTitle::after {
    display: block;
    content:
        'Remember "T.I.C.K.E.T" before raising any tickets.' 
        '\A '  /* line break */
        '\A ' 
        'Help us help you: Include all relevant details for a quicker resolution.'
        '\A ' 
        '\A '
        'Find a full guide on how to raise quality tickets under the article "(ITSD-UG58) Helpdesk - Guide to Raising Tickets".';
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    white-space: pre-line; /* or pre-wrap */
}
``
