.cart-table .cce-delivery-service-comment-form {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

@media screen and (max-width: 1024px) {
    .cart-table .cce-delivery-service-comment-form {
        margin-right: -20px;
        width: calc(100% + 30px);
    }
}

.cce-delivery-service-comment-form {
    background: #FBFAF7;
    padding: 24px 20px;
}

.cce-delivery-service-comment-form .comment-form-wrapper {
    background: #EFECE3;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 5px;
}

.cce-delivery-service-comment-form .form-section {
    display: flex;
    flex-direction: column;
}

.cce-delivery-service-comment-form .form-section .form-title-group {
    display: flex;
    align-items: center;
    gap: 2px 16px;
}

.cce-delivery-service-comment-form .form-section .error {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #EA3D2F;
}

.cce-delivery-service-comment-form .form-section .error i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.cce-delivery-service-comment-form .form-section .form-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
}

.cce-delivery-service-comment-form .form-section .form-title span {
    font-weight: 400;
}

.cce-delivery-service-comment-form .form-section .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cce-delivery-service-comment-form .form-section .form-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}

.cce-delivery-service-comment-form .form-section .form-subtitle span {
    text-decoration: underline;
}

.cce-delivery-service-comment-form .form-section .form-input-group {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cce-delivery-service-comment-form .form-section .form-input-group.emoji-group {
    gap: 8px 5px;
}

.cce-delivery-service-comment-form .form-section .custom-radio {
    cursor: pointer;
    margin: unset;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3E3E3E;
    position: relative;
    min-width: max-content;
}

.cce-delivery-service-comment-form.complete .form-section .custom-radio {
    pointer-events: none;
}

.cce-delivery-service-comment-form .form-section .custom-radio label {
    display: none !important;
}

.cce-delivery-service-comment-form .form-section .custom-radio input {
    display: flex !important;
    align-items: center;
    justify-content: center;
    appearance: none;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #CDCDCD;
    background: #ffffff;
    outline: unset;
    cursor: pointer;
    border-radius: 100%;
    margin: unset;
}

.cce-delivery-service-comment-form.complete .form-section .custom-radio input:not(:checked) {
    background: #ECEAE6;
}

.cce-delivery-service-comment-form .form-section .custom-radio input:checked {
    border-color: #9D0229;
    background-color: transparent;
}

.cce-delivery-service-comment-form .form-section .custom-radio input:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #9D0229;
}

.cce-delivery-service-comment-form .form-section .emoji-radio input {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.cce-delivery-service-comment-form .form-section .emoji-radio .emoji {
    border: 2px solid transparent;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cce-delivery-service-comment-form .form-section .emoji-radio .emoji img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.cce-delivery-service-comment-form .form-section .emoji-radio input:checked~.emoji {
    background-color: #FBFAF7;
    border-color: #9D0229;
}


.cce-delivery-service-comment-form .form-section .input-tips {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #7B7B7B;
    margin-left: 3px;
}

.cce-delivery-service-comment-form .form-section textarea {
    width: 100%;
    height: 102px;
    padding: 9px 13px;
    resize: none;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.cce-delivery-service-comment-form.complete textarea,
.cce-delivery-service-comment-form .form-section textarea:read-only {
    color: #7B7B7B;
    background: #EFEFEF;
}

.cce-delivery-service-comment-form .form-section textarea::placeholder {
    color: #CDCDCD;
}

.cce-delivery-service-comment-form .form-section .tips {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #7B7B7B;
}

.cce-delivery-service-comment-form .form-section .tips .sub {
    display: list-item;
    margin-left: 20px;
}

.cce-delivery-service-comment-form .sumbit-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cce-delivery-service-comment-form .sumbit-group .submit-msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9D0229;
    text-align: center;
}

.cce-delivery-service-comment-form.complete .sumbit-group .submit-msg {
    display: flex;
}

.cce-delivery-service-comment-form .sumbit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    padding: 0 24px;
    border-radius: 5px;
    border: 1px solid #9d0229;
    color: #ffffff;
    background-color: #9d0229;
    width: fit-content;
    min-width: 180px;
}

.cce-delivery-service-comment-form .sumbit-btn:hover {
    color: #9d0229;
    background-color: #ffffff;
}

.cce-delivery-service-comment-form.complete .sumbit-btn,
.cce-delivery-service-comment-form .sumbit-btn:disabled {
    background: #CDCDCD;
    border-color: #CDCDCD;
    pointer-events: none;
}

.cce-delivery-service-comment-form .section-a {
    gap: 16px;
    counter-reset: stepNum;
}

.cce-delivery-service-comment-form .section-a .form-row {
    counter-increment: stepNum;
}

.cce-delivery-service-comment-form .section-a .form-subtitle::before {
    content: counter(stepNum)". ";
}

.cce-delivery-service-comment-form .section-b {
    gap: 8px;
}

@media screen and (max-width: 768px) {

    .cce-delivery-service-comment-form .form-section .form-title-group,
    .cce-delivery-service-comment-form .form-section .form-row,
    .cce-delivery-service-comment-form .form-section .form-input-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .cce-delivery-service-comment-form .form-section .form-input-group.emoji-group {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cce-delivery-service-comment-form .form-section .input-tips {
        flex-basis: 100%;
        margin-left: unset;
    }

    .cce-delivery-service-comment-form .form-section textarea {
        height: 144px;
    }

    .cce-delivery-service-comment-form .sumbit-btn {
        width: 100%;
    }

    .cce-delivery-service-comment-form .sumbit-group {
        flex-direction: column;
    }
}