
.product-note-container {
    display: flex;
    align-items: start;
    gap: 15px;
}

.product-note-container:not(.cwpn-cart) {
    margin-bottom: 30px;
    margin-top: 20px;
}

.product-note-container > div > textarea {
    width: 100%;
    min-width: 80px;
    resize: vertical;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    direction:ltr;
    display:block;
    max-width:100%;
    line-height:1.5;
    border:1px solid #f2f2f2;
    transition:box-shadow 0.5s ease;
    box-shadow:0 4px 6px rgba(0,0,0,0.1);
    background:-o-linear-gradient(#fafafa, #f2f2f2);
    background:-ms-linear-gradient(#fafafa, #f2f2f2);
    background:-moz-linear-gradient(#fafafa, #f2f2f2);
    background:-webkit-linear-gradient(#fafafa, #f2f2f2);
    background:linear-gradient(#fafafa, #f2f2f2);
    height:100%;
    margin-bottom: 10px;
}

.product-note-container > i {
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding-top: 10px;
}

small {
    font-size: 75% !important;
}