.responsive-container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto;max-width:100%;overflow-x:hidden}@media (min-width:640px){.responsive-container{max-width:640px}}@media (min-width:768px){.responsive-container{max-width:768px;padding-right:1.5rem;padding-left:1.5rem}}@media (min-width:1024px){.responsive-container{max-width:1024px}}@media (min-width:1280px){.responsive-container{max-width:1280px}}.responsive-heading{font-size:1.25rem;line-height:1.75rem;overflow-wrap:break-word;word-break:break-word}@media (min-width:640px){.responsive-heading{font-size:1.5rem;line-height:2rem}}@media (min-width:768px){.responsive-heading{font-size:1.875rem;line-height:2.25rem}}@media (min-width:1024px){.responsive-heading{font-size:2.25rem;line-height:2.5rem}}.responsive-spacing{margin-bottom:1rem}@media (min-width:640px){.responsive-spacing{margin-bottom:1.5rem}}@media (min-width:768px){.responsive-spacing{margin-bottom:2rem}}@media (min-width:1024px){.responsive-spacing{margin-bottom:2.5rem}}.responsive-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;width:100%}@media (min-width:640px){.responsive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.responsive-flex{display:flex;flex-direction:column;gap:1rem;width:100%}@media (min-width:640px){.responsive-flex{flex-direction:row;align-items:center}}.responsive-form{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}@media (min-width:640px){.responsive-form{grid-template-columns:repeat(2,1fr)}}.responsive-card{width:100%;overflow:hidden}.responsive-table{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.responsive-table table{min-width:100%;width:max-content}.responsive-image{max-width:100%;height:auto}.responsive-dialog{width:90vw;max-width:500px;margin:0 auto}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.responsive-button-group{display:flex;flex-direction:column;gap:.5rem;width:100%}@media (min-width:640px){.responsive-button-group{flex-direction:row;align-items:center}}@supports (-webkit-touch-callout:none){.h-screen{height:-webkit-fill-available}}