/* Footer */
footer .uk-nav {
  display: flex;
  flex-direction: column;
}

/* Responsive fixes */
/* Responsive fixes */
@media (min-width: 960px) {
  footer .uk-nav {
    column-gap: 1.8em;
    flex-direction: row;
    justify-content: end;
  }
}

/* Botón CTA */
.cta-button a {
    font-size: 15px;
    font-weight: 600;
    outline: 1px solid #303033;
    outline-offset: 3px;
}

/* Comentarios */
#reviews img.person {
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px;
    padding: 3px;
    width: 60px;
}
#reviews blockquote footer {
    margin-top: 20px;
}
#reviews .stars.uk-margin {
    margin: -40px 0 0 73px !important;
}

/* Carta */
.minimalist-accordion__title,
.minimalist-noanim-accordion__title,
.minimalist-css-accordion__title {
  font-size: 1.25em;
}

.plate-name {
  font-size: 100%;
}

.plate-description {
  font-size: 80%;
}

/* Banner Top */
div#module-116.banner p {
    font-size: 16px;
}