
@media (max-width:768px){
  html body section.trustpilotSection .trustpilotActions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:8px !important;
    align-items:stretch !important;
    justify-content:stretch !important;
  }

  html body section.trustpilotSection .trustpilotActions .trustpilotBtn,
  html body section.trustpilotSection .trustpilotActions .trustpilotBtn.primary,
  html body section.trustpilotSection .trustpilotActions .trustpilotBtn.dark{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding-left:8px !important;
    padding-right:8px !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
}

@media (max-width:360px){
  html body section.trustpilotSection .trustpilotActions{
    gap:6px !important;
  }

  html body section.trustpilotSection .trustpilotActions .trustpilotBtn,
  html body section.trustpilotSection .trustpilotActions .trustpilotBtn.primary,
  html body section.trustpilotSection .trustpilotActions .trustpilotBtn.dark{
    padding-left:6px !important;
    padding-right:6px !important;
    font-size:12px !important;
  }
}
