/* =========================================================
   Product Short Info Pro @adrianxd
   Path: assets/css/widgets/woocommerce/product-short-info-pro.css
   ========================================================= */

.psn-short-info-pro {
    list-style: none;
    padding: 0;
    margin: 14px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.psn-short-info-pro li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--mrpsn-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.psn-short-info-icon {
    width: 23px;
    height: 23px;
    min-width: 23px;
    border-radius: 50%;
    background: #20b15a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.psn-short-info-text {
    display: inline-block;
}

@media (max-width: 576px) {
    .psn-short-info-pro {
        gap: 8px;
        margin: 12px 0;
    }

    .psn-short-info-pro li {
        font-size: 14px;
    }

    .psn-short-info-icon {
        width: 21px;
        height: 21px;
        min-width: 21px;
        font-size: 13px;
    }
}
.psn-short-info-icon .mrpsn-svg-icon {
    width: 14px;
    height: 14px;
    color: currentColor;
}
