.ast-birth-chart__date {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.ast-birth-chart__date legend {
    margin: 0 0 7px;
    color: #174f53;
    font-size: 13px;
    font-weight: 850;
}

.ast-birth-chart__date > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 9px;
}

.ast-birth-chart__date label > span {
    color: #766b61;
    font-size: 11px;
}

.ast-birth-chart__date input[type="number"] {
    width: 100%;
    height: 50px;
    padding: 11px 8px;
    border: 1px solid #cdbda4;
    border-radius: 12px;
    background: #fff;
    color: #342d28;
    font-size: 16px;
    text-align: center;
    -moz-appearance: textfield;
}

.ast-birth-chart__date input[type="number"]:focus {
    border-color: #087276;
    outline: 3px solid rgba(8, 114, 118, .12);
}

.ast-birth-chart__date input::-webkit-inner-spin-button,
.ast-birth-chart__date input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.ast-birth-chart__time-group {
    min-width: 0;
}

.ast-birth-chart__time-group > label:first-child,
.ast-birth-chart__time-group input[type="time"] {
    width: 100%;
}

.ast-birth-chart__time-group .ast-birth-chart__unknown {
    min-height: 34px;
    margin-top: 7px;
    padding: 5px 2px;
    border: 0;
    background: transparent;
}

.ast-birth-chart__place {
    grid-column: 1 / -1;
}

/* Die Untertitel Tag/Monat/Jahr belegen eine eigene Zeile. Auf Desktop
   bekommt die Zeiteingabe denselben vertikalen Startpunkt wie die Datumsfelder. */
@media (min-width: 761px) {
    .ast-birth-chart__fields {
        column-gap: 24px;
        row-gap: 21px;
    }

    .ast-birth-chart__time-group input[type="time"] {
        margin-top: 18px;
    }
}

@media (max-width: 760px) {
    .ast-birth-chart__date > div {
        grid-template-columns: 1fr 1fr 1.25fr;
        gap: 7px;
    }

    .ast-birth-chart__date input[type="number"] {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 16px;
    }
}
