.add-details-form {
    display: flex;
    flex-direction: column;
}

.button-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.input-field {
    flex: 1;
    margin-right: 5px;
}

.action-button {
    flex: 1;
}
