    display: none;
}

.stable_horse_list_horse_detail_cell {
    padding: 0 !important;
    border: none !important;
    background: white !important;
}




/* Force ALL dynamically loaded content to take full available width */
.stable_horse_list_horse_detail_cell > * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* For tables loaded inside - critical for nested tables */
.stable_horse_list_horse_detail_cell table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
    border-collapse: collapse !important;
}

/* For divs loaded inside */
.stable_horse_list_horse_detail_cell div {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}


/* Header Section */
