/*
Theme Name:     Twenty Twenty-Five Child
Theme URI:      https://example.com/
Description:    Child theme for the Twenty Twenty-Five theme
Author:         Your Name
Author URI:     https://example.com/
Template:       twentytwentyfive
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    twentytwentyfive-child
*/

body {
  border-left: 5px solid #99cc99;
}

.level-pill {
  background-color: #c1dfc1;      /* Light green background */
  color: #000000;                 /* Darker text for contrast */
  font-size: 0.95rem;             /* Adjust size as needed */
  font-weight: 900;
  padding: 0.2em 0.6em;
  border-radius: 999px;           /* Makes it pill-shaped */
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
}
