.inquiry-item-image {
    padding: 1rem;
    border: solid 1px;
}

.inquiry-item-counter {
    position: absolute;
    background-color: #444444;
    border: 1px solid #fff;
    left: -0.6rem;
    top: -0.5rem;
    line-height: 1.6rem;
    width: 1.7rem;
    font-size: 1.15rem !important;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
}

#inquiryFormPage {

    .form-control {
        background-color: #ebebeb;
        border: none;
    }

    textarea {
        height: 5.5rem;
    }

    .inquiry-item-fieldset {
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-bottom: 2px #ebebeb solid;

        .inquiry-fieldset-header {
            font-weight: 600;
        }
    }

    #inquiryFormPage-fieldsetContact {
        .form-group {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            .form-label {
                color: #444444;
            }
        }
    }

    .submit {
        padding-top: 3rem;
    }

    .inquiry-item-delete {
        background: transparent;
        color: #444444;
        border: solid 1px #444444;

        &:hover, &:active, &:focus {
            background: #ec6602;
            border: solid 1px #ec6602;
            color: white;
        }
    }
}

.inquiry-fieldset-header {
    margin-bottom: 1rem;
}
