.custom-html-style img {
    zoom: 50%;
    border: 1px solid #d6dbdf !important;
    border-radius: 18px;
}

.custom-html-style p {
    font-family: SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin-top: 13px;
}

.custom-html-style ol, .custom-html-style ul {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}

.custom-html-style code {
    margin: 0 0.2em;
    padding-inline: 0.4em;
    padding-block: 0.2em 0.1em;
    font-size: 85%;
    font-family: sfmono-regular,Consolas,liberation mono,Menlo,Courier,monospace;
    font-weight: 700;
    background: rgba(150,150,150,.1);
    border: 1px solid rgba(100,100,100,.2);
    border-radius: 3px;
    color: #0665d0;
}

div.bg-gray-800:has(input[placeholder="有优惠券？"]) {
    display: none !important;
}