@charset "UTF-8";
.rc-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.rc-btn:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.rc-btn-primary {
  background: #3151b7;
  color: #fff;
}
.rc-btn-primary:hover:not(:disabled) {
  color: #fff;
  background: #2a469d;
}

.rc-btn-secondary {
  background: #e5e7eb;
  color: #4b5563;
}
.rc-btn-secondary:hover:not(:disabled) {
  color: #4b5563;
  background: #d1d5db;
}

.rc-container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.rc-container .rc-layout-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 0 20px;
}
.rc-container .rc-layout-content-wrap .rc-layout-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; /* Предотвращает переполнение */
}
.rc-container .rc-layout-content-wrap .rc-layout-sidebar {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rc-container .rc-layout-content-wrap .rc-layout-sidebar > section.rc-content-section {
  position: sticky;
  top: 50px; /* Отступ от верха */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .rc-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .rc-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .rc-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .rc-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .rc-container {
    max-width: 1320px;
  }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .rc-layout-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
  .rc-layout-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; /* Форма бронирования первой на мобильных */
  }
  .rc-layout-sidebar > section.rc-content-section {
    position: static;
  }
}
/* Для планшетов */
@media (max-width: 1024px) and (min-width: 769px) {
  .rc-layout-sidebar {
    width: 300px;
  }
}
.rc-archive-page .rc-archive-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  border-radius: 8px;
  color: #fff;
}
.rc-archive-page .rc-archive-title {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.rc-archive-page .rc-archive-description {
  font-size: 1.1rem;
  opacity: 0.9;
}

.rc-archive-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 25px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 25px;
  margin-top: 30px;
}
.rc-archive-content .rc-sidebar {
  background: #f3f4f6;
  padding: 20px;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.rc-archive-content .rc-sidebar .rc-search-widget h3 {
  margin: 0 0 20px 0;
  color: #1f2937;
  font-size: 1.2rem;
}
.rc-archive-content .rc-main-content {
  min-height: 500px;
}

.rc-properties-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.rc-pagination {
  text-align: center;
  margin-top: 40px;
}
.rc-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 2px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: #4b5563;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-pagination .page-numbers.current {
  background: #3151b7;
  color: #fff;
  border-color: #3151b7;
}
.rc-pagination .page-numbers:hover {
  background: #f3f4f6;
}

.rc-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
  grid-column: 1/-1;
}

.rc-rental-archive .rc-archive-header {
  background: linear-gradient(135deg, #3151b7 0%, #2a469d 100%);
}

.rc-sale-archive .rc-archive-header {
  background: linear-gradient(135deg, #4a67d4 0%, #dc2626 100%);
}

.rc-archive-page .rc-archive-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 0;
  border-radius: 8px;
  color: #fff;
}
.rc-archive-page .rc-archive-title {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.rc-archive-page .rc-archive-description {
  font-size: 1.1rem;
  opacity: 0.9;
}

.rc-archive-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 25px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 25px;
  margin-top: 30px;
}
.rc-archive-content .rc-sidebar {
  background: #f3f4f6;
  padding: 20px;
  border-radius: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
}
.rc-archive-content .rc-sidebar .rc-search-widget h3 {
  margin: 0 0 20px 0;
  color: #1f2937;
  font-size: 1.2rem;
}
.rc-archive-content .rc-main-content {
  min-height: 500px;
}

.rc-properties-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.rc-pagination {
  text-align: center;
  margin-top: 40px;
}
.rc-pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 2px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  color: #4b5563;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-pagination .page-numbers.current {
  background: #3151b7;
  color: #fff;
  border-color: #3151b7;
}
.rc-pagination .page-numbers:hover {
  background: #f3f4f6;
}

.rc-no-results {
  text-align: center;
  padding: 60px 20px;
  color: #9ca3af;
  grid-column: 1/-1;
}

.rc-rental-archive .rc-archive-header {
  background: linear-gradient(135deg, #3151b7 0%, #2a469d 100%);
}

.rc-sale-archive .rc-archive-header {
  background: linear-gradient(135deg, #4a67d4 0%, #dc2626 100%);
}

.rc-property-card {
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-property-card:hover {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.rc-property-card .rc-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.rc-property-card .rc-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.rc-property-card .rc-card-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.rc-property-card .rc-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.rc-property-card .rc-no-image {
  height: 100%;
  background: #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9ca3af;
}

.rc-card-content {
  padding: 20px;
}
.rc-card-content .rc-card-title {
  color: #111827;
  margin: 0 0 10px 0;
  font-size: 1.3rem;
}
.rc-card-content .rc-card-title a {
  color: #1f2937;
  text-decoration: none;
}
.rc-card-content .rc-card-title a:hover {
  color: #3151b7;
}
.rc-card-content .rc-card-location {
  color: #374151;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.rc-card-content .rc-card-meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 15px;
}
.rc-card-content .rc-card-meta .rc-meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
  border-color: #4b5563;
  border: 1px solid;
  border-radius: 8px;
}
.rc-card-content .rc-card-meta .rc-meta-item .rc-meta-icon {
  font-size: 1rem;
}
.rc-card-content .rc-card-excerpt {
  color: #9ca3af;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.rc-card-content .rc-card-price-details {
  border-top: 1px solid #f3f4f6;
  padding-top: 15px;
  margin-bottom: 15px;
}
.rc-card-content .rc-card-price-details .rc-price-per-meter {
  color: #9ca3af;
  font-size: 0.85rem;
  text-align: center;
}
.rc-card-content .rc-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.rc-rental-card .rc-card-badge {
  background: rgba(49, 81, 183, 0.95);
  color: #fff;
}

.rc-sale-card .rc-card-badge {
  background: rgba(220, 38, 38, 0.95);
  color: #fff;
}

.rc-property-gallery {
  margin-bottom: 30px;
}
.rc-property-gallery .rc-main-image {
  border-radius: 8px;
  overflow: hidden;
}
.rc-property-gallery .rc-main-image img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.rc-property-header {
  margin-bottom: 20px;
  padding: 20px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.rc-property-header .rc-property-title {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #111827;
  line-height: 1.2;
}
.rc-property-header .rc-property-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-property-header .rc-property-meta .rc-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3151b7;
}
.rc-property-header .rc-property-meta span:not(.rc-price) {
  color: #374151;
  font-weight: 500;
  padding: 6px 12px;
  background: #f9fafb;
  border-radius: 8px;
}

.rc-layout-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 25px;
  gap: 20px;
  margin-bottom: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rc-layout-row.rc-layout-row-75 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 25px 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}
.rc-layout-row.rc-layout-row-50 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.rc-content-section {
  padding: 20px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rc-content-section .rc-section-title {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #1f2937;
  font-weight: 600;
  border-bottom: 2px solid #3151b7;
  padding-bottom: 8px;
}
.rc-content-section .rc-section-content {
  color: #374151;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.rc-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rc-details-list .rc-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
  border-bottom: 1px solid #f3f4f6;
}
.rc-details-list .rc-detail-item:last-child {
  border-bottom: none;
}
.rc-details-list .rc-detail-item .rc-detail-label {
  color: #4b5563;
  font-weight: 500;
}
.rc-details-list .rc-detail-item .rc-detail-value {
  color: #1f2937;
  font-weight: 500;
  text-align: right;
}

.rc-transport-info .rc-transport-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 3px 0;
  border-bottom: 1px solid #d1d5db;
}
.rc-transport-info .rc-transport-item:last-child {
  border-bottom: none;
}
.rc-transport-info .rc-transport-item .rc-transport-icon {
  font-size: 1.25rem;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8faff;
  border-radius: 8px;
}
.rc-transport-info .rc-transport-item .rc-transport-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rc-transport-info .rc-transport-item .rc-transport-details strong {
  display: block;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 2px;
}
.rc-transport-info .rc-transport-item .rc-transport-details span {
  color: #4b5563;
  font-size: 0.875rem;
}

.rc-calendar-widget .rc-calendar-header {
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f2937;
  font-size: 1.1rem;
}

.rc-address-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #3151b7;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-address-link:hover {
  color: #2a469d;
  text-decoration: underline;
}
.rc-address-link .rc-map-icon {
  font-size: 0.9em;
  opacity: 0.8;
}

.rc-static-map {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.rc-sale-single .rc-property-header .rc-property-meta .rc-price {
  color: #dc2626;
}

.rc-gallery-slider {
  height: 450px;
  position: relative;
  overflow: visible;
  margin-bottom: 0;
}
.rc-gallery-slider .swiper-wrapper {
  height: 450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rc-gallery-slider .swiper-slide {
  -webkit-transition: 0s height !important;
  transition: 0s height !important;
  height: 405px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0.3;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.rc-gallery-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.rc-gallery-slider .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rc-gallery-slider .swiper-slide-next,
.rc-gallery-slider .rc-gallery-slider .swiper-slide-prev {
  opacity: 0.8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.rc-gallery-slider .swiper-wrapper {
  cursor: default;
}

.rc-gallery-slider .swiper-button-next,
.rc-gallery-slider .swiper-button-prev {
  color: #fff;
  background: #3151b7;
  width: 44px;
  height: 44px;
  padding: 13px;
  border-radius: 8px;
  margin-top: -22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rc-gallery-slider .swiper-button-next::after,
.rc-gallery-slider .swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.rc-gallery-slider .swiper-button-next:hover,
.rc-gallery-slider .swiper-button-prev:hover {
  background: #2a469d;
}
.rc-gallery-slider .swiper-button-prev {
  left: 15px;
}
.rc-gallery-slider .swiper-button-next {
  right: 15px;
}

@media (max-width: 992px) {
  .rc-layout-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
    gap: 20px;
  }
  .rc-property-header {
    padding: 20px;
  }
  .rc-property-header .rc-property-title {
    font-size: 1.75rem;
  }
  .rc-property-header .rc-property-meta {
    gap: 15px;
  }
  .rc-property-header .rc-property-meta .rc-price {
    font-size: 1.25rem;
  }
  .rc-content-section {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .rc-property-gallery .rc-main-image img {
    height: 300px;
  }
  .rc-gallery-slider {
    height: 350px;
  }
  .rc-gallery-slider .swiper-wrapper {
    height: 350px;
  }
  .rc-gallery-slider .swiper-slide {
    height: 315px;
  }
  .rc-gallery-slider .swiper-button-next,
  .rc-gallery-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .rc-gallery-slider .swiper-button-next::after,
  .rc-gallery-slider .swiper-button-prev::after {
    font-size: 14px;
  }
  .rc-property-header {
    padding: 15px;
  }
  .rc-property-header .rc-property-title {
    font-size: 1.5rem;
  }
  .rc-property-header .rc-property-meta {
    gap: 10px;
  }
  .rc-property-header .rc-property-meta span:not(.rc-price) {
    font-size: 0.875rem;
    padding: 4px 8px;
  }
}
.rc-details-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.rc-details-group .rc-details-subtitle {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 5px;
}
.rc-details-group .rc-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 576px) {
  .rc-gallery-slider {
    height: 300px;
  }
  .rc-gallery-slider .swiper-wrapper {
    height: 300px;
  }
  .rc-gallery-slider .swiper-slide {
    height: 270px;
  }
  .rc-property-header .rc-property-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
body.rental-core-plugin .rc-form .rc-form-group, body.rental-core-plugin .rc-booking-form .rc-form-group,
body.rental-core-plugin .rc-contact-form .rc-form-group,
body.rental-core-plugin .rc-search-form .rc-form-group {
  margin-bottom: 15px;
}
body.rental-core-plugin .rc-form .rc-form-label, body.rental-core-plugin .rc-booking-form .rc-form-label,
body.rental-core-plugin .rc-contact-form .rc-form-label,
body.rental-core-plugin .rc-search-form .rc-form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #374151;
  font-size: 0.9rem;
}
body.rental-core-plugin .rc-form input.rc-form-input, body.rental-core-plugin .rc-booking-form input.rc-form-input,
body.rental-core-plugin .rc-contact-form input.rc-form-input,
body.rental-core-plugin .rc-search-form input.rc-form-input,
body.rental-core-plugin .rc-form select.rc-form-select,
body.rental-core-plugin .rc-booking-form select.rc-form-select,
body.rental-core-plugin .rc-contact-form select.rc-form-select,
body.rental-core-plugin .rc-search-form select.rc-form-select,
body.rental-core-plugin .rc-search-form select.rc-search-select,
body.rental-core-plugin .rc-form textarea.rc-form-textarea,
body.rental-core-plugin .rc-booking-form textarea.rc-form-textarea,
body.rental-core-plugin .rc-contact-form textarea.rc-form-textarea,
body.rental-core-plugin .rc-search-form textarea.rc-form-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
body.rental-core-plugin .rc-form input.rc-form-input:focus, body.rental-core-plugin .rc-booking-form input.rc-form-input:focus,
body.rental-core-plugin .rc-contact-form input.rc-form-input:focus,
body.rental-core-plugin .rc-search-form input.rc-form-input:focus,
body.rental-core-plugin .rc-form select.rc-form-select:focus,
body.rental-core-plugin .rc-booking-form select.rc-form-select:focus,
body.rental-core-plugin .rc-contact-form select.rc-form-select:focus,
body.rental-core-plugin .rc-search-form select.rc-form-select:focus,
body.rental-core-plugin .rc-search-form select.rc-search-select:focus,
body.rental-core-plugin .rc-form textarea.rc-form-textarea:focus,
body.rental-core-plugin .rc-booking-form textarea.rc-form-textarea:focus,
body.rental-core-plugin .rc-contact-form textarea.rc-form-textarea:focus,
body.rental-core-plugin .rc-search-form textarea.rc-form-textarea:focus {
  outline: none;
  border-color: #3151b7;
  -webkit-box-shadow: 0 0 0 3px rgba(49, 81, 183, 0.1);
          box-shadow: 0 0 0 3px rgba(49, 81, 183, 0.1);
}
body.rental-core-plugin .rc-form .rc-form-textarea, body.rental-core-plugin .rc-booking-form .rc-form-textarea,
body.rental-core-plugin .rc-contact-form .rc-form-textarea,
body.rental-core-plugin .rc-search-form .rc-form-textarea {
  resize: vertical;
  min-height: 80px;
}
body.rental-core-plugin .rc-booking-form .rc-form-row,
body.rental-core-plugin .rc-contact-form .rc-form-row,
body.rental-core-plugin .rc-search-form .rc-form-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  gap: 15px;
  margin-bottom: 15px;
}
body.rental-core-plugin .rc-booking-form .rc-form-group,
body.rental-core-plugin .rc-contact-form .rc-form-group,
body.rental-core-plugin .rc-search-form .rc-form-group {
  margin-bottom: 5px;
}
body.rental-core-plugin .rc-form-messages {
  margin-top: 15px;
}
body.rental-core-plugin .rc-form-messages .rc-message {
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
}
body.rental-core-plugin .rc-form-messages .rc-message.rc-message-success {
  background: rgba(16, 185, 129, 0.1);
  color: #085b40;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
body.rental-core-plugin .rc-form-messages .rc-message.rc-message-error {
  background: rgba(220, 38, 38, 0.1);
  color: #861616;
  border: 1px solid rgba(220, 38, 38, 0.3);
}
body.rental-core-plugin .rc-booking-summary {
  margin: 20px 0;
  padding: 15px;
  background: #f8faff;
  border-radius: 8px;
  border: 1px solid #4a67d4;
}
body.rental-core-plugin .rc-booking-summary .rc-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #1f2937;
}
body.rental-core-plugin .rc-booking-summary .rc-price-item #rc-total-price {
  color: #3151b7;
  font-size: 1.1rem;
}

.rc-properties-shortcode .rc-properties-grid {
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .rc-archive-header {
    padding: 50px 0;
  }
  .rc-properties-grid {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  }
  .rc-property-title {
    font-size: 2.5rem;
  }
  .rc-property-content {
    gap: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .rc-properties-grid {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .rc-property-content {
    gap: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rc-properties-grid {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .rc-property-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-property-gallery .rc-main-image img {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rc-archive-content {
    -ms-grid-columns: 250px 20px 1fr;
    grid-template-columns: 250px 1fr;
    gap: 20px;
  }
  .rc-properties-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .rc-property-gallery .rc-main-image img {
    height: 350px;
  }
  .rc-booking-section,
  .rc-contact-section {
    padding: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rc-archive-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-sidebar {
    position: static;
  }
  .rc-properties-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-card-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rc-card-meta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-archive-title {
    font-size: 2rem;
  }
  .rc-property-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-property-header .rc-property-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .rc-property-title {
    font-size: 1.8rem;
  }
  .rc-property-gallery .rc-main-image img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .rc-archive-header {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .rc-archive-title {
    font-size: 1.75rem;
  }
  .rc-card-content {
    padding: 15px;
  }
  .rc-properties-grid {
    gap: 15px;
  }
  .rc-property-title {
    font-size: 1.5rem;
  }
  .rc-booking-form .rc-form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-booking-section,
  .rc-contact-section {
    padding: 20px;
  }
  .rc-property-gallery .rc-main-image img {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .rc-archive-title {
    font-size: 1.5rem;
  }
  .rc-card-meta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rc-property-title {
    font-size: 1.3rem;
  }
  .rc-property-header .rc-property-meta .rc-price {
    font-size: 1.3rem;
  }
  .rc-booking-section,
  .rc-contact-section {
    padding: 15px;
  }
}
/*# sourceMappingURL=main.css.map */