/*
Theme Name: AdSense Blog Child
Template: generatepress
Version: 1.0.2
*/

:root {
  --blog-ink: #1f2933;
  --blog-muted: #667085;
  --blog-line: #e5e7eb;
  --blog-soft: #f7fafc;
  --blog-accent: #0f766e;
  --blog-accent-dark: #115e59;
  --blog-warm: #f59e0b;
}

body {
  color: var(--blog-ink);
  background: #f5f7f8;
  font-size: 17px;
  line-height: 1.78;
}

a { color: var(--blog-accent-dark); }
a:hover { color: #0b4f49; }

.site-header {
  border-bottom: 1px solid var(--blog-line);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.site-branding .main-title a {
  font-weight: 800;
}

.inside-article,
.sidebar .widget,
.comments-area {
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.entry-title {
  line-height: 1.25;
  letter-spacing: 0;
}

.entry-content h2 {
  position: relative;
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  padding: 0.72em 0.9em 0.72em 1em;
  border-left: 6px solid var(--blog-accent);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.11), rgba(245, 158, 11, 0.08));
  color: #14312f;
  font-size: 1.45rem;
  font-weight: 800;
}

.entry-content h3 {
  margin-top: 1.8em;
  padding-bottom: 0.35em;
  border-bottom: 2px solid rgba(15, 118, 110, 0.18);
  font-size: 1.2rem;
  font-weight: 750;
}

.entry-content p {
  margin-bottom: 1.15em;
}

.entry-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--blog-line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.96rem;
}

.entry-content th,
.entry-content td {
  padding: 0.85em 1em;
  border-right: 1px solid var(--blog-line);
  border-bottom: 1px solid var(--blog-line);
  vertical-align: top;
}

.entry-content th:last-child,
.entry-content td:last-child { border-right: 0; }
.entry-content tr:last-child td { border-bottom: 0; }

.entry-content th {
  background: #0f766e;
  color: #fff;
  font-weight: 800;
  text-align: left;
}

.entry-content tr:nth-child(even) td {
  background: #f8fbfb;
}

.entry-content blockquote {
  margin: 1.5em 0;
  padding: 1em 1.2em;
  border-left: 5px solid var(--blog-warm);
  border-radius: 8px;
  background: #fff8e6;
  color: #344054;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.3em;
}

.entry-content li + li {
  margin-top: 0.35em;
}

.wp-block-button__link,
.read-more.button {
  border-radius: 8px;
  background: var(--blog-accent);
  font-weight: 750;
}

.wp-block-button__link:hover,
.read-more.button:hover {
  background: var(--blog-accent-dark);
}

/* Hide the featured/main image shown above the post title. */
.featured-image,
.post-image,
.page-header-image,
.page-header-image-single,
.single .inside-article > .featured-image,
.single .inside-article > .post-image {
  display: none !important;
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .inside-article,
  .sidebar .widget,
  .comments-area {
    border-radius: 0;
    box-shadow: none;
  }
  .entry-content h2 {
    font-size: 1.24rem;
    padding: 0.68em 0.78em;
  }
  .entry-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* HAROS content heading polish */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  letter-spacing: 0;
  text-wrap: balance;
  color: #14213d;
}

.entry-content h1 {
  margin: 1.8em 0 0.8em;
  padding-bottom: 0.45em;
  border-bottom: 3px solid #0f766e;
  font-size: clamp(1.72rem, 1.72rem, 1.72rem);
  line-height: 1.25;
  font-weight: 850;
}

.entry-content h2 {
  display: flex;
  align-items: center;
  gap: 0.65em;
  margin-top: 2.35em;
  margin-bottom: 0.9em;
  padding: 0.78em 1em;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-left: 7px solid #0f766e;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.12), rgba(245, 158, 11, 0.10) 62%, rgba(255, 255, 255, 0.92));
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  font-size: 1.42rem;
  line-height: 1.32;
  font-weight: 850;
}

.entry-content h2::before {
  content: "";
  flex: 0 0 auto;
  width: 0.72em;
  height: 0.72em;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.16);
}

.entry-content h3 {
  margin-top: 1.9em;
  margin-bottom: 0.7em;
  padding: 0.18em 0 0.42em;
  border-bottom: 2px solid rgba(20, 33, 61, 0.12);
  color: #0f3f3c;
  font-size: 1.2rem;
  line-height: 1.38;
  font-weight: 800;
}

.entry-content h3::before {
  content: "";
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin-right: 0.48em;
  border-radius: 2px;
  background: #0f766e;
  vertical-align: 0.12em;
}

.entry-content h4 {
  margin-top: 1.55em;
  margin-bottom: 0.55em;
  padding-left: 0.72em;
  border-left: 4px solid #f59e0b;
  color: #344054;
  font-size: 1.04rem;
  line-height: 1.45;
  font-weight: 780;
}

@media (max-width: 768px) {
  .entry-content h1 { font-size: 1.48rem; }
  .entry-content h2 {
    gap: 0.52em;
    padding: 0.7em 0.78em;
    font-size: 1.22rem;
  }
  .entry-content h3 { font-size: 1.1rem; }
}/* HAROS content table polish */
.entry-content table,
.wp-block-table table {
  width: 100%;
  margin: 1.65em 0 1.9em;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-left: 7px solid #0f766e;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
  font-size: 0.97rem;
  line-height: 1.62;
}

.entry-content table caption,
.wp-block-table figcaption {
  margin-top: 0.6em;
  color: #667085;
  font-size: 0.92rem;
  text-align: left;
}

.entry-content thead th,
.wp-block-table thead th {
  background: linear-gradient(90deg, #0f766e, #115e59);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
}

.entry-content th,
.entry-content td,
.wp-block-table th,
.wp-block-table td {
  padding: 0.9em 1em;
  border-right: 1px solid rgba(15, 118, 110, 0.12);
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
  vertical-align: top;
}

.entry-content th:last-child,
.entry-content td:last-child,
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-right: 0;
}

.entry-content tr:last-child td,
.wp-block-table tr:last-child td {
  border-bottom: 0;
}

.entry-content tbody tr:nth-child(even) td,
.wp-block-table tbody tr:nth-child(even) td {
  background: rgba(15, 118, 110, 0.045);
}

.entry-content tbody tr:hover td,
.wp-block-table tbody tr:hover td {
  background: rgba(245, 158, 11, 0.09);
}

.entry-content td:first-child,
.wp-block-table td:first-child {
  font-weight: 700;
  color: #14312f;
}

.wp-block-table {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .entry-content table,
  .wp-block-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .entry-content th,
  .entry-content td,
  .wp-block-table th,
  .wp-block-table td {
    padding: 0.78em 0.86em;
  }
}/* HAROS content button polish */
.entry-content .wp-block-button__link,
.entry-content .wp-element-button,
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="submit"],
.entry-content input[type="reset"],
.read-more.button,
.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  min-height: 42px;
  padding: 0.78em 1.15em;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #0f766e, #115e59);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-element-button:hover,
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="submit"]:hover,
.entry-content input[type="reset"]:hover,
.read-more.button:hover,
.button:hover,
a.button:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 158, 11, 0.48);
  background: linear-gradient(135deg, #115e59, #0f766e 58%, #d97706);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
  color: #ffffff !important;
}

.entry-content .wp-block-button__link:active,
.entry-content .wp-element-button:active,
.entry-content button:active,
.entry-content input[type="button"]:active,
.entry-content input[type="submit"]:active,
.entry-content input[type="reset"]:active,
.read-more.button:active,
.button:active,
a.button:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.10);
}

.entry-content .is-style-outline .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #ffffff;
  color: #0f3f3c !important;
  border: 2px solid #0f766e;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.entry-content .is-style-outline .wp-block-button__link:hover,
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: rgba(15, 118, 110, 0.08);
  color: #0b4f49 !important;
}

.entry-content .wp-block-buttons {
  gap: 0.7em;
  margin: 1.35em 0;
}

@media (max-width: 768px) {
  .entry-content .wp-block-button__link,
  .entry-content .wp-element-button,
  .entry-content button,
  .entry-content input[type="button"],
  .entry-content input[type="submit"],
  .entry-content input[type="reset"],
  .read-more.button,
  .button,
  a.button {
    min-height: 40px;
    padding: 0.72em 1em;
    font-size: 0.96rem;
  }
}
/* BEST pink H2 heading — 2026-07-17 */
.entry-content h2 {
  display: block;
  margin: 2.1em 0 0.9em;
  padding: 0.82em 1.05em;
  border: 0;
  border-left: 8px solid #db2777;
  border-radius: 10px;
  background: #fdf2f8;
  box-shadow: none;
  color: #4a1630;
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.entry-content h2::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 768px) {
  .entry-content h2 {
    padding: 0.72em 0.82em;
    border-left-width: 6px;
    border-radius: 8px;
    font-size: 1.2rem;
  }
}

/* BEST purple H2 and table palette — 2026-07-17 */
.entry-content h2 {
  border-left-color: #7c3aed;
  background: #f5f3ff;
  color: #2e1065;
}

.entry-content table,
.entry-content .wp-block-table table {
  border-color: #ddd6fe;
}

.entry-content table caption,
.entry-content .wp-block-table figcaption {
  color: #5b21b6;
}

.entry-content thead th,
.entry-content table thead th {
  border-color: #c4b5fd;
  background: #7c3aed;
  color: #ffffff;
}

.entry-content th,
.entry-content td,
.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
  border-color: #ddd6fe;
}

.entry-content tbody tr:nth-child(even) td,
.entry-content table tr:nth-child(even) td {
  background: #faf8ff;
}

.entry-content tbody tr:hover td {
  background: #f3e8ff;
}

.entry-content tbody td:first-child {
  color: #4c1d95;
  font-weight: 700;
}
