/*
Theme Name: omotte LP
Theme URI: https://com.omotte.run/
Description: omotte｜小説の感想・講評サービス のランディングサイト用 子テーマ（親: Twenty Twenty-Five）
Author: omotte
Template: twentytwentyfive
Version: 0.1.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.3
Text Domain: omotte-lp
*/

/* 子テーマ固有の微調整だけをここに書く。色・フォント・余白の基本は theme.json 側で定義する。 */

.omotte-cta .wp-block-button__link {
  font-weight: 700;
}

.omotte-site-table table {
  width: 100%;
  border-collapse: collapse;
}
.omotte-site-table th,
.omotte-site-table td {
  padding: 0.5em 0.75em;
  border-bottom: 1px solid var(--wp--preset--color--accent-6, #ddd);
  text-align: left;
}
.omotte-site-table td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}
