.mmcaed {
  height: 100%;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
}

.mmcaed img {
  transition: all 0.2s ease-in-out;
}

.mmcaed .card-title {
  font-size: 1.222rem;
  font-family: "Whitney Regular", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  margin-bottom: 0;
}

@media (min-width: 830px) {
  .mmcaed .card-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}

.mmcaed .card-category {
  font-size: 0.85rem;
  text-transform: uppercase;
  display: block;
  border-bottom: 0.85px solid;
  margin-bottom: 0.85rem;
}

.mmcaed p.card-text {
  color: #1d1e20;
}

.widget.gsc-icon-box.mmcaed:focus,
.widget.gsc-icon-box.mmcaed:hover {
  background-color: #8b9090;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #ffffff !important;
}

.mmcaed:focus img,
.mmcaed:hover img {
  -webkit-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

/* Νέος χρήστης κουμπί (Driver.js tour trigger) δίπλα στο λογότυπο */
.gva-new-user-tour-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #1d1e20;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Στο topbar, δίπλα στις σημαίες */
header .topbar .gva-new-user-tour-btn {
  margin-top: 0;
  margin-left: 8px;
  vertical-align: middle;
}

header.header-v2 .gva-new-user-tour-btn {
  background: rgba(255, 255, 255, 0.92);
}

.gva-new-user-tour-btn:hover,
.gva-new-user-tour-btn:focus {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.gva-new-user-tour-btn i {
  font-size: 14px;
}

@media (max-width: 991px) {
  .gva-new-user-tour-btn__text {
    display: none;
  }
}


.widget.gsc-icon-box.top-left-title .highlight_content {
  padding: 0;
  text-align: center!important;
  position: relative;
  margin: auto!important;
  
  }

  .widget.gsc-icon-box.top-left-title .highlight_content .desc {
    line-height: 28px;
    word-wrap: break-word;
    margin: auto!important;
    text-align: center!important;

  }

  div.breadcrumb-content-main h2.page-title{
    color:white;
    }
    
    div.breadcrumb-content-main .breadcrumb-links li{
      color:white!important;
      } 
    div.breadcrumb-content-main .breadcrumb-links li a {
    color:white!important;
    } 

    div.breadcrumb-content-main .breadcrumb-links li a:hover {
      color: #7383BE!important;
      } 