/* All-in-one tab illustrations — match Inventory tab sizing across all tabs */
.allinone-tab-content .tab-illustration img {
    width: 100%;
    height: auto;
    display: block;
    max-height: none;
    aspect-ratio: auto;
    object-fit: initial;
    object-position: center;
}
