@media(min-width: 990px) {

    .page-id-908 .cop__booking-form form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        font-size: 16px;
    }
}

.cop__member__wrapper {
    display: flex;
    gap: 5px;
}

input:focus-visible {
    border: 1px solid #000 !important;
}

.page-id-908 .coptikk-app .cop__member__name,
.coptikk-app .cop__header,
.coptikk-app .cop__header_with_sub {
    padding-top: 0;
    font-size: 16px;
}

.coptikk-app .cop__member__description {

    font-size: 16px;
}

.page-id-908 .coptikk-booking-embed {
    background-color: #fff;
    padding: 40px;
}

.page-id-908 form.user-form {
    display: grid;
    grid-template-columns: 1fr;

}

.maksimer-booking-explaination {
    padding: 40px 80px;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

.coptikk-app .arrow-down_icon-wrapper .store-field {
    width: 100%;
    border-radius: 0px;
    color: #000 !important;
    border: 1px solid #000;
    background-color: #fff;
}

.coptikk-app .arrow-down_icon-wrapper .store-field::placeholder {
    color: #000;
}

.coptikk-app select.custom-select {
    border-radius: 0px;
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: #fff;
}

.cop__big-text-container {
    border-radius: 0px;
}

.coptikk-app [type=color],
.coptikk-app [type=date],
.coptikk-app [type=datetime-local],
.coptikk-app [type=datetime],
.coptikk-app [type=email],
.coptikk-app [type=month],
.coptikk-app [type=number],
.coptikk-app [type=password],
.coptikk-app [type=search],
.coptikk-app [type=tel],
.coptikk-app [type=text],
.coptikk-app [type=time],
.coptikk-app [type=url],
.coptikk-app [type=week],
.coptikk-app textarea {
    border-radius: 0px;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.coptikk-app .cop .return-btn {
    border-radius: 0px;
    width: 50%;
    background-color: #2a382f;
    border: none;
    color: white;
}

.coptikk-app .cop .custom__input {
    border-radius: 0px;
}

.coptikk-app .cop .fc-primary {
    color: #000;
}

.coptikk-app textarea,
.coptikk-app .cop__sub-header {
    max-width: 100%;
}

.maksimer-velg-bestill a {
    background-color: #908A86;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 50%;
}

.maksimer-btn-alignright {
    display: flex;
    justify-content: flex-end;
}

.maksimer-btn-alignleft {
    display: flex;
    justify-content: flex-start;
}


.page-id-908 .page-heading {
    padding-bottom: 25px;
}

.page-id-908 .member-label {
    display: none;
}

.page-id-908 .cop__sub-header {
    font-weight: bold;
}

.coptikk-app .arrow-down_icon-wrapper .store-field {
    font-size: .9rem;
}

@media(max-width: 990px) {

    .coptikk-app textarea,
    .coptikk-app .cop__sub-header {
        max-width: 100%;
    }

    .maksimer-velg-bestill a {
        background-color: #908A86;
        padding: 10px 30px;
        color: white;
        text-decoration: none;
        display: flex;

        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .coptikk-app .cop .cop__date-group {
        width: 100%;
    }

    .coptikk-app .cop .return-btn {

        width: 100%;

    }

    .coptikk-app .small-6 {
        max-width: 100%;
    }

    .maksimer-velg-bestill .col {
        margin-bottom: 20px;
    }


}