/* Specific styles for MC Model + Årgang and Kommentar fields */
.form-group.m-custom-data-id-4 input[type="text"],
.form-group.m-custom-data-id-5 input[type="text"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    height: 2.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: #fff;
    border: 1px solid #d1d5db; 
}

/* Responsive styles for the two specific fields on larger screens */
@media (min-width: 768px) {
    .form-group.m-custom-data-id-4 input[type="text"],
    .form-group.m-custom-data-id-5 input[type="text"] {
        height: 3rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

/* Spacing between the two specific fields */
.form-group.m-custom-data-id-5 {
    margin-top: 0.45rem !important;
}
