/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Контейнер шорткода */
.ns-property-details {
    line-height: 1.8;
}

/* Короткая версия */
.ns-property-short {
    font-size: 12px;
}

/* Каждая строка с данными */
.ns-detail-item {
    margin-bottom: 5px;
}

/* Иконка */
.ns-detail-icon {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
    cursor: help;
    transition: opacity 0.2s ease;
}

.ns-detail-icon:hover {
    opacity: 0.8;
}

/* Текстовое значение рядом с иконкой */
.ns-detail-value {
    vertical-align: middle;
}

/* Строка рипитера с иконкой (первая) */
.ns-detail-repeater {
    display: flex;
    align-items: flex-start;
}

.ns-detail-repeater .ns-detail-icon {
    flex-shrink: 0;
}

/* Отступ для дополнительных строк рипитера (без иконки) */
.ns-detail-repeater-indent {
    padding-left: 35px; /* 30px (иконка) + 5px (margin-right) */
}

/* Блок с телефоном (когда нет featured image) */
.ns-plan-cta {
    margin-top: 10px;
}

.link a{border-bottom:1px solid}


/*Filter*/
.e-filter { position: relative; display: inline-block; margin-right: 12px; }
.e-filter-hidden { display: none !important; }
.e-filter-dropdown-wrapper { position: relative; display: inline-block; }

.e-filter-dropdown {
  color: #333;
  border: 1px solid #404040;
  border-radius: 8px;
  padding: 8px 28px 8px 16px;
  font-size: 15px;
  cursor: pointer;
  min-width: 180px;
  position: relative;
}
.e-filter-dropdown::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 60%;
  transform: translateY(-60%);
  width: 34px;
  height: 34px;
  background-image: url("https://novostrojki-ulyanovsk.ru/wp-content/uploads/2026/06/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.e-filter-options {
  color: #333;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background:rgba(0, 80, 185, 0.05);
  backdrop-filter: blur(15px);
  font-size:15px;
  border-radius:8px;
  padding:12px 56px 12px 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  z-index: 9999;
  min-width: 100%;
}

.e-filter-options.active { display: block; }
.e-filter-options .opt {
  padding: 12px 0;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: -0.3px;
}

.reset-filters-btn a{box-shadow:none!important; cursor:pointer;}
blockquote{border-left:4px solid #FD592D; padding-left:16px; margin:0}