.leeyxs-comment-section {
                margin: 16px 0 20px;
                padding: 18px;
                border: 1px solid rgba(255, 255, 255, .08);
                border-radius: 8px;
                background: rgba(255, 255, 255, .025);
                box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
                color: #e5eef7;
                scroll-margin-top: 82px;
            }

            .leeyxs-comment-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 14px;
                padding: 0 0 14px;
                border-bottom: 1px solid rgba(255, 255, 255, .08);
            }

            .leeyxs-comment-heading {
                display: grid;
                gap: 3px;
                min-width: 0;
            }

            .leeyxs-comment-heading h2 {
                margin: 0;
                color: #f3f7fb;
                font-size: 17px;
                line-height: 1.4;
                letter-spacing: 0;
            }

            .leeyxs-comment-heading p,
            .leeyxs-comment-notes,
            .leeyxs-comment-email-note {
                margin: 0;
                color: rgba(229, 238, 247, .62);
                font-size: 12px;
                line-height: 1.6;
            }

            .leeyxs-comment-feedback-button {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                min-height: 34px;
                padding: 0 12px;
                border: 1px solid rgba(54, 190, 235, .32);
                border-radius: 6px;
                background: rgba(18, 151, 199, .16);
                color: #fff !important;
                font-size: 13px;
                font-weight: 700;
                white-space: nowrap;
                box-shadow: none;
                transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
            }

            .leeyxs-comment-feedback-button:hover {
                transform: translateY(-1px);
                border-color: rgba(54, 190, 235, .58);
                background: rgba(18, 151, 199, .28);
            }

            .leeyxs-comment-section .comment-respond,
            .leeyxs-comment-list-wrap {
                padding: 14px 0 0;
            }

            .leeyxs-comment-section .comment-respond {
                margin: 0;
                border-top: 1px solid rgba(255, 255, 255, .07);
            }

            .leeyxs-comment-section .comment-respond:first-child,
            .leeyxs-comment-list-wrap + .comment-respond {
                margin-top: 14px;
            }

            .leeyxs-comment-section .comment-reply-title {
                margin: 0 0 5px;
                color: #f3f7fb;
                font-size: 15px;
                line-height: 1.45;
                letter-spacing: 0;
            }

            .leeyxs-comment-section #commentform {
                display: grid;
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                gap: 11px 12px;
                margin-top: 12px;
            }

            .leeyxs-comment-section #commentform > p {
                min-width: 0;
                margin: 0;
            }

            .leeyxs-comment-section .comment-notes,
            .leeyxs-comment-section .comment-form-comment,
            .leeyxs-comment-section .form-submit {
                grid-column: 1 / -1;
            }

            .leeyxs-comment-section label {
                display: block;
                margin: 0 0 5px;
                color: rgba(229, 238, 247, .82);
                font-size: 12px;
                font-weight: 700;
                line-height: 1.4;
            }

            .leeyxs-comment-list {
                display: grid;
                gap: 9px;
                margin: 0;
                padding-left: 0;
                list-style: none;
            }

            .leeyxs-comment-list .comment-body {
                padding: 11px 12px;
                border: 1px solid rgba(255, 255, 255, .07);
                border-radius: 6px;
                background: rgba(13, 16, 21, .24);
            }

            .leeyxs-comment-list .comment-author {
                display: flex;
                align-items: center;
                min-height: 36px;
                color: rgba(229, 238, 247, .72);
                font-size: 12px;
            }

            .leeyxs-comment-list .comment-author .avatar {
                flex: 0 0 36px;
                width: 36px !important;
                min-width: 36px !important;
                max-width: 36px !important;
                height: 36px !important;
                min-height: 36px !important;
                max-height: 36px !important;
                margin: 0 9px 0 0 !important;
                padding: 0 !important;
                border: 1px solid rgba(255, 255, 255, .1);
                border-radius: 50% !important;
                background: #edf3f7;
                object-fit: cover !important;
            }

            .leeyxs-comment-list .comment-author .fn {
                color: #eef5fb;
                font-style: normal;
                font-weight: 700;
            }

            .leeyxs-comment-list .comment-meta {
                margin: -12px 0 8px 45px;
                line-height: 1.4;
            }

            .leeyxs-comment-list .comment-meta a,
            .leeyxs-comment-list .reply a {
                color: rgba(104, 203, 239, .82);
            }

            .leeyxs-comment-list .comment-body > p,
            .leeyxs-comment-list .reply {
                margin: 7px 0 0 45px;
                line-height: 1.65;
            }

            .leeyxs-comment-list .children {
                margin: 8px 0 0 18px;
                padding: 0;
                list-style: none;
            }

            .leeyxs-comment-list .comment-meta,
            .leeyxs-comment-list .reply {
                font-size: 12px;
            }

            .leeyxs-comment-empty {
                margin: 0;
                color: rgba(229, 238, 247, .58);
                font-size: 12px;
                line-height: 1.6;
            }

            .leeyxs-comment-section input[type="text"],
            .leeyxs-comment-section input[type="email"],
            .leeyxs-comment-section textarea {
                display: block;
                width: 100%;
                max-width: 100%;
                border: 1px solid rgba(255, 255, 255, .11) !important;
                border-radius: 6px !important;
                background: rgba(12, 15, 20, .5) !important;
                color: #eef5fb !important;
                box-shadow: none !important;
                outline: 0;
                transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
            }

            .leeyxs-comment-section input[type="text"],
            .leeyxs-comment-section input[type="email"] {
                height: 40px;
                padding: 0 11px !important;
                line-height: 40px;
            }

            .leeyxs-comment-section textarea {
                min-height: 104px;
                height: 104px;
                padding: 10px 11px !important;
                line-height: 1.65;
                resize: vertical;
            }

            .leeyxs-comment-section input::placeholder,
            .leeyxs-comment-section textarea::placeholder {
                color: rgba(229, 238, 247, .38);
            }

            .leeyxs-comment-section input:focus,
            .leeyxs-comment-section textarea:focus {
                border-color: rgba(38, 175, 224, .62) !important;
                background: rgba(12, 15, 20, .72) !important;
                box-shadow: 0 0 0 3px rgba(24, 167, 219, .1) !important;
            }

            .leeyxs-comment-email-note {
                display: block;
                margin-top: 4px;
            }

            .leeyxs-comment-section .form-submit .submit,
            .leeyxs-comment-section button[type="submit"] {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 36px;
                padding: 0 15px;
                border: 1px solid rgba(70, 199, 235, .38);
                border-radius: 6px;
                background: #168fbd;
                color: #fff;
                font-size: 13px;
                font-weight: 700;
                box-shadow: 0 6px 14px rgba(0, 93, 139, .18);
                transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
            }

            .leeyxs-comment-section .form-submit {
                display: flex;
                justify-content: flex-end;
            }

            .leeyxs-comment-section .form-submit .submit:hover,
            .leeyxs-comment-section button[type="submit"]:hover {
                transform: translateY(-1px);
                background: #19a3d5;
                box-shadow: 0 8px 18px rgba(0, 93, 139, .26);
            }

            .leeyxs-comment-homepage-field {
                position: absolute !important;
                left: -9999px !important;
                width: 1px !important;
                height: 1px !important;
                overflow: hidden !important;
            }

            .comment-form-url,
            .comment-form-cookies-consent {
                display: none !important;
            }

            @media (max-width: 767px) {
                .leeyxs-comment-section {
                    margin: 12px 0 16px;
                    padding: 14px 12px;
                    border-radius: 8px;
                }

                .leeyxs-comment-header {
                    display: grid;
                    grid-template-columns: minmax(0, 1fr) auto;
                    gap: 9px;
                    padding-bottom: 12px;
                }

                .leeyxs-comment-feedback-button {
                    min-height: 32px;
                    padding: 0 10px;
                }

                .leeyxs-comment-section #commentform {
                    grid-template-columns: 1fr;
                    gap: 10px;
                }

                .leeyxs-comment-section #commentform > p {
                    grid-column: 1;
                }

                .leeyxs-comment-section textarea {
                    min-height: 94px;
                    height: 94px;
                }

                .leeyxs-comment-list .children {
                    margin-left: 12px;
                }

                body.leeyxs-comment-section-visible #leeyxs-live-pet {
                    display: none !important;
                }
            }
