.wc-pao-box{
    border:1px solid #e6e3de;
    border-radius:10px;
    background:#fff;
    margin:14px 0;
    overflow:hidden;
    font-family:inherit;
}
.wc-pao-heading{
    font-size:16px;
    font-weight:700;
    letter-spacing:.2px;
    color:#222;
}
.wc-pao-subheading{
    margin-top:5px;
    color:#666;
    font-size:13px;
    font-weight:400;
}
.wc-pao-summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:17px 18px;
    user-select:none;
}
.wc-pao-summary::-webkit-details-marker{display:none;}
.wc-pao-summary::marker{display:none;}
.wc-pao-summary-text{display:flex;flex-direction:column;min-width:0;}
.wc-pao-chevron{
    width:10px;
    height:10px;
    border-right:2px solid #222;
    border-bottom:2px solid #222;
    transform:rotate(45deg);
    transition:transform .2s ease;
    flex:0 0 auto;
    margin-right:4px;
    margin-top:-5px;
}
.wc-pao-details[open] .wc-pao-chevron{transform:rotate(225deg);margin-top:5px;}
.wc-pao-accordion-content{border-top:1px solid #eee;}
.wc-pao-item{
    display:grid;
    grid-template-columns:22px 48px 1fr auto;
    gap:10px;
    align-items:center;
    padding:12px 16px;
    border-top:1px solid #eee;
    cursor:pointer;
}
.wc-pao-item:first-child{border-top:0;}
.wc-pao-item:hover{background:#fafafa;}
.wc-pao-item img{width:48px;height:48px;object-fit:cover;border-radius:5px;}
.wc-pao-item-name{font-size:14px;color:#222;}
.wc-pao-item-price{font-size:13px;color:#333;white-space:nowrap;}
.wc-pao-sizes{display:flex;gap:8px;flex-wrap:wrap;padding:0 18px 12px;}
.wc-pao-size{border:1px solid #ddd;border-radius:7px;padding:9px 14px;background:#fff;cursor:pointer;font-size:13px;}
.wc-pao-label{padding:0 18px 8px;font-weight:700;font-size:13px;}
.wc-pao-service-check{display:block;padding:12px 18px;border-top:1px solid #eee;font-size:13px;font-weight:600;}
.wc-pao-price{font-weight:600;font-size:14px;}
@media(max-width:600px){
    .wc-pao-item{grid-template-columns:22px 46px 1fr;}
    .wc-pao-item-price{grid-column:3;}
}
