/**
 * Cart
 */
.checkout-cart-index .order-comment label {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 700;
    padding: .75rem;
    font-size: 1em;
}

.checkout-cart-index .order-comment textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
}

/**
 * Checkout
 */
.checkout-index-index .order-comment span.action {
    color: #000 !important;
}

.order-comment-content {
    padding: 0 0 20px 22px;
}

.checkout-index-index .order-comment form,
.checkout-index-index .order-comment textarea {
    width: 100%;
    max-width: initial;
}

.checkout-index-index .order-comment label {
    display: none;
}

.checkout-index-index .order-comment textarea {
    height: 100px;
    padding: 5px 10px;
}