.r2s-status-text {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.r2s-listing-header {
  background: none !important;
  padding: 80px 0 34px;
}

.r2s-listing-header:before {
  display: none !important;
}

.r2s-listing-header-box {
  text-align: left;
}

.r2s-listing-header-box h1 {
  font-size: 46px;
  color: #111111;
}

.r2s-listing-header-box .breadcrumb {
  justify-content: flex-start;
}

.r2s-listing-header-box ol li.breadcrumb-item,
.r2s-listing-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: #4f4f4f;
}

.r2s-status-text.error {
  color: #cb2f2f;
}

.r2s-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.r2s-filter-actions .btn-default {
  cursor: pointer;
}

.r2s-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.r2s-card-actions .btn-default {
  font-size: 14px;
  padding: 8px 16px;
}

#r2s-enquire-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(12, 21, 36, 0.66);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

#r2s-enquire-modal.open {
  display: flex;
}

.r2s-modal-card {
  width: min(680px, 100%);
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 22, 35, 0.3);
}

.r2s-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #e8ecf4;
}

.r2s-modal-head h3 {
  margin: 0;
  font-size: 20px;
}

.r2s-modal-body {
  padding: 16px;
}

.r2s-modal-context {
  margin-bottom: 12px;
  color: #5c6c82;
  font-size: 14px;
}

.r2s-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.r2s-modal-actions .btn-default {
  cursor: pointer;
}

#r2s-detail-msg {
  margin-top: 12px;
}

.r2s-empty-state {
  border: 1px solid #e4e8ef;
  border-radius: 12px;
  padding: 18px;
  background: #ffffff;
}

.r2s-empty-state h4 {
  margin: 0 0 8px;
}

.r2s-empty-state p {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .r2s-listing-header {
    padding: 64px 0 26px;
  }

  .r2s-listing-header-box h1 {
    font-size: 32px;
  }

  .r2s-card-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .r2s-card-actions .btn-default {
    text-align: center;
  }
}
