#eb-individual-registration-page .input-small {
  padding: 0;
  text-align: center;
}

.eb-event-item-grid-default-layout .eb-event-thumb-container img
{
  width: auto !important;
}

/* To Modify Event Booking Headings */

/* Targeting the specific heading */
h1.eb-page-heading {
    background-color: #e3f2fd !important;
  
    /* To change the color (example: a darker blue or hex code) */
    color: #0d47a1; 

    /* To change the font size */
    font-size: 36px; 

    /* To make it bold */
    font-weight: 700;

    /* To center the text */
    text-align: center;

    /* To add spacing between letters */
    letter-spacing: -0.02em;

    /* To change the font family if Oxygen isn't desired */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Optional: Targeting the parent container if you want to adjust padding/background */
.eb-box-heading {
    padding: 5px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Changes to eb-message display within the registration form*/
/* Change only the headings inside the message */
.eb-message h5 {
    color: #0000ff;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
}

/* Change the paragraphs inside */
.eb-message p {
    color: #0000ff;
    margin-bottom: 10px;
    font-weight: 700;
}