/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0.1
Author: Andre Correa
Text Domain: twentytwentyfive-child
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ===== TEAL HEADINGS ===== */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.wp-block-post-title a,
.wp-block-site-title a {
  color: #0F766E !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 700 !important;
}

/* ===== BLUE LINKS ===== */
a, a:link, a:visited {
  color: #2563EB !important;
  text-decoration: none !important;
}

a:hover, a:focus {
  color: #1E40AF !important;
  text-decoration: underline !important;
}

/* ===== DARK TEXT ===== */
body, p, li, .wp-block-post-excerpt {
  color: #111827 !important;
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  line-height: 1.7 !important;
}

/* ===== META/DATE TEXT (GRAY) ===== */
.wp-block-post-date,
.wp-block-post-author__name,
.wp-block-post-terms {
  color: #6B7280 !important;
}

/* ===== TEAL BUTTONS ===== */
.wp-block-button__link,
.wp-element-button {
  background-color: #0F766E !important;
  color: white !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  padding: 0.75rem 1.5rem !important;
  transition: all 0.2s ease !important;
}

.wp-block-button__link:hover {
  background-color: #115E59 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.3) !important;
}

/* ===== AFFILIATE DISCLOSURE ===== */
.affiliate-disclosure {
  background: #F0FDFA !important;
  border-left: 4px solid #0F766E !important;
  padding: 1rem 1rem 1rem 1.25rem !important;
  margin: 1.5rem 0 !important;
  border-radius: 0 8px 8px 0 !important;
}

/* ===== TABLES ===== */
table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1.5rem 0 !important;
}

th {
  background: #F9FAFB !important;
  color: #111827 !important;
  font-weight: 600 !important;
  text-align: left !important;
  padding: 0.75rem 1rem !important;
  border-bottom: 2px solid #E5E7EB !important;
}

td {
  padding: 0.75rem 1rem !important;
  border-bottom: 1px solid #E5E7EB !important;
}

tr:hover {
  background: #F3F4F6 !important;
}

/* ===== CODE BLOCKS ===== */
pre.wp-block-code {
  background: #1E293B !important;
  color: #E2E8F0 !important;
  padding: 1.5rem !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
}

code {
  background: #F3F4F6 !important;
  color: #111827 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-size: 0.875em !important;
}

/* ===== BLOCKQUOTE ===== */
blockquote, .wp-block-quote {
  border-left: 4px solid #0F766E !important;
  padding-left: 1.5rem !important;
  margin: 1.5rem 0 !important;
  font-style: italic !important;
  color: #374151 !important;
}

/* ===== POST CARDS ===== */
.wp-block-post {
  background: #FFFFFF !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.wp-block-post:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px) !important;
}

/* ===== FOCUS STATES ===== */
a:focus, button:focus {
  outline: 2px solid #0F766E !important;
  outline-offset: 2px !important;
}
