/* =========================================================
   ECKIGE HIVEPRESS-ELEMENTE DESKTOP
   ========================================================= */

@media (min-width: 768px) {

    .hp-listing-category,
    .hp-listing-category__image,
    .hp-listing-category__content,
    .hp-listing,
    .hp-listing__image,
    .hp-listing__content,
    .hp-vendor,
    .hp-vendor__image,
    .hp-vendor__content,
    .hp-button,
    button,
    input,
    select,
    textarea,
    .wp-block-button__link {
        border-radius: 0 !important;
    }
}

/* =========================================================
   KATEGORIEN AUF UNTERSEITEN-Handy
   ========================================================= */

@media (max-width: 768px) {

    body:not(.home) .hp-listing-categories .hp-row {
			margin-top: -40px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    body:not(.home) .hp-listing-categories .hp-row > div {
        display: flex !important;
    }

    body:not(.home) .hp-listing-category {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: 260px !important;
        min-height: 260px !important;
        border-radius: 0 !important;
        overflow: hidden !important;
    }

    body:not(.home) .hp-listing-category__image {
        height: 190px !important;
        min-height: 190px !important;
        border-radius: 0 !important;
        background-size: cover !important;
        background-position: center !important;
    }

    body:not(.home) .hp-listing-category__count {
        display: none !important;
    }
}

/* Listing-Anzahl in Kategorie-Headern ausblenden */
.hp-listing-category__count,
.hp-listing-category__item-count {
    display: none !important;
}


/* =========================================================
   ECKIGE HIVEPRESS-ELEMENTE DESKTOP-Handy
   ========================================================= */

@media (max-width: 768px) {

    .hp-listing-category,
    .hp-listing-category__image,
    .hp-listing-category__content,
    .hp-listing,
    .hp-listing__image,
    .hp-listing__content,
    .hp-vendor,
    .hp-vendor__image,
    .hp-vendor__content,
    .hp-button,
    button,
    input,
    select,
    textarea,
    .wp-block-button__link {
        border-radius: 0 !important;
    }
}


