/* =========================================
   ΤΙΤΛΟΣ ΠΡΟΒΕΒΛΗΜΕΝΩΝ ΕΠΙΧΕΙΡΗΣΕΩΝ
   ========================================= */

/* Το anonymous div που βρίσκεται αμέσως μετά την εικόνα */
.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1
> [class*="col-"]
> div:not(.views-field) {
  margin: 0;
  padding: 10px 12px;

  background: #f4f7fa;

  text-align: center;

  border-radius: 0 0 12px 12px;

  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
}


/* Το πραγματικό κείμενο του τίτλου */
.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1
> [class*="col-"]
> div:not(.views-field)
> span {
  display: block;

  color: #17324d;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;

  text-align: center;
}



.gosamos-home-featured-businesses
.views-field-field-image .field-content,
.gosamos-home-featured-businesses
.views-field-field-image a {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.gosamos-home-featured-businesses
.views-field-field-image img {
  margin: 0 !important;
  border-radius: 0 !important;
}

/* Για να κάτσουν κέντρο ευθιγραμμισμένες */
/* =========================================
   ΚΕΝΤΡΑΡΙΣΜΑ ΠΡΟΒΕΒΛΗΜΕΝΩΝ ΕΠΙΧΕΙΡΗΣΕΩΝ
   ========================================= */

.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;

  gap: 28px;

  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* Desktop - compact κάρτες */
@media (min-width: 992px) {

  .gosamos-home-featured-businesses
  #views-bootstrap-banner-stin-1i-selida-block-1
  > [class*="col-"] {
    flex: 0 0 230px !important;
    width: 230px !important;
    max-width: 230px !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Βγάζει το underline από τίτλους */
/* =========================================
   PREMIUM TITLES – ΧΩΡΙΣ UNDERLINE
   ========================================= */

.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1
> [class*="col-"]
> div:not(.views-field)
a {
  color: #17324d !important;
  text-decoration: none !important;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;

  transition: color 0.2s ease;
}


/* Hover */
.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1
> [class*="col-"]
> div:not(.views-field)
a:hover,
.gosamos-home-featured-businesses
#views-bootstrap-banner-stin-1i-selida-block-1
> [class*="col-"]
> div:not(.views-field)
a:focus {
  color: #0877b9 !important;
  text-decoration: none !important;
}