/*
Theme Name: GoodThings Theme
Theme URI: https://goodthings.cl/
Author: GoodThings
Author URI: https://goodthings.cl/
Description: Tema para usar metodologia y editor para clientes.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: goodthings-empty-shell
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

#page,
#primary,
#main,
article,
.site,
.site-content,
.content-area,
.entry-content {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}

.entry-header,
.page-header,
.site-header,
.site-footer,
.widget-area,
.sidebar,
.post-navigation,
.comments-area {
  display: none;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}
