.drk-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-top: 2rem;
  border-top: 2px solid var(--drk-red);
}

.drk-footer-left {
  color: var(--drk-text-muted);
  font-size: 0.85rem;
}

.drk-footer-right a {
  color: var(--drk-blue);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.15s ease-in-out;
}

.drk-footer-right a:hover {
  color: var(--drk-red);
  text-decoration: underline;
}

.drk-footer-separator {
  color: var(--drk-text-muted);
  margin: 0 0.5rem;
}
