/* HASBAHÇE Public Responsive Standard v1.0 */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:clip}
main,section,.l-container,.content-section,.site-main{min-width:0;max-width:100%}
img,svg,video,canvas,iframe{max-width:100%}
input,select,textarea,button{max-width:100%}
.page-responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:16px;min-width:0}
.page-responsive-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
@media(max-width:720px){
  .page-responsive-grid{grid-template-columns:minmax(0,1fr)}
  .page-responsive-actions{display:grid;grid-template-columns:minmax(0,1fr)}
  .page-responsive-actions>a,.page-responsive-actions>button{width:100%;min-height:44px}
  input,select,button{min-height:44px}
  textarea{min-height:96px}
}
