.burke-product-comment-field,
.bundle-options-container .burke-product-comment-field,
.bundle-options-container .field.choice .burke-product-comment-field {
    display: block !important;
    clear: both !important;
    margin: 8px 0 0 24px !important;
    padding: 0 !important;
    max-width: 520px !important;
    position: relative !important;
    z-index: 1 !important;
}

.burke-product-comment-field .burke-product-comment-input,
.bundle-options-container .burke-product-comment-field .burke-product-comment-input,
.bundle-options-container .field.choice .burke-product-comment-field .burke-product-comment-input {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 24px 0 !important;
}

.burke-product-comment-field .burke-product-comment-spacer,
.bundle-options-container .burke-product-comment-field .burke-product-comment-spacer {
    display: block !important;
    clear: both !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}

.field.choice.burke-product-comment-active {
    padding-bottom: 0 !important;
}


.burke-standalone-product-comment {
    margin: 16px 0 20px;
    padding: 16px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
.burke-standalone-product-comment label {
    display: block;
    margin-bottom: 10px;
    color: var(--porto-primary-color, var(--theme__color__primary, #008c8c));
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}
.burke-standalone-product-comment.is-required label:after {
    content: ' *';
    color: #e02b27;
}
.burke-standalone-product-comment textarea {
    width: 100%;
    min-height: 72px;
    height: 72px;
    resize: vertical;
    box-sizing: border-box;
}
.burke-product-comment-counter {
    margin-top: 6px;
    text-align: right;
    font-size: 12px;
    color: #666;
}

/* Keep the standalone Product Comments field independent of PrintQ's own
   optional Comments wrapper so toggling PrintQ Comments cannot hide it. */
.burke-standalone-product-comment-host {
    display: block !important;
    visibility: visible !important;
    clear: both;
}
