.elementor-987997 .elementor-element.elementor-element-17babd36{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-5db0870 *//* =========================
   GRANDVIEW LOGISTICS UI
   Theme Colors:
   Red: #E90215
   Yellow: #FCCE34
   Dark Text: #111111
   Soft Bg: #f7f7f7
   ========================= */

/* Base wrappers */
.gv-search-form,
.mphb_sc_rooms-wrapper,
.mphb_sc_search-wrapper {
  width: 100%;
}

/* =========================
   SEARCH FORM
   ========================= */
.gv-search-form .mphb_sc_search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: end;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  max-width: 100%;
}

.gv-search-form .mphb-required-fields-tip {
  width: 100%;
  margin: 0 0 4px 0;
  color: #666;
  font-size: 13px;
}

.gv-search-form .mphb_sc_search-check-in-date,
.gv-search-form .mphb_sc_search-check-out-date {
  flex: 1 1 220px;
  margin: 0;
  position: relative;
}

.gv-search-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}

.gv-search-form input[type="text"],
.gv-search-form input[type="email"],
.gv-search-form input[type="tel"],
.gv-search-form input[type="number"],
.gv-search-form select {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 14px;
  background: #fff;
  color: #111111;
  padding: 0 16px;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.25s ease;
}

.gv-search-form input[type="text"]::placeholder,
.gv-search-form input[type="email"]::placeholder,
.gv-search-form input[type="tel"]::placeholder {
  color: #888;
}

.gv-search-form input[type="text"]:focus,
.gv-search-form input[type="email"]:focus,
.gv-search-form input[type="tel"]:focus,
.gv-search-form input[type="number"]:focus,
.gv-search-form select:focus {
  border-color: #E90215;
  box-shadow: 0 0 0 4px rgba(233, 2, 21, 0.10);
  outline: none;
}

.gv-search-form .mphb_sc_search-submit-button-wrapper {
  margin: 0;
  flex: 0 0 auto;
}

.gv-search-form .button,
.gv-search-form input[type="submit"] {
  height: 54px;
  min-width: 180px;
  border: none;
  border-radius: 999px;
  background: #E90215;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 28px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 10px 20px rgba(233, 2, 21, 0.20);
}

.gv-search-form .button:hover,
.gv-search-form input[type="submit"]:hover {
  background: #c80011;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(233, 2, 21, 0.24);
}

/* =========================
   TRAILER LIST GRID
   ========================= */
.mphb_sc_rooms-wrapper.mphb-room-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
  align-items: end;
}

.mphb_sc_rooms-wrapper .mphb-room-type {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transition: all 0.28s ease;
  position: relative;
}

.mphb_sc_rooms-wrapper .mphb-room-type:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.10);
  border-color: rgba(233, 2, 21, 0.18);
}

/* image */
.mphb_sc_rooms-wrapper .mphb-loop-room-thumbnail {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3f3f3;
}

.mphb_sc_rooms-wrapper .mphb-loop-room-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.mphb_sc_rooms-wrapper .mphb-loop-room-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.mphb_sc_rooms-wrapper .mphb-room-type:hover .mphb-loop-room-thumbnail img {
  transform: scale(1.04);
}

/* content spacing */
.mphb_sc_rooms-wrapper .mphb-room-type-title,
.mphb_sc_rooms-wrapper .mphb-room-type > p,
.mphb_sc_rooms-wrapper .mphb-room-type-details-title,
.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper .mphb-regular-price,
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper {
  margin-left: 24px;
  margin-right: 24px;
}

/* title */
.mphb_sc_rooms-wrapper .mphb-room-type-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mphb_sc_rooms-wrapper .mphb-room-type-title a {
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mphb_sc_rooms-wrapper .mphb-room-type-title a:hover {
  color: #E90215;
}

/* rename feeling with red accent line */
.mphb_sc_rooms-wrapper .mphb-room-type-title::before {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  border-radius: 999px;
  background: #E90215;
  margin-bottom: 14px;
}

/* excerpt / description */
.mphb_sc_rooms-wrapper .mphb-room-type > p {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 18px;
}

/* details heading */
.mphb_sc_rooms-wrapper .mphb-room-type-details-title {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* details box */
.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes {
  list-style: none;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #fff8db;
  border: 1px solid rgba(252, 206, 52, 0.45);
  border-radius: 14px;
}

.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes li {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.mphb_sc_rooms-wrapper .mphb-attribute-title {
  color: #111111;
  font-weight: 700;
  margin-right: 6px;
}

/* hide useless guest language if needed */
.mphb_sc_rooms-wrapper .mphb-room-type-adults-capacity .mphb-adults-title {
  font-size: 0;
}

.mphb_sc_rooms-wrapper .mphb-room-type-adults-capacity .mphb-adults-title::before {
  content: "Rental Unit:";
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}

/* pricing */
.mphb_sc_rooms-wrapper .mphb-regular-price {
  margin-bottom: 20px;
  padding: 18px 20px;
  background: #111111;
  border-radius: 16px;
  color: #ffffff;
}

.mphb_sc_rooms-wrapper .mphb-regular-price strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.72);
  margin-bottom: 6px;
}

.mphb_sc_rooms-wrapper .mphb-price {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #FCCE34;
}

.mphb_sc_rooms-wrapper .mphb-price-period {
  display: inline-block;
  margin-left: 6px;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
}

/* buttons row */
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper {
  margin-bottom: 24px;
}

.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper {
  margin-bottom: 12px;
}

.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper .button,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper .button,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper button,
.mphb_sc_rooms-wrapper .mphb-book-button {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

/* details button */
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper .button {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(0,0,0,0.12);
}

.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper .button:hover {
  border-color: #E90215;
  color: #E90215;
  transform: translateY(-2px);
}

/* booking button */
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper .button,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper button,
.mphb_sc_rooms-wrapper .mphb-book-button {
  background: #E90215;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(233, 2, 21, 0.20);
}

.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper .button:hover,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper button:hover,
.mphb_sc_rooms-wrapper .mphb-book-button:hover {
  background: #c80011;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(233, 2, 21, 0.24);
}

/* remove extra <br> gap */
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper br {
  display: none;
}

/* =========================
   SINGLE TRAILER PAGE
   ========================= */
.single-mphb_room_type .entry-content,
.single-mphb_room_type .site-main {
  max-width: 1200px;
  margin: 0 auto;
}

.single-mphb_room_type .post-thumbnail img,
.single-mphb_room_type .mphb-single-room-type img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.single-mphb_room_type .entry-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 18px;
  color: #111111;
}

.single-mphb_room_type .mphb-single-room-type-details,
.single-mphb_room_type .mphb-room-type-attributes,
.single-mphb_room_type .mphb-regular-price,
.single-mphb_room_type .mphb_availability_calendar,
.single-mphb_room_type .mphb-booking-form,
.single-mphb_room_type .mphb-reserve-room-section {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-bottom: 22px;
}

/* single page headings */
.single-mphb_room_type h2,
.single-mphb_room_type h3 {
  color: #111111;
  font-weight: 800;
}

/* single page buttons */
.single-mphb_room_type .button,
.single-mphb_room_type button,
.single-mphb_room_type input[type="submit"] {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #E90215;
  color: #fff;
  border: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.single-mphb_room_type .button:hover,
.single-mphb_room_type button:hover,
.single-mphb_room_type input[type="submit"]:hover {
  background: #c80011;
  transform: translateY(-2px);
}

/* =========================
   BOOKING / RESERVATION FORM
   ========================= */
.mphb-booking-form,
.mphb-reserve-room-section,
.mphb_sc_checkout-wrapper,
.mphb-checkout-section {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.mphb-booking-form label,
.mphb-reserve-room-section label,
.mphb_sc_checkout-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111111;
}

.mphb-booking-form input[type="text"],
.mphb-booking-form input[type="email"],
.mphb-booking-form input[type="tel"],
.mphb-booking-form select,
.mphb-booking-form textarea,
.mphb-reserve-room-section input[type="text"],
.mphb-reserve-room-section input[type="email"],
.mphb-reserve-room-section input[type="tel"],
.mphb-reserve-room-section select,
.mphb-reserve-room-section textarea,
.mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper input[type="tel"],
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 15px;
  background: #fff;
  transition: all 0.25s ease;
}

.mphb-booking-form textarea,
.mphb-reserve-room-section textarea,
.mphb_sc_checkout-wrapper textarea {
  min-height: 120px;
}

.mphb-booking-form input:focus,
.mphb-booking-form select:focus,
.mphb-booking-form textarea:focus,
.mphb-reserve-room-section input:focus,
.mphb-reserve-room-section select:focus,
.mphb-reserve-room-section textarea:focus,
.mphb_sc_checkout-wrapper input:focus,
.mphb_sc_checkout-wrapper select:focus,
.mphb_sc_checkout-wrapper textarea:focus {
  border-color: #E90215;
  box-shadow: 0 0 0 4px rgba(233, 2, 21, 0.10);
  outline: none;
}

/* =========================
   AVAILABILITY CALENDAR BASE
   ========================= */
.mphb-calendar,
.datepick,
.mphb_availability_calendar {
  border-radius: 18px;
  overflow: hidden;
}

.mphb-calendar table,
.datepick table {
  border-collapse: collapse;
}

.mphb-calendar th,
.datepick th {
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  padding: 10px;
}

.mphb-calendar td,
.datepick td {
  border: 1px solid rgba(0,0,0,0.06);
}

.mphb-calendar .available-date,
.datepick .available a {
  background: #fff8db !important;
  color: #111111 !important;
}

.mphb-calendar .booked-date,
.datepick .unselectable,
.datepick .datepick-unselectable {
  background: #f3f3f3 !important;
  color: #999 !important;
}

.datepick .datepick-selected a,
.datepick .datepick-highlight a {
  background: #E90215 !important;
  color: #ffffff !important;
}

/* =========================
   HIDE HOTEL TYPE WORDING
   ========================= */
.mphb-adults-wrapper,
.mphb-children-wrapper,
.mphb_sc_search-adults,
.mphb_sc_search-children {
  display: none !important;
}

/* Hide adults/children in details if you want cleaner trailer cards */
.mphb-room-type-children-capacity {
  display: none !important;
}

/* =========================
   IMPROVE SPACING / TYPO
   ========================= */
.mphb_sc_rooms-wrapper,
.mphb-booking-form,
.mphb-reserve-room-section,
.mphb_sc_checkout-wrapper,
.single-mphb_room_type .entry-content {
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
}

.mphb_sc_rooms-wrapper h2,
.mphb_sc_rooms-wrapper h3,
.mphb-booking-form h2,
.mphb-booking-form h3,
.mphb_sc_checkout-wrapper h2,
.mphb_sc_checkout-wrapper h3 {
  letter-spacing: -0.02em;
}

/* =========================
   IMAGE PLACEHOLDER FIX
   ========================= */
.single-mphb_room_type .mphb-flexslider ul.slides li img[src*="data:image/svg+xml"],
.single-mphb_room_type img[alt=""],
.single-mphb_room_type .attachment-post-thumbnail[src*=".svg"] {
  max-height: 640px !important;
  object-fit: cover !important;
}

/* =========================
   DATEPICKER FIX PATCH
   ========================= */

/* allow popup to escape parent wrappers */
.elementor-widget-shortcode,
.elementor-shortcode,
.elementor-section,
.elementor-column,
.elementor-widget,
.gv-search-form,
.mphb_sc_search-wrapper,
.mphb_sc_search-form,
.mphb-booking-form,
.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper,
.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date {
  overflow: visible !important;
}

/* popup always on top */
body .datepick-popup,
body .datepick,
body .is-datepick,
body .mphb-datepick-popup {
  z-index: 999999 !important;
}

body .datepick-popup {
  position: absolute !important;
  margin-top: 8px !important;
}

/* search form popup width */
.gv-search-form .datepick,
.gv-search-form .datepick-popup {
  max-width: 720px !important;
  width: auto !important;
}

/* popup shell */
body .datepick {
  background: #111111 !important;
  border: none !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 45px rgba(0,0,0,0.22) !important;
  padding: 10px !important;
  overflow: hidden !important;
}

/* top nav */
body .datepick-nav {
  background: #111111 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 12px !important;
  margin-bottom: 10px !important;
  border-radius: 12px !important;
}

body .datepick-cmd {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

body .datepick-cmd:hover {
  color: #FCCE34 !important;
}

/* months row */
body .datepick-month-row {
  display: flex !important;
  gap: 12px !important;
}

body .datepick-month {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
}

body .datepick-month-header {
  background: #111111 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 10px 12px !important;
  border: none !important;
}

/* header selects */
body .datepick-month-header select {
  background: #4F0D04 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* day names */
body .datepick th {
  background: #f5f5f5 !important;
  color: #111111 !important;
  font-weight: 700 !important;
  padding: 10px 8px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
}

/* cells */
body .datepick td {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  padding: 0 !important;
}

body .datepick td a,
body .datepick td span,
body .mphb-date-cell {
  min-width: 40px !important;
  min-height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.elementor-kit-5 select, .elementor-kit-5 .elementor-field-group .elementor-select-wrapper select, .elementor-kit-5 .select2.select2-container .select2-selection[role="combobox"], .elementor-kit-5 textarea.input-text[name="order_comments"] {
    padding: 9px 8px 9px 10px;
}

/* available */
body .mphb-available-date,
body .datepick td a {
  background: #ffffff !important;
  color: #111111 !important;
}

body .mphb-available-date:hover,
body .datepick td a:hover {
  background: #FCCE34 !important;
  color: #111111 !important;
}

/* selected */
body .datepick-selected a,
body .datepick-highlight a,
body .datepick td .datepick-selected,
body .datepick td .datepick-highlight {
  background: #E90215 !important;
  color: #ffffff !important;
}

/* today */
body .datepick-today {
  outline: 2px solid #FCCE34 !important;
  outline-offset: -2px !important;
}

/* disabled / past / extra */
body .mphb-past-date,
body .mphb-extra-date,
body .datepick-other-month,
body .datepick-unselectable,
body .mphb-unselectable-date--check-in,
body .mphb-unselectable-date--check-out {
  background: #f2f2f2 !important;
  color: #aaaaaa !important;
}

/* footer row */
body .datepick-ctrl {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  background: #7f0000 !important;
  color: #ffffff !important;
  padding: 10px 14px !important;
  border-radius: 0 0 14px 14px !important;
  margin-top: 8px !important;
}

body .mphb-calendar__selected-dates {
  color: #ffffff !important;
  font-weight: 700 !important;
}

body .datepick-cmd-clear {
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

/* input focus */
.gv-search-form .mphb-datepick:focus,
.mphb-booking-form .mphb-datepick:focus {
  border-color: #E90215 !important;
  box-shadow: 0 0 0 4px rgba(233,2,21,0.10) !important;
  outline: none !important;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 1024px) {
  .mphb_sc_rooms-wrapper.mphb-room-types {
    grid-template-columns: 1fr;
  }

  .gv-search-form .mphb_sc_search-form {
    padding: 20px;
  }

  .gv-search-form .button,
  .gv-search-form input[type="submit"] {
    width: 100%;
    min-width: 100%;
  }

  .mphb_sc_rooms-wrapper .mphb-room-type-title {
    font-size: 26px;
  }

  .single-mphb_room_type .entry-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .gv-search-form .mphb_sc_search-form {
    gap: 14px;
    border-radius: 16px;
  }

  .gv-search-form .mphb_sc_search-check-in-date,
  .gv-search-form .mphb_sc_search-check-out-date,
  .gv-search-form .mphb_sc_search-submit-button-wrapper {
    flex: 1 1 100%;
  }

  .mphb_sc_rooms-wrapper .mphb-room-type-title,
  .mphb_sc_rooms-wrapper .mphb-room-type > p,
  .mphb_sc_rooms-wrapper .mphb-room-type-details-title,
  .mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes,
  .mphb_sc_rooms-wrapper .mphb-regular-price,
  .mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper,
  .mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper {
    margin-left: 18px;
    margin-right: 18px;
  }

  .mphb_sc_rooms-wrapper .mphb-room-type-title {
    font-size: 24px;
    margin-top: 18px;
  }

  .single-mphb_room_type .entry-title {
    font-size: 28px;
  }

  .single-mphb_room_type .mphb-single-room-type-details,
  .single-mphb_room_type .mphb-room-type-attributes,
  .single-mphb_room_type .mphb-regular-price,
  .single-mphb_room_type .mphb_availability_calendar,
  .single-mphb_room_type .mphb-booking-form,
  .single-mphb_room_type .mphb-reserve-room-section {
    padding: 18px;
  }

  body .datepick {
    width: 95vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  body .datepick-month-row {
    flex-direction: column !important;
  }

  body .datepick td a,
  body .datepick td span,
  body .mphb-date-cell {
    min-height: 36px !important;
    min-width: 36px !important;
    font-size: 13px !important;
  }

  body .datepick-ctrl {
    flex-direction: row !important;
  }
}/* End custom CSS */