.evt-dot-startausgabe {
  margin: 14px 0 12px 0;
  padding: 12px 14px;
  border: 1px solid #dfe3ec;
  border-top: 2px solid #070b45;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
  font-family: inherit;
  color: #070b45;
}

.evt-dot-startausgabe__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.evt-dot-startausgabe__text {
  position: relative;
  padding-left: 0;
}

.evt-dot-startausgabe__text::before {
  content: none;
}

.evt-dot-startausgabe__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #070b45;
  letter-spacing: 0.01em;
}

.evt-dot-startausgabe__hint {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
  color: #596078;
}

.evt-dot-startausgabe__field {
  min-width: 235px;
  flex: 1 1 235px;
  max-width: 320px;
}

.evt-dot-startausgabe select {
  width: 100%;
  min-height: 46px;
  padding: 10px 38px 10px 14px;
  border-radius: 10px;
  border: 1px solid #dfe3ec;
  background-color: #ffffff;
  font-family: inherit;
  color: #070b45;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.evt-dot-startausgabe select:hover {
  border-color: #070b45;
  background-color: #ffffff;
}

.evt-dot-startausgabe select:focus {
  outline: none;
  border-color: #070b45;
  box-shadow: 0 0 0 3px rgba(7, 11, 69, 0.08);
}

@media (max-width: 480px) {
  .evt-dot-startausgabe {
    padding: 12px;
  }

  .evt-dot-startausgabe__field {
    min-width: 100%;
    max-width: none;
  }
}
