/*
body {
  border-top: 20px solid #fff !important;
  border-left: 20px solid #fff !important;
  border-right: 20px solid #fff !important;
  border-bottom: 20px solid #fff !important;
}
*/

img {
  max-width: 100%;
  height: auto;
  padding: 10px;
  border: 0;
  border-radius: 18px;
  margin: 1rem 0;
}
.com-content-article img {
  border-radius: 18px;
  margin: 1rem 0;
  border: 0.5px solid #dfe3e7;
}
.img-left {
  float: left;
  margin-right: 20px !important;
}
.img-right {
  float: right;
  margin-left: 20px !important;
}
.item-content {
  border: 0.5px solid #eaedf0;
  background-color: #f9fafb;
  padding: 10px;
}
body > div > div.grid-child.container-component > main > div > div.category-desc.clearfix {
  font-family: "Fira Sans", sns-serif;
  font-size: 18px;
}
body > div > div.grid-child.container-component > main > div.com-content-article.item-page > div.com-content-article__body {
  font-size: 18px;
}
body > div > div.grid-child.container-component > main > div > div.com-content-category-blog__items.blog-items.columns-3 > div > div > div > h2 {
  font-size: 24px;
}
body > div > div.grid-child.container-component > main > div > div.com-content-category-blog__items.blog-items.columns-3 > div > div {
  height:300px;
  border: 4px solid navy;
  box-shadow: 0 4px 10px black;
  margin: 20px 0;
  border-radius: 10px;
  background-color: #f8f3ea;
}
body > div > div.grid-child.container-component > main > div > div.com-content-category-blog__items.blog-items.items-leading > div.com-content-category-blog__items.blog-items.columns-3 > div > div > div > h2 {
  font-size: 24px;
}
body > div > div.grid-child.container-component > main > div > div.com-content-category-blog__items.blog-items.items-leading > div.com-content-category-blog__items.blog-items.columns-3 > div > div {
  height:230px;
  border: 4px solid navy;
  box-shadow: 0 4px 10px black;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  background-color: yellow;
}
a:not([class]) {
  text-decoration: none !important;
}
table.mystyle1 td {
background-color: red;
}
table.mystyle1 td:hover {
background-color: green;
}
table.mystyle2 td {
background-color: rgb(52, 73, 94);
}
table.mystyle2 td:hover {
background-color: green;
}
body > div > div.grid-child.container-component > main > div > div.com-content-category-blog__items.blog-items.columns-3 > div > div {
    height: 300px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 10px solid navy;
    box-shadow: 0 4px 10px grey;
    margin: 20px 0;
    border-radius: 10px;
    background-color: white;
}




/*

/* =========================
   AUTHOR VOICE – MASTER ZONE
   ========================= */

.author-voice {
  font-family: "Cooper Black", "Georgia", serif;
  font-size: 18px;
  line-height: 1.6;
}

/* Text elements */
.author-voice p,
.author-voice li {
  font-size: 18px;
}

/* Headings stay readable */
.author-voice h1,
.author-voice h2,
.author-voice h3 {
  font-family: "Georgia", serif;
}

/* Links */
.author-voice a {
  text-decoration: underline;
}

/* Images behave nicely */
.author-voice img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}

*/

