.acb_comment {
    display: flex;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 20px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
    gap: 24px;
    transition: all 0.3s ease;

    .acb_left h3 {
        display: flex;
        gap: 7px;
        align-items: center;
    }

    .acb_left {
        box-shadow: 7px 0px 12px 0px rgba(201, 201, 201, 0.47);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 1px 1px #008080;

        label {
            cursor: pointer;
        }

        .media-feature {
            display: flex;
        }

    }


    .acb_left,
    .acb_right,
    .acb_video {
        flex: 1;
        padding: 15px;
    }

    @media only screen and (max-width: 768px) {
        flex-direction: column;

        .acb_left,
        .acb_right,
        .acb_video {
            flex: 1;
            margin: 10px;
        }
    }

    .acb_left {
        h3 {
            margin-bottom: 10px;
        }

        .wpnts-switch-sitescriptmodification,
        .wpnts-switch-sitessecurityissues {
            // margin-bottom: 15px;
            margin-bottom: 35px;
            display: flex;
            align-items: center;
            position: relative;
            width: 95%;

            background: #FFFFFF;
            // height: 63px;
            padding: 14px;
            border-radius: 5px;

            &:hover {
                background: #f1f3f5;
            }

            label {
                margin-right: 10px;
                margin-left: 10px;
            }

            // PRO tag lock
            .wpnts_ispro.inactive {
                opacity: 0.5;
            }

            // PRO tag 
            p.PRO_TAG {
                position: absolute;
                left: 325px;
                color: white;
                background: #008080;
                border-radius: 8px;
                font-size: 10px;
                width: 27px;
                height: 15px;
                text-align: center;
                align-items: center;
                box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
            }

            p.NEW_TAG {
                position: absolute;
                left: 325px;
                top: 26px;
                z-index: 2;
                color: white;
                background: #147ed3;
                border-radius: 8px;
                font-size: 10px;
                width: 25px;
                height: 15px;
                text-align: center;
                align-items: center;
                box-shadow: 2px 4px 10px 1px rgba(201, 201, 201, 0.47);
            }

            .sitessecurity-supportSwitch-2,
            .sitessecurity-supportSwitch-3 {
                // position: absolute !important;
                right: 5px !important;
            }
        }

        svg.wcs_tooltip_icon {
            width: 15px;
            height: 15px;
        }
    }

    input#authorPaneltoMail {
        width: auto;
    }

    .formInput.global-apis {
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .acb_right {
        .formInput {
            width: 60%;

            textarea {
                height: 150px;
            }

            input {
                width: 100%;
                padding: 5px;
                border: none;
                border-bottom: 1px solid gray;
                // background-color: #F0F0F1;

                &:focus {
                    outline: none;
                    box-shadow: none;
                }

            }

            .wpnts-setting {
                position: relative;

                .passimg {
                    position: absolute;
                    left: 90px;
                    font-size: 18px;
                    top: -19px;
                }
            }
        }

        .save-webhook {
            width: 160px;
            padding: 10px;
            border: none;
            background-color: teal;
            color: white;
            font-weight: bold;
            cursor: pointer;
            float: left;
            margin-top: 10px;
        }

        .formInput .wpnts-setting select {
            border: none;
            border-bottom: 1px solid;
            background-color: #f1f1f1;
            padding: 10px;
            font-size: 16px;
            color: #333;
            border-radius: 4px;
            appearance: none;
        }

        .formInput .wpnts-setting select:hover,
        .formInput .wpnts-setting select:focus {
            border-bottom: 2px solid;
            outline: none;
        }

        .formInput .wpnts-setting select::after {
            content: '\25BC';
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            pointer-events: none;
        }
    }

    .wpnts_ispro {
        align-items: center;
        display: flex;
    }

    .acb_video {
        .wcs-player-wrapper {
            position: relative;
            padding-top: 30%;
            border: 6px solid white;
            /* 16:9 aspect ratio */

            .wcs-react-player {
                position: absolute;
                top: 0;
                left: 0;
            }
        }
    }
}



// Responsive Styles
@media screen and (max-width: 1024px) {
    .acb_comment {
        flex-direction: column;
        padding: 16px;
        gap: 16px;

        .acb_left,
        .acb_right,
        .acb_video {
            width: 100%;
            padding: 16px;
        }

        .acb_right .formInput {
            width: 100%;
            max-width: none;
        }
    }
}

@media screen and (max-width: 768px) {
    .acb_comment {

        .wpnts-switch-sitescriptmodification,
        .wpnts-switch-sitessecurityissues {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;

            p.PRO_TAG,
            p.NEW_TAG {
                position: static;
                display: inline-block;
                margin-top: 8px;
            }
        }

        .parent-section .section-child {
            margin-left: 20px;
        }
    }
}

@media screen and (max-width: 480px) {
    .acb_comment {
        padding: 12px;

        .acb_left,
        .acb_right,
        .acb_video {
            padding: 12px;
        }

        .save-webhook {
            width: 100%;
        }

        .parent-section .section-child {
            margin-left: 0;

            select {
                margin-left: 0;
                margin-top: 8px;
                width: 100%;
            }
        }
    }
}