/* MARK: attr-pro-detail
*/
.attr-pro-detail {
    li{
        @apply flex justify-between items-center mb-2 gap-2;
        &>label{}
        &>div{
            @apply flex-1;
        }
    }
}
.social-plugin{
    a{
        @apply size-8 rounded-sm overflow-hidden;
    }
}
