/*
Theme Name: Street Kitty Base Theme
Author: Street Kitty Tech
Version: 1.0
Description: Minimal base theme for Street Kitty sites. Header, footer, menu, music, and donate features should be handled by plugins.
Text Domain: street-kitty-base-theme
*/

:root{
  --sk-max: 1200px;
  --sk-pad: 16px;
}

*{box-sizing:border-box}
html{margin:0;padding:0}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.5;
  color:#111827;
  background:#ffffff;
}
a{color:inherit}
img{max-width:100%;height:auto}
.site-shell{
  width:min(var(--sk-max), calc(100% - 32px));
  margin:0 auto;
}
.site-main{
  padding:24px 0 40px;
}
.entry-content > *:first-child{margin-top:0}
.entry-content > *:last-child{margin-bottom:0}
.widget-area{
  padding:24px 0 40px;
}
.site-footer{
  border-top:1px solid #e5e7eb;
  padding:18px 0 28px;
  font-size:14px;
}
.screen-reader-text{
  border:0;
  clip:rect(1px,1px,1px,1px);
  clip-path:inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute !important;
  width:1px;
  word-wrap:normal !important;
}
