/*
Theme Name: hope-through-truth
Theme URI: 
Author: Craig Caster and the WordPress team
Author URI: 
Description: This is the foundation theme for all the websites supporting the hope through truth family of websites.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: hope-through-truth
Tags: 
*/

/*-----------------------------------------------*/
/* === Prophecy table: final alignment rules === */
.prophecy-prob-table thead th:nth-child(4),
.prophecy-prob-table tbody td:nth-child(4),
.prophecy-prob-table tfoot td:nth-child(4) {
  text-align: end !important;            /* ensures it wins over theme defaults */
  white-space: nowrap;                   /* keep "1 in 10¹³" on one line */
  font-variant-numeric: tabular-nums;    /* tidy, aligned digits */
  padding-right: 0.5rem;
}

/* Center the "#" column */
.prophecy-prob-table thead th:nth-child(1),
.prophecy-prob-table tbody td:nth-child(1),
.prophecy-prob-table tfoot td:nth-child(1) {
  text-align: center;
  width: 3.5rem;
}

/* Tidy superscripts just within this table */
.prophecy-prob-table sup {
  font-size: 0.75em;
  line-height: 0;
  vertical-align: super;
}

/*---------------------------------------------------------*/
/* === Messianic Prophecy table: final alignment rules === */
/* Right-align the “Conservative Estimated Odds” column on the messianic table */
.messianic-prob-table thead th:nth-child(5),
.messianic-prob-table tbody td:nth-child(5),
.messianic-prob-table tfoot td:nth-child(5) {
  text-align: end !important;
  font-variant-numeric: tabular-nums;
  padding-right: 0.5rem;
}

/* center the # column */
.messianic-prob-table thead th:nth-child(1),
.messianic-prob-table tbody td:nth-child(1) {
  text-align: center;
  width: 3.5rem;
}

/*----------------------------------------*/
/* === y table: final alignment rules === */
/* perspective-odds comparison table ("Putting It in Perspective") */
.perspective-odds-table thead th:nth-child(2),
.perspective-odds-table tbody td:nth-child(2),
.perspective-odds-table tfoot td:nth-child(2) {
  text-align: right !important;
  white-space: nowrap;              /* keep "1 in 1,048,576" together */
  font-variant-numeric: tabular-nums;
  padding-right: 0.5rem;
}

/* Optional: give the first column a little breathing room */
.perspective-odds-table thead th:nth-child(1),
.perspective-odds-table tbody td:nth-child(1) {
  padding-right: 0.5rem;
}
