body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Content links: underline by default, accent on hover (like om.co) */
.wp-block-post-content a {
  color: var(--wp--preset--color--text);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--wp--preset--color--border);
  transition: text-decoration-color 0.15s ease;
}

.wp-block-post-content a:hover {
  text-decoration-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--accent);
}

/* Post title links */
.wp-block-post-title a {
  text-decoration: none;
  color: var(--wp--preset--color--text);
  transition: color 0.15s ease;
}

.wp-block-post-title a:hover {
  text-decoration: underline;
}

/* Separator */
.wp-block-separator {
  border-color: var(--wp--preset--color--border) !important;
  opacity: 1 !important;
}

/* Images */
.wp-block-image figcaption {
  font-size: 13px;
  color: var(--wp--preset--color--text-secondary);
  margin-top: 8px;
}

/* Blockquote - thin left border */
.wp-block-quote {
  border-left: 2px solid var(--wp--preset--color--border) !important;
  padding-left: var(--wp--preset--spacing--50);
}

/* Navigation */
.wp-block-navigation a {
  text-decoration: none;
  color: var(--wp--preset--color--text);
  transition: color 0.15s ease;
}

.wp-block-navigation a:hover {
  color: var(--wp--preset--color--accent);
}

/* Buttons - pill style like om.co */
.wp-block-button .wp-block-button__link {
  transition: background 0.15s ease;
}

/* Tables */
.wp-block-table td,
.wp-block-table th {
  border-color: var(--wp--preset--color--border);
  padding: 12px 16px;
}

/* Pagination */
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination a {
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
}

.wp-block-query-pagination .page-numbers.current {
  font-weight: 500;
}

/* Search */
.wp-block-search .wp-block-search__input {
  border: 1px solid var(--wp--preset--color--border);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}

.wp-block-search .wp-block-search__button {
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
}

/* Selection */
::selection {
  background: var(--wp--preset--color--accent-light);
  color: var(--wp--preset--color--accent-dark);
}

/* Footer links */
.wuwt-footer a {
  color: var(--wp--preset--color--text-tertiary);
  text-decoration: none;
}

.wuwt-footer a:hover {
  color: var(--wp--preset--color--accent);
}
