:root {
  --ink: #0f1923;
  --ink2: #2c3a47;
  --muted: #6b7a88;
  --border: #e2e8ed;
  --bg: #f7f9fb;
  --white: #ffffff;
  --accent: #1a4a6b;
  --accent2: #2870a8;
  --gold: #c9a84c;
  --gold-lt: #fdf6e8;
  --green: #1a7a4a;
  --green-lt: #edf7f2;
  --red: #c0392b;
  --red-lt: #fdf0ee;
  --shadow: 0 2px 16px rgba(15, 25, 35, .08);
  --shadow-lg: 0 8px 40px rgba(15, 25, 35, .13);
  --r: 10px;
  --r-lg: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

/* ── NAV ── */
.nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  box-shadow: 0 1px 12px rgba(15, 25, 35, .06);
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -.01em;
  text-decoration: none;
}

.nav-logo span {
  color: var(--gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-size: .84rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: .02em;
  transition: color .15s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--accent);
}

.nav-cta {
  background: var(--accent);
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600 !important;
  transition: background .15s !important;
}

.nav-cta:hover {
  background: var(--accent2) !important;
}

@media(max-width:768px) {
  .nav {
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }
}

/* ── HERO STRIP ── */
.hero-strip {
  background: linear-gradient(135deg, var(--accent) 0%, #0d2d45 100%);
  padding: 52px 40px 44px;
  position: relative;
  overflow: hidden;
}

.hero-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 30px;
}

.hero-text p {
  color: rgba(255, 255, 255, .72);
  font-size: .95rem;
  max-width: 500px;
}

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hstat {
  text-align: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--r);
  padding: 14px 20px;
}

.hstat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}

.hstat-lbl {
  font-size: .74rem;
  color: rgba(255, 255, 255, .6);
  margin-top: 4px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* ── LAYOUT ── */
.availability-page-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}

/* ── BUILDING FILTER CARDS ── */
.buildings-label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  margin-bottom: 12px;
}

.buildings-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 28px;
  scrollbar-width: none;
}

.buildings-scroll::-webkit-scrollbar {
  display: none;
}

.bc {
  flex-shrink: 0;
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--r-lg);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s, transform .12s;
  min-width: 148px;
  position: relative;
}

.bc:hover {
  border-color: var(--accent2);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.bc.active {
  border-color: var(--accent);
  background: rgba(26, 74, 107, .04);
}

.bc-name {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
  line-height: 1.2;
}

.bc-price {
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent2);
}

.bc-count {
  font-size: .72rem;
  color: var(--muted);
  margin-top: 3px;
}

.bc-avail {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}

.bc-avail.has-now {
  background: var(--green);
}

/* ── FILTERS BAR ── */
.filters-bar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 18px 20px;
  box-shadow: var(--shadow);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter-group label {
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}

.filter-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.fp {
  font-size: .8rem;
  font-weight: 500;
  padding: 6px 13px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--ink2);
  cursor: pointer;
  transition: .15s;
  white-space: nowrap;
}

.fp:hover {
  border-color: var(--accent2);
  color: var(--accent);
}

.fp.active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}

/* price range */
.price-range-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*
.price-range-wrap input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 140px;
  height: 6px;
  background: transparent;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 0;
  position: initial;
  border: 1px solid var(--accent);
  padding: 4px 0;
  accent-color: var(--accent) !important;
  -webkit-slider-runnable-track: transparent;
  -webkit-slider-thumb: transparent;
  -moz-range-track: transparent;
  -moz-range-thumb: transparent;
}

.price-range-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--accent);
  border: 2px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.price-range-wrap input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--accent);
  border: 2px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
*/

.price-range-wrap input[type=range] {
  -webkit-appearance: none;
  width: 200px;
  height: 6px;
  background: #e5e7eb;
  /* light gray track */
  border-radius: 999px;
  outline: none;
  position: unset;
  padding: 0;
}

/* Track (for Firefox) */
.price-range-wrap input[type=range]::-moz-range-track {
  height: 6px;
  background: transparent;
  border-radius: 999px;
}

/* Thumb (circle) */
.price-range-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #1f3b4d;
  /* dark blue */
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
  /* align with track */
}

.price-range-wrap input[type=range]::-moz-range-thumb {
  /* width: 16px; */
  /* height: 16px; */
  background: #1f3b4d;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.price-range-val {
  font-size: .82rem;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
  min-width: 70px;
}

/* movein */
.movein-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* sort */
.sort-select {
  padding: 7px 12px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: .82rem;
  color: var(--ink2);
  background: var(--white);
  cursor: pointer;
  outline: none;
  transition: border-color .15s;
}

.sort-select:focus {
  border-color: var(--accent);
}

/* filter summary */
.filter-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.results-count {
  font-size: .88rem;
  color: var(--muted);
}

.results-count b {
  color: var(--ink);
}

.clear-btn {
  font-size: .78rem;
  font-weight: 600;
  color: var(--accent2);
  cursor: pointer;
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
}

.view-toggle {
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.vt-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1.5px solid var(--border);
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .15s;
  color: var(--muted);
  font-size: .9rem;
}

.vt-btn.active {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(26, 74, 107, .05);
}

/* ── UNIT CARDS (grid view) ── */
#unitsContainer.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 16px;
}

#unitsContainer.list-view {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* card */
.unit-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow .2s, transform .15s, border-color .15s;
  display: flex;
  flex-direction: column;
  animation: fadeUp .35s ease both;
}

.unit-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: #c5d5e4;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* list-view card */
.list-view .unit-card {
  flex-direction: row;
  align-items: center;
  padding: 16px 20px;
  gap: 0;
  border-radius: var(--r);
}

.list-view .card-thumb {
  /* display: none; */
}

.list-view .card-body {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
}

.list-view .card-meta {
  flex: 1;
}

.list-view .card-building {
  font-size: .72rem;
  color: var(--muted);
  margin-bottom: 2px;
}

.list-view .card-unit {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0;
}

.list-view .card-specs {
  display: flex;
  gap: 14px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.list-view .card-price-block {
  text-align: right;
  margin-left: auto;
  padding: 0 20px;
}

.list-view .card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
}

.list-view .card-psf {
  font-size: .75rem;
  color: var(--muted);
}

.list-view .card-avail {
  margin-left: 0;
}

.list-view .card-actions {
  flex-direction: row;
  gap: 8px;
  padding: 0;
  border-top: none;
  margin-left: 16px;
}

.list-view .card-actions .btn-tour,
.list-view .card-actions .btn-apply {
  padding: 8px 14px;
  font-size: .79rem;
}

.list-view .card-badges {
  position: static;
  margin-bottom: 0;
  display: inline-flex;
  gap: 5px;
  margin-left: 12px;
}

/* card thumb */
.card-thumb {
  height: 160px;
  background: linear-gradient(135deg, #e8eef4, #d0dce8);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.card-thumb-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(26, 74, 107, .15);
}

.card-badges-abs {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

/* card body */
.card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#unitsContainer.grid-view .unit-card .card-body {
  padding: 16px 18px;
}

.card-building {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted);
  margin-bottom: 4px;
}

.card-unit {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 10px;
}

.card-specs {
  display: flex;
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .82rem;
  color: var(--ink2);
}

.spec-icon {
  font-size: .9rem;
  opacity: .6;
}

.card-avail {
  margin-bottom: 12px;
}

.avail-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .76rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

.avail-badge.now {
  background: var(--green-lt);
  color: var(--green);
}

.avail-badge.soon {
  background: var(--gold-lt);
  color: #8a6a1a;
}

.avail-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.card-footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.card-price {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}

.card-psf {
  font-size: .73rem;
  color: var(--muted);
  margin-top: 3px;
}

/* badges */
.badge {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 3px 8px;
  border-radius: 4px;
}

.badge.hot {
  background: #fff0e8;
  color: #c45c10;
  border: 1px solid #f5c4a1;
}

.badge.new {
  background: var(--green-lt);
  color: var(--green);
  border: 1px solid #b5e0cc;
}

.badge.virtual {
  background: #eef4ff;
  color: #2455a4;
  border: 1px solid #b8d0f0;
}

.badge.high {
  background: #fdf2f2;
  color: var(--red);
  border: 1px solid #f0bcbc;
}

.badge.penthouse {
  background: var(--gold-lt);
  color: #8a6000;
  border: 1px solid #e8d09a;
}

/* card actions */
.card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 18px 16px;
}

.btn-tour {
  width: 100%;
  padding: 10px;
  background: var(--white);
  color: var(--accent);
  border: 1.5px solid var(--accent);
  border-radius: var(--r);
  font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: .15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-tour:hover {
  background: rgba(26, 74, 107, .06);
}

.btn-apply {
  width: 100%;
  padding: 10px;
  background: var(--accent);
  color: var(--white);
  border: 1.5px solid var(--accent);
  border-radius: var(--r);
  font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: .15s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-apply:hover {
  background: var(--accent2);
  border-color: var(--accent2);
}

/* floorplan link */
.fp-link {
  font-size: .75rem;
  color: var(--accent2);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .15s;
}

.fp-link:hover {
  color: var(--accent);
}

/* ── EMPTY STATE ── */
.empty-state {
  text-align: center;
  padding: 72px 24px;
  color: var(--muted);
}

.empty-state h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--ink2);
  margin-bottom: 10px;
}

/* ── MODAL ── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10, 18, 28, .55);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--white);
  border-radius: var(--r-lg);
  width: 100%;
  max-width: 520px;
  box-shadow: 0 24px 80px rgba(10, 18, 28, .28);
  animation: modalIn .25s ease;
  overflow: hidden;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(.96) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-head {
  background: linear-gradient(135deg, var(--accent), #0d2d45);
  padding: 24px 28px 20px;
  position: relative;
}

.modal-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}

.modal-head p {
  color: rgba(255, 255, 255, .72);
  font-size: .87rem;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, .25);
}

.modal-unit-summary {
  background: rgba(26, 74, 107, .07);
  border-bottom: 1px solid var(--border);
  padding: 12px 28px;
  font-size: .84rem;
  color: var(--ink2);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.modal-unit-summary b {
  color: var(--accent);
}

.modal-body {
  padding: 24px 28px 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group.full {
  grid-column: 1/-1;
}

.form-group label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px 12px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: .9rem;
  color: var(--ink);
  background: var(--bg);
  outline: none;
  transition: border-color .15s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--accent);
  background: white;
}

.form-group textarea {
  resize: vertical;
  min-height: 76px;
}

.modal-submit {
  margin-top: 18px;
  width: 100%;
  padding: 13px;
  background: var(--accent);
  color: white;
  border: none;
  border-radius: var(--r);
  font-family: 'DM Sans', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}

.modal-submit:hover {
  background: var(--accent2);
}

.modal-fine {
  font-size: .73rem;
  color: var(--muted);
  text-align: center;
  margin-top: 9px;
}

.modal-success {
  display: none;
  text-align: center;
  padding: 36px 28px;
}

.modal-success.show {
  display: block;
}

.modal-success h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--green);
  margin-bottom: 8px;
}

.modal-success p {
  color: var(--muted);
  font-size: .9rem;
}

/* ── DISCLAIMER ── */
.disclaimer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: .74rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 900px;
}

/* ── STICKY CTA BAR (mobile) ── */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--white);
  border-top: 1px solid var(--border);
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(15, 25, 35, .1);
}

@media(max-width:640px) {
  .sticky-cta {
    display: flex;
    gap: 10px;
  }

  .sticky-cta .btn-apply {
    flex: 1;
    border-radius: 8px;
  }

  body {
    padding-bottom: 70px;
  }
}

/* ── RESPONSIVE ── */
@media(max-width:768px) {
  .hero-strip {
    padding: 36px 20px;
  }

  .availability-page-new {
    padding: 20px 16px 60px;
  }

  .filters-bar {
    gap: 12px;
  }

  #unitsContainer.grid-view {
    grid-template-columns: 1fr;
  }

  .filter-group:last-child {
    margin-left: 0;
  }
}

@media(max-width:500px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}


#unitsContainer.list-view .card-body .card-meta {
    width: 100%;
}
#unitsContainer.list-view .card-body .card-badges {
    margin: 0;
    width: 100%;
    padding: 0px !important;
}
#unitsContainer.list-view .card-body .card-price-block {
    text-align: left !important;
    width: 100%;
    padding: 15px 0px 0px;
}
@media(min-width:600px) {
	#unitsContainer.list-view .card-body .card-actions .btn-tour {
			min-width: 200px;
	}
	#unitsContainer.list-view .card-body .card-actions .btn-apply {
			min-width: 200px;
	}
}
#unitsContainer.list-view .card-body .card-actions {
    width: 100%;
    margin: 0 !important;
    padding-top: 20px !important;
}
body:not(.home) div#content #unitsContainer.list-view .card-body {
    padding-left: 40px;
    border-left: 2px solid #f5f5f5;
    margin-left: 40px;
}
.list-view .card-thumb {
    height: auto;
}