/* ==========================================================
   UNIO SELECTION — μαύρο section, homepage
========================================================== */
.unio-selection-inner {
    max-width: 1400px;
    margin: 0 auto;
}

/* Κάρτες πάνω σε μαύρο φόντο */
.unio-selection-section .unio-card-title a,
.unio-selection-section h6.unio-card-brand {
    color: inherit;
}

/* Load more button — outline λευκό πάνω σε μαύρο */
.unio-selection-section .unio-load-more {
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 50px!important;
    border: 2px solid #000000!important;
}

.unio-selection-section .unio-load-more:hover {
    background: #f7f6f5 !important;
    color: #000000 !important;
    border: 2px solid #f7f6f5!important;
}

/* ==========================================================
   RESPONSIVE — ίδια breakpoints με το υπόλοιπο site
========================================================== */
@media (max-width: 1024px) and (min-width: 769px) {
    .unio-selection-section {
        padding: 4rem 3rem;
    }
}

@media (max-width: 768px) {
    .unio-selection-section {
        padding: 4rem 1rem;
    }
}