@media (min-width:991px){
.mphb_sc_search_results-wrapper{
display:flex;
flex-wrap:wrap;
} 

.mphb_sc_search_results-wrapper .mphb-room-type{
width:33%;
padding:0em 1em;
margin-top:0 !important;
}

.mphb_sc_search_results-info, .mphb-recommendation-title, #mphb-recommendation, #mphb-reservation-cart{
width:100%;
}
}

/* Stiljusteringar för WooCommerce-formulär */
.woocommerce-checkout-review-order-table td.product-name {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 100% !important;
}

/* Öka höjden på inmatningsfälten */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    padding: 14px !important;
    line-height: 1.6 !important;
    min-height: 60px !important;
}

/* Justera höjd och utseende för dropdowns */
.woocommerce-billing-fields select#billing_country,
.woocommerce form .form-row select {
    padding: 14px !important;
    height: 55px !important;
    font-size: 16px !important;
    text-align: left !important;
    display: block !important;
}

/* Se till att land-dropdownens pil visas korrekt */
.woocommerce-billing-fields select#billing_country {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
}

.woocommerce-order-details .product-name,
.woocommerce-order-details .product-name a {
  color: #1b1b1b !important;
}

/* MotoPress (jQuery datepick): tvinga bort inline width */
.mphb-calendar .datepick,
.mphb-calendar .datepick-inline {
  width: 100% !important;
  max-width: 100% !important;
}

/* Se till att månadsblocket också fyller */
.mphb-calendar .datepick-month {
  width: 100% !important;
  max-width: 100% !important;
}

/* Tabellen ska fylla hela månaden */
.mphb-calendar .datepick-month table {
  width: 100% !important;
  table-layout: fixed;
}

