div.short-list-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.short-listing {
    border-radius: 4px;
    width: 100%;
}

div.short-listing + div.short-listing {
    margin-top: 12px;
}

div.listing-left {
    height: 100%;
    width: 40%;
    min-width: 40%;
}

.flex-grow {
    flex-grow: 1;
}

div.listing-right {
    flex-grow: 1;
    padding-left: 8px;
}

div.listing-description {
    overflow: hidden;
    width: 98%;
    position: relative;
    padding-bottom: 12px;
}

div.listing-description p:first-child {
    margin-top: 0;
}

div.listing-description:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(
            to bottom,
            rgba(255,255,255, 0),
            rgba(255,255,255, 1) 90%
    );
    width: 100%;
    height: 2em;
}

div.listing-right div {
    clear: both;
}

div.listing-main-image {
    overflow: hidden;
    flex-grow: 1;
    margin-bottom: 4px;
    padding: 4px 8px 4px 0;
    width: 100%;
}

img.listing-main-image {
    width: 100%;
    height: auto;
}

div.listing-thumb-image img {
    max-height: 120px;
}

div.listing-left div {
    margin-left: 4px;
}

h3.listing-title {
    margin-bottom: 0;
}

div.full-listing {
    max-width: 1000px;
}

div.spacer {
    flex-grow: 1;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.nowrap {
    white-space: nowrap;
}

div.listing-number {
    margin: 4px 4px 0 0;
}

div.listing-enquiry input, div.listing-enquiry label {
    display: block;
}

div.listing-enquiry {
    padding: 16px;
    background-color: #f0f0f0;
    border-radius: 4px;
    width: min-content;
}

div.listing-enquiry input  {
    width: 100%;
}

input[type="submit"] {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #EE3D96;
    color: #fff;
    min-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
}

img.category-image {
    max-width: 400px;
    height: auto;
}

div.category-wrapper + div.category-wrapper {
    margin-top: 64px;
}

div.category-wrapper div.right {
    height: 100%;
    width: 400px;
}

div.left, div.listing-left {
    margin-right: 42px;
}

div.category-wrapper div.right h3 {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px; /* <-- adjust this */
}

div.category-wrapper {
    width: 100%;
}

div.category-right-bottom {
    width: 100%;
}

div.category-right-bottom a {
    float: right;
}

div.listing-price {
    font-weight: bold;
}

div.full-listing + div.listing-enquiry {
    margin-top: 42px;
}
