.pue-image-under-holder {
    clear: both;
    width: 100%;
}
.pue-box {
    margin: 12px 0 16px 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1.35;
    color: #333;
}
.pue-line {
    margin: 7px 0;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffd5b1;
    background: #fff7ef;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.pue-line strong { color: #f27a1a; font-weight: 700; }
.pue-hot { background: #fff3e7; border-color: #ffc28e; }
.pue-hot strong:first-of-type { color: #e65100; }
.pue-icon { width: 22px; min-width: 22px; display: inline-block; text-align: center; font-size: 16px; }
@media (max-width: 767px) {
    .pue-box { font-size: 13px; margin: 10px 0 13px 0; }
    .pue-line { padding: 9px 10px; align-items: flex-start; }
    .pue-icon { font-size: 15px; }
}
