        .pf-compact-post-head .pf-ai-chat-strip {
            margin: 14px 0 18px;
        }

        .pf-compact-post-head .pf-ai-chat-strip__heading {
            margin: 0 0 10px;
            color: #233650;
            font-family: "Public Sans", sans-serif;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.35;
        }

        .pf-compact-post-head .pf-ai-chat-strip__buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }

        .pf-compact-post-head .pf-ai-chat-strip__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            min-height: 40px;
            padding: 8px 18px;
            border: 1px solid rgba(22, 49, 57, 0.22) !important;
            border-radius: 999px !important;
            background: #f7f7f7 !important;
            background-color: #f7f7f7 !important;
            color: #071b35 !important;
            font-family: "Public Sans", sans-serif;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: 0;
            text-decoration: none !important;
            text-transform: none;
            box-shadow: none !important;
            cursor: pointer;
            transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
        }

        .pf-compact-post-head .pf-ai-chat-strip__button:hover,
        .pf-compact-post-head .pf-ai-chat-strip__button:focus {
            border-color: rgba(75, 51, 46, 0.38) !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            color: #071b35 !important;
            transform: translateY(-1px);
        }

        .pf-compact-post-head .pf-ai-chat-strip__button::before,
        .pf-compact-post-head .pf-ai-chat-strip__button::after {
            content: none !important;
            display: none !important;
        }

        .pf-compact-post-head .pf-ai-chat-strip__button img {
            display: block;
            width: 20px;
            height: 20px;
            flex: 0 0 20px;
            object-fit: contain;
        }

        .pf-compact-post-head .pf-single-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin: 18px 0 22px;
            align-items: flex-start;
        }

        .pf-compact-post-head .pf-single-preferred-source,
        .pf-compact-post-head .pf-single-share__button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-height: 42px;
            padding: 8px 16px;
            border: 1px solid rgba(22, 49, 57, 0.18) !important;
            border-radius: 999px !important;
            background: #f8faf9 !important;
            color: #163139 !important;
            box-shadow: none !important;
            font-family: inherit;
            font-size: 14px;
            line-height: 1.15;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: none;
            text-decoration: none !important;
            cursor: pointer;
            transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
        }

        .pf-compact-post-head .pf-single-preferred-source:hover,
        .pf-compact-post-head .pf-single-preferred-source:focus,
        .pf-compact-post-head .pf-single-share__button:hover,
        .pf-compact-post-head .pf-single-share__button:focus,
        .pf-compact-post-head .pf-single-share__button[aria-expanded="true"] {
            border-color: rgba(75, 51, 46, 0.32) !important;
            background: #ffffff !important;
            background-color: #ffffff !important;
            color: #163139 !important;
            transform: translateY(-1px);
        }

        .pf-compact-post-head .pf-single-preferred-source {
            width: auto;
            max-width: 100%;
        }

        .pf-compact-post-head .pf-single-preferred-source__icon {
            display: block;
            width: 24px;
            height: 24px;
            flex: 0 0 24px;
            object-fit: contain;
        }

        .pf-compact-post-head .pf-single-share {
            position: relative;
        }

        .pf-compact-post-head .pf-single-share__button {
            min-width: 132px;
            justify-content: center;
        }

        .pf-compact-post-head .pf-single-share__button-icon {
            color: #e95f25;
            font-size: 17px;
            line-height: 1;
        }

        .pf-compact-post-head .pf-single-share__menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            z-index: 300;
            min-width: 210px;
            padding: 0;
            overflow: hidden;
            border: 1px solid rgba(22, 49, 57, 0.13);
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 18px 45px rgba(22, 49, 57, 0.16);
        }

        .pf-compact-post-head .pf-single-share__menu a,
        .pf-compact-post-head .pf-single-share__menu button {
            display: flex;
            width: 100%;
            min-height: 46px;
            align-items: center;
            gap: 14px;
            padding: 11px 16px;
            border: 0 !important;
            border-bottom: 1px solid rgba(22, 49, 57, 0.08) !important;
            border-radius: 0 !important;
            background: #fff !important;
            color: #163139 !important;
            box-shadow: none !important;
            font: inherit;
            font-size: 16px;
            line-height: 1.25;
            letter-spacing: 0;
            text-align: left;
            text-transform: none;
            text-decoration: none !important;
            cursor: pointer;
        }

        .pf-compact-post-head .pf-single-share__menu a:last-child,
        .pf-compact-post-head .pf-single-share__menu button:last-child {
            border-bottom: 0 !important;
        }

        .pf-compact-post-head .pf-single-share__menu a:hover,
        .pf-compact-post-head .pf-single-share__menu button:hover {
            background: #f8f6f3 !important;
        }

        .pf-compact-post-head .pf-single-share__menu i {
            width: 22px;
            color: #5f716f;
            font-size: 22px;
            text-align: center;
        }

        .pf-compact-post-head .pf-single-share__menu .fa-whatsapp {
            color: #25d366;
        }

        .pf-compact-post-head .pf-single-share__menu .fa-facebook-f {
            color: #1877f2;
        }

        .pf-compact-post-head .pf-single-share__menu .fa-linkedin-in {
            color: #0a66c2;
        }

        .pf-compact-post-head .pf-single-share__menu .fa-instagram {
            color: #e4405f;
        }

        section.pf-compact-post-head .pf-single-actions .pf-single-share > button.pf-single-share__button,
        section.pf-compact-post-head .pf-single-actions .pf-single-share > button.pf-single-share__button:hover,
        section.pf-compact-post-head .pf-single-actions .pf-single-share > button.pf-single-share__button:focus,
        section.pf-compact-post-head .pf-single-actions .pf-single-share > button.pf-single-share__button[aria-expanded="true"] {
            border: 1px solid rgba(22, 49, 57, 0.18) !important;
            background: #f8faf9 !important;
            color: #163139 !important;
            box-shadow: none !important;
        }

        section.pf-compact-post-head .pf-single-actions .pf-single-share__menu > button,
        section.pf-compact-post-head .pf-single-actions .pf-single-share__menu > button:hover,
        section.pf-compact-post-head .pf-single-actions .pf-single-share__menu > button:focus {
            background: #ffffff !important;
            color: #163139 !important;
            box-shadow: none !important;
        }

        section.pf-compact-post-head .pf-single-actions .pf-single-share__menu > button:hover,
        section.pf-compact-post-head .pf-single-actions .pf-single-share__menu > a:hover {
            background: #f8f6f3 !important;
        }

        @media (max-width: 767px) {
            .pf-compact-post-head .pf-ai-chat-strip {
                margin: 12px 0 16px;
            }

            .pf-compact-post-head .pf-ai-chat-strip__heading {
                font-size: 15px;
            }

            .pf-compact-post-head .pf-ai-chat-strip__buttons {
                gap: 8px;
            }

            .pf-compact-post-head .pf-ai-chat-strip__button {
                min-height: 36px;
                padding: 7px 12px;
                font-size: 13px;
            }

            .pf-compact-post-head .pf-ai-chat-strip__button img {
                width: 18px;
                height: 18px;
                flex-basis: 18px;
            }

            .pf-compact-post-head .pf-single-actions {
                gap: 10px;
                margin: 16px 0 20px;
            }

            .pf-compact-post-head .pf-single-preferred-source,
            .pf-compact-post-head .pf-single-share__button {
                min-height: 40px;
                padding: 8px 12px;
                font-size: 13px;
            }

            .pf-compact-post-head .pf-single-preferred-source {
                width: auto;
            }

            .pf-compact-post-head .pf-single-share__button {
                min-width: 104px;
            }
        }
