.misc-links-section {
  padding: 60px 5%;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  font-family: 'Arial', sans-serif;
}

.misc-links-box {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 800px;
  padding: 10px 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.misc-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  transition: opacity 0.2s ease;
}

.misc-link-item:hover {
  opacity: 0.8;
}

.misc-link-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.misc-link-divider {
  height: 1px;
  background-color: #eaeaea;
  width: 100%;
}
