/* Explore explore_buysell fragment — loaded in <head> via critical_css.php */
#explore-content .explore-buysell .explore-item .btn,
#explore-content .explore-buysell .explore-item .btn-primary,
#explore-content .explore-buysell .explore-item .cart-btn,
#explore-content .explore-buysell .explore-item .btn-outline-primary,
#explore-content .explore-buysell .explore-item .btn-outline-danger,
#explore-content .explore-buysell .explore-item .btn-outline-secondary {
    border-radius: 8px !important;
    min-height: 44px !important;
    height: 44px !important;
    max-height: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    font-size: 0.8rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}
#explore-content .explore-buysell .explore-item .cart-btn {
    width: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
    padding: 0 !important;
}
#explore-content .explore-buysell .listing-title,
#explore-content .explore-buysell .explore-item .listing-card .listing-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    word-wrap: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    max-height: none !important;
}
