/* ASP | 18-03-2026 | START */
.nso-nsod-items.e-child {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px 20px;
    display: grid;
    align-items: start;
}

.nso-nsod-items .elementor-heading-title {
    line-height: 19px !important;
}

.remove-link h2,
.remove-link a {
    text-decoration: none !important;
    color: unset !important;
      pointer-events: none;
}

.page-id-10379 .wpc-filters-section {
    margin-bottom: unset !important;
}
/* ASP | 18-03-2026 | END */

/* ASP Loop Zebra Styling | 23-03-2026 | START */
.page-id-10379 .elementor-loop-container .e-loop-item {
    transition: all 0.25s ease;
    padding: 12px;
    border-radius: 6px;
}

/* Odd */
.page-id-10379 .elementor-loop-container .e-loop-item:nth-child(odd) {
    background-color: #f1f1f1;
}

/* Even */
.page-id-10379 .elementor-loop-container .e-loop-item:nth-child(even) {
    background-color: #ffffff;
}

/* Hover */
.page-id-10379 .elementor-loop-container .e-loop-item:hover {
    background-color: #cfe8ff;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
/* ASP Loop Zebra Styling | 23-03-2026 | END */