.digiestete-footer {
  background-color: #2E154E;
  padding: 40px 0;
}

.digiestete-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Left */
.digiestete-footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.digiestete-footer-logo {
  height: 36px;
  width: auto;
}

.digiestete-footer-left p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

/* Right */
.digiestete-footer-right {
  display: flex;
  gap: 20px;
}

.digiestete-footer-right a {
  color: #ffffff;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

.digiestete-footer-right a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  .digiestete-footer-row {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
