/* Força os painéis do resumo do pedido a permanecerem abertos e visíveis */
/* Tornar o conteúdo SEMPRE visível, mesmo se o script do bloco tentar colapsar */
.wc-block-components-panel__content,
.wc-block-components-panel.is-open .wc-block-components-panel__content{
  display: block !important;
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.wc-block-components-panel{
  overflow: visible !important;
}
.wc-block-components-panel__content,
.wc-block-components-panel{
  transition: none !important;
}
.wc-block-components-panel__button[aria-disabled="true"]{
  cursor: default !important;
}
