BODY {
   background:#ffffff;
   font-family:arial,sans-serif;
   font-size:12px;
   font-weight:400;
   color:#000000;
   }

.page {
  display: flex;
  align-items: flex-start;  /* top-align children */
}

a {
   color:#190061;
   background:none;
   text-decoration:none;
}
a:visited {
   color:#190061;
   background:none;
   text-decoration:none;
}
a:hover {
   color:#3500D3;
   background:none;
   text-decoration:none;
}
a:focus {
   color:#240090;
}
a:active {
   color:#240090;
}

img {
      border: 0;
}

.mainbox {
  width: 100%;
  /* max-width: 1100px; */
  margin: 0 auto;
  border-collapse: collapse;
}

.sidebar {
  width: 260px;
  vertical-align: top;
  padding: 10px;
}

.logo {
  width: 230px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.content {
  vertical-align: top;
  padding: 0;
}

.content-pad {
  padding: 14px 16px;
}

.menu {
  /* position: sticky;
  top: 10px; */
  /* if you don't want sticky yet, remove the 2 lines above */
}

.content-center {
  display: flex;
  justify-content: center;
}

.coming-soon {
  font-size: 40px;
  width: 500px;
  text-align: center;
  margin-top: 40px;
}

.coming-soon-sub {
  font-size: 20px;
  margin-top: 12px;
}

/* Full-width layout: keep table full width */
.mainbox {
  width: 100%;
  border-collapse: collapse;
}

/* Sidebar stays fixed-ish */
.sidebar {
  width: 260px;
  vertical-align: top;
  padding: 10px;
}

/* Main content padding */
.content-pad {
  padding: 14px 16px;
}

/* Responsive grid that auto-scales columns */
.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 14px;
  align-items: start;
}

/* Card styling */

.story-card h3 {
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 1.25;
}

.story-meta {
  font-size: 12px;
  opacity: 0.75;
  margin-bottom: 8px;
}

.story-snippet {
  font-size: 13px;
  line-height: 1.35;
}

/* Keep huge images from blowing up the grid */
.story-card img {
  max-width: 100%;
  height: auto;
}

/* Optional: make links look nicer in cards */
.story-card a {
  text-decoration: none;
}
.story-card a:hover {
  text-decoration: underline;
}

.story-card {
  /* display: block; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  /* cursor: pointer; */
}

.story-card:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.story-content::after {
   content: "";
   display: block;
   clear: both;
}

.story-content ul,
.story-content ol {
   margin: 10px 0 10px 25px;
}

.story-content li {
   margin-bottom: 4px;
}

.float-left {
   float: left;
   margin: 0 12px 8px 0;
   max-width: 100%;
   height: auto;
}

.float-right {
   float: right;
   margin: 0 0 8px 12px;
   max-width: 100%;
   height: auto;
}

.story-hometext::after,
.story-bodytext::after,
.story-card::after {
    content: "";
    display: block;
    clear: both;
}
.story-title,
.story-meta,
.story-hometext,
.story-bodytext {
    text-align: left;
}

.story-hometext b,
.story-bodytext b,
.story-hometext strong,
.story-bodytext strong,
.article-hometext b,
.article-bodytext b,
.article-hometext strong,
.article-bodytext strong {
    font-weight: 700;
}
.story-meta {
    margin-bottom: 10px;
}

.article-page {
   display: block;
   width: 75%;
   text-align: left;
   padding: 0;
   margin: 0;
}

.article-title {
   display: block;
   width: 100%;
   text-align: left;
   margin: 0 0 10px 0;
   clear: both;
}

.article-title h1 {
   margin: 0;
   font-size: 32px;
   line-height: 1.2;
   text-align: left;
}

.article-meta {
   display: block;
   width: 100%;
   text-align: left;
   margin: 0 0 16px 0;
   clear: both;
   font-size: 13px;
   color: #666;
}

.article-hometext,
.article-bodytext {
   display: block;
   width: 100%;
   text-align: left;
   margin: 0 0 18px 0;
   clear: both;
}

.article-hometext::after,
.article-bodytext::after,
.article-page::after {
   content: "";
   display: block;
   clear: both;
}

.article-hometext p,
.article-bodytext p,
.article-hometext div,
.article-bodytext div {
   text-align: left;
}

.comment-action-sep {
    color: #777;
    margin: 0 6px;
}
.comment-delete-form {
    display: inline;
    margin: 0;
    padding: 0;
}
.comment-delete-button {
    display: inline;
    background: none;
    border: none;
    color: #ff8f8f;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
}
.comment-delete-button:hover {
    text-decoration: underline;
}