.femidea-footer-meta {
  gap: 10px 20px;
}

.femidea-footer-meta small {
  opacity: 0.9;
}

.femidea-footer-meta .meducase-credit {
  font-size: 12px;
  letter-spacing: 0.01em;
  opacity: 0.58;
  white-space: nowrap;
}

.femidea-footer-meta .meducase-credit a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
  transition: opacity 0.2s ease;
}

.femidea-footer-meta .meducase-credit a:hover,
.femidea-footer-meta .meducase-credit a:focus-visible {
  opacity: 1;
}

@media (max-width: 1024px) {
  .femidea-footer-meta .meducase-credit {
    order: 3;
    width: 100%;
    white-space: normal;
  }
}
