:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.article-table-simple {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.04px;
  color: #464039;
  background-color: #F8F7F7;
  border-radius: 4px;
  overflow: hidden; }
  .article-table-simple__header {
    font-weight: 500; }
    @media (min-width: 768px) {
      .article-table-simple__header {
        max-width: 100%; } }
  .article-table-simple__header--row, .article-table-simple__item--row {
    border-right: 2px solid #fff; }
    @media (min-width: 768px) {
      .article-table-simple__header--row, .article-table-simple__item--row {
        border-right: 0;
        border-bottom: 2px solid #fff; } }
  .article-table-simple__item {
    width: 50%; }
    @media (min-width: 768px) {
      .article-table-simple__item {
        width: 100%;
        max-height: 50%;
        height: 100%; } }
  .article-table-simple__header-wrapper {
    border-bottom: 2px solid #fff; }
    @media (min-width: 768px) {
      .article-table-simple__header-wrapper {
        border-bottom: 0;
        border-right: 2px solid #fff; } }

[data-pet-world="Dog"] .article-table-simple__header--title, body[data-color-site="dogColor"] .article-table-simple__header--title {
  background-color: #F1DFD0; }

[data-pet-world="Cat"] .article-table-simple__header--title, body[data-color-site="catColor"] .article-table-simple__header--title {
  background-color: #DBEAD6; }

/*# sourceMappingURL=articleTableSimple.css.map*/