.elementor-kit-42{--e-global-color-primary:#0F172A;--e-global-color-secondary:#3B82F6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E74C3C;--e-global-color-background:#0F172A;--e-global-color-backgroundAccent:#BDC3C7;--e-global-color-transparent:#00000000;--e-global-color-045bde7:#FAD033;--e-global-color-cf82ea2:#D4AF37;--e-global-color-b35ddaf:#3B82F6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );color:#3B82F6;}.elementor-kit-42 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42 a{color:#FAD033;}.elementor-kit-42 h1{color:#3B82F6;}.elementor-kit-42 h2{color:#3B82F6;}.elementor-kit-42 h3{color:#3B82F6;}.elementor-kit-42 h4{color:#3B82F6;}.elementor-kit-42 h5{color:#3B82F6;}.elementor-kit-42 h6{color:#3B82F6;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100px;max-width:100px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-42{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-42{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Базовые настройки для всех карточек Intel */
.intel-card {
    transition: all 0.4s ease-in-out;
    border-radius: 8px; /* Добавил небольшое скругление, если нужно */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Тонкая рамка, чтобы карточка не сливалась с фоном */
}

/* СТАНДАРТНЫЙ (Зеленоватый оттенок) */
.intel-card.status-standard { 
    background-color: rgba(76, 175, 80, 0.15) !important; /* 15% прозрачности зеленого */
    border-left: 4px solid rgba(76, 175, 80, 0.8) !important;
}

/* ВЫСОКАЯ ТРЕВОГА (Красноватый оттенок) */
.intel-card.status-high_alert { 
    background-color: rgba(244, 67, 54, 0.2) !important; /* Чуть плотнее для акцента */
    border-left: 4px solid rgba(244, 67, 54, 0.8) !important;
}

/* ПОВЫШЕННЫЙ (Желтоватый/Золотистый оттенок) */
.intel-card.status-elevated { 
    background-color: rgba(251, 192, 45, 0.15) !important; 
    border-left: 4px solid rgba(251, 192, 45, 0.8) !important;
}

/* Эффект при наведении (опционально), чтобы карточка "оживала" */
.intel-card:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
}
/* Делаем звезды рейтинга и иконки ярче на темном фоне */
.intel-card .e-rating-wrapper i, 
.intel-card .elementor-icon-list-icon svg {
    color: #ffcc00 !important; /* Золотой для рейтинга */
    filter: drop-shadow(0px 0px 5px rgba(255,204,0,0.5));
}

.intel-card .elementor-button {
    background-color: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}
/* Стилизация блока рейтинга внутри карточки */
.intel-card .rmp-main {
    background: transparent !important; /* Убираем фон плагина */
    border: none !important;
    padding: 5px 0 !important;
    margin: 10px 0 !important;
    text-align: left !important; /* Выравниваем по левому краю */
}

/* Цвет звезд (золотой для контраста) */
.intel-card .rmp-icon--ratings {
    fill: #ffcc00 !important;
    width: 20px !important; /* Уменьшим размер, чтобы влезло в карточку */
}

/* Текст рейтинга (белый/светлый для темного фона) */
.intel-card .rmp-main__results, 
.intel-card .rmp-main__heading {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    font-family: inherit;
}

/* Убираем лишние отступы и надписи, если они мешают */
.intel-card .rmp-main__not-rated {
    color: rgba(255, 255, 255, 0.5) !important;
    font-style: italic;
}/* End custom CSS */