.YXYH-pc-page-custom-html {
    width: var(--ls-width);
}

.YXYH-pc-page-custom-html-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 56px 24px;
    text-align: center;
    border: 1px dashed rgba(117, 141, 178, .24);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(248, 250, 253, .96), rgba(255, 255, 255, .96));
}

.YXYH-pc-page-custom-html-empty i {
    font-size: 36px;
    color: var(--ls-primary);
}

.YXYH-pc-page-custom-html-empty h3 {
    margin: 0;
    color: #1b2c47;
    font-size: 22px;
}

.YXYH-pc-page-custom-html-empty p {
    max-width: 360px;
    margin: 0;
    color: var(--ls-text-secondary);
}
