#wrapper #content-wrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

#js-time-select {
    cursor: pointer;
}

#module-prautoservice-form .form-hold {
    padding: 33px;
}

.form-confirm-button {
    margin-top: 13px;
}

.time-selection-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: 'contant' 'footer';
    gap: 1em;
}

.time-selection-content {
    grid-area: contant;
}

.time-selection-footer {
    grid-area: footer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry > *:last-child {
    margin-bottom: 0;
}