/*
Theme Name: UFA168 Thai News
Theme URI: https://ufabet168-thai.com
Author: ufabet168
Description: ธีมข่าวสารและบทความสล็อตออนไลน์ ufabet168 สไตล์เว็บตรง โทนมืดสีทอง
Version: 1.0.0
Text Domain: ufa168thai
*/

:root {
  --bg: #070b16;
  --bg-2: #0b1120;
  --card: #101a2e;
  --card-2: #14203a;
  --gold: #f5c451;
  --gold-2: #d4af37;
  --gold-soft: rgba(245, 196, 81, 0.14);
  --gold-line: rgba(212, 175, 55, 0.38);
  --orange: #ff9d2e;
  --text: #e8ecf4;
  --text-dim: #9aa7bd;
  --line: rgba(255, 255, 255, 0.08);
  --radius: 14px;
  --font-head: "Kanit", sans-serif;
  --font-body: "Kanit", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  background-image:
    radial-gradient(1200px 500px at 50% -180px, rgba(212, 175, 55, 0.10), transparent 65%),
    radial-gradient(900px 420px at 90% 8%, rgba(35, 62, 118, 0.35), transparent 60%);
  background-repeat: no-repeat;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold); text-decoration: none; transition: color .2s ease; }
a:hover { color: #ffdf8e; }

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 .6em;
}

h1 { font-size: 33px; }
h2 { font-size: 28px; }
h3 { font-size: 21px; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ---------- Top bar ---------- */
.topbar {
  background: linear-gradient(180deg, #0d1526, #0a101d);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 44px;
  flex-wrap: wrap;
}
.topbar .brand-line { margin-right: auto; color: var(--text-dim); }
.btn-gold, .btn-orange, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  padding: 9px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(180deg, #ffe08a, #f0b429);
  color: #201500;
  box-shadow: 0 4px 18px rgba(240, 180, 41, 0.35);
}
.btn-orange {
  background: linear-gradient(180deg, #ffab40, #f57c00);
  color: #241200;
  box-shadow: 0 4px 18px rgba(245, 124, 0, 0.35);
}
.btn-ghost {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold-line);
}
.btn-gold:hover, .btn-orange:hover { filter: brightness(1.08); color: inherit; transform: translateY(-1px); }
.btn-ghost:hover { background: var(--gold-soft); color: var(--gold); }
.btn-lg { font-size: 17px; padding: 13px 34px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 13, 25, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--gold-line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
}
.site-logo img { max-height: 52px; width: auto; display: block; }
.site-logo .logo-text {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: .5px;
}
.site-logo .logo-text span { color: #fff; }

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.main-nav a {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16px;
  color: var(--text);
  padding: 10px 16px;
  border-radius: 10px;
  display: block;
}
.main-nav a:hover, .main-nav .current-menu-item a, .main-nav .current_page_item a {
  color: var(--gold);
  background: var(--gold-soft);
}
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  padding: 58px 0 46px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 260px at 50% 0%, rgba(245, 196, 81, 0.12), transparent 70%),
    linear-gradient(180deg, transparent 60%, var(--bg));
  pointer-events: none;
}
.hero-kicker {
  display: inline-block;
  font-family: var(--font-head);
  color: var(--gold);
  border: 1px solid var(--gold-line);
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 4px 18px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: 2.45rem;
  max-width: 850px;
  margin: 0 auto .35em;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.lead {
  color: var(--text-dim);
  max-width: 760px;
  margin: 0 auto 26px;
  font-size: 1.06rem;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ---------- Section ---------- */
.section { padding: 46px 0; }
.section-head { text-align: center; margin-bottom: 30px; }
.section-head h2 { margin-bottom: 8px; }
.section-head h2 em { font-style: normal; color: var(--gold); }
.section-head p { color: var(--text-dim); margin: 0; }

.section-title-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.section-title-bar h2 {
  margin: 0;
  font-size: 1.45rem;
  position: relative;
  padding-left: 16px;
}
.section-title-bar h2::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
}
.section-title-bar .more { margin-left: auto; font-family: var(--font-head); font-size: 14px; }

/* ---------- Category cards ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cat-card {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 26px 20px;
  text-align: center;
  transition: transform .18s ease, box-shadow .22s ease;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(212, 175, 55, 0.16); }
.cat-card .ico {
  width: 62px; height: 62px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  background: var(--gold-soft);
  border: 1px solid var(--gold-line);
}
.cat-card h3 { margin-bottom: 6px; font-size: 1.15rem; }
.cat-card h3 a { color: #fff; }
.cat-card h3 a:hover { color: var(--gold); }
.cat-card p { color: var(--text-dim); font-size: 14.5px; margin: 0 0 14px; }
.cat-card .link { font-family: var(--font-head); font-size: 14.5px; }

/* ---------- Article cards ---------- */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-card {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .22s ease, border-color .2s ease;
}
.post-card:hover { transform: translateY(-4px); border-color: var(--gold-line); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45); }
.post-card .thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0a101d; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .thumb .cat-tag {
  position: absolute;
  left: 12px; top: 12px;
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  color: #201500;
  background: linear-gradient(180deg, #ffe08a, #f0b429);
  border-radius: 999px;
  padding: 3px 14px;
}
.post-card .body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.post-card h3 a { color: #fff; }
.post-card h3 a:hover { color: var(--gold); }
.post-card .excerpt { color: var(--text-dim); font-size: 15px; margin: 0 0 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card .meta { font-size: 13px; color: #7f8ca3; font-family: var(--font-head); }

/* ---------- Prose (article + page content) ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 {
  font-size: 1.5rem;
  margin: 1.6em 0 .55em;
  padding-left: 16px;
  position: relative;
}
.prose h2::before {
  content: "";
  position: absolute;
  left: 0; top: 8px; bottom: 8px;
  width: 5px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--gold), var(--orange));
}
.prose h3 { margin: 1.4em 0 .5em; color: #ffdf8e; }
.prose p { margin: 0 0 1.15em; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 24px; }
.prose li { margin-bottom: .5em; }
.prose img { border-radius: 12px; margin: 6px 0 14px; border: 1px solid var(--line); }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.3em; font-size: 15px; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.prose th { background: var(--card-2); color: #ffdf8e; font-family: var(--font-head); font-weight: 600; }
.prose blockquote {
  margin: 1.4em 0;
  padding: 16px 20px;
  border-left: 4px solid var(--gold);
  background: var(--gold-soft);
  border-radius: 0 12px 12px 0;
  color: #f4ecd8;
}

/* ---------- CTA box ---------- */
.cta-box {
  background:
    linear-gradient(120deg, rgba(212, 175, 55, 0.16), rgba(255, 157, 46, 0.10)),
    var(--card);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 30px 28px;
  text-align: center;
  margin: 34px 0;
}
.cta-box h3 { font-size: 1.3rem; margin-bottom: 6px; }
.cta-box p { color: var(--text-dim); margin: 0 0 18px; }
.cta-box .hero-actions { justify-content: center; }

/* ---------- Breadcrumb ---------- */
.breadcrumb {
  font-family: var(--font-head);
  font-size: 13.5px;
  color: var(--text-dim);
  padding: 18px 0 4px;
}
.breadcrumb a { color: var(--text-dim); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { margin: 0 8px; opacity: .5; }

/* ---------- Archive (category) ---------- */
.archive-head {
  background: linear-gradient(180deg, rgba(20, 32, 58, 0.85), rgba(11, 17, 32, 0.4));
  border: 1px solid var(--gold-line);
  border-radius: var(--radius);
  padding: 30px 30px 26px;
  margin: 22px 0 30px;
}
.archive-head .cat-label {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #201500;
  background: linear-gradient(180deg, #ffe08a, #f0b429);
  border-radius: 999px;
  padding: 3px 16px;
  margin-bottom: 12px;
}
.archive-head h1 { font-size: 1.9rem; margin-bottom: 10px; }
.archive-head .cat-desc { color: var(--text-dim); }
.archive-head .cat-desc p { margin: 0 0 1em; }
.archive-head .cat-desc p:last-child { margin: 0; }
.archive-head .cat-desc h2 { font-size: 1.25rem; margin: 1.2em 0 .4em; color: #ffdf8e; }
.archive-head .cat-desc h3 { font-size: 1.08rem; margin: 1em 0 .35em; color: #ffdf8e; }
.archive-head .cat-desc ul { padding-left: 22px; }

/* ---------- Single post ---------- */
.single-hero { text-align: left; margin: 14px 0 20px; }
.single-hero .meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--font-head);
  font-size: 13.5px;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.single-hero .meta .cat-tag {
  color: #201500;
  background: linear-gradient(180deg, #ffe08a, #f0b429);
  border-radius: 999px;
  padding: 2px 14px;
  font-weight: 600;
}
.single-featured img { width: 100%; border-radius: var(--radius); border: 1px solid var(--gold-line); }

.related { margin-top: 44px; }
.author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 22px;
  margin: 36px 0 0;
}
.author-box .avatar {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid var(--gold-line);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.author-box .who { font-family: var(--font-head); font-weight: 600; color: #fff; }
.author-box p { margin: 2px 0 0; color: var(--text-dim); font-size: 14.5px; }

/* ---------- FAQ ---------- */
.faq-item {
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 16.5px;
  padding: 15px 20px;
  color: #ffdf8e;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 20px; color: var(--gold); flex-shrink: 0; }
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-body { padding: 0 20px 16px; color: var(--text-dim); }

/* ---------- Page (login/daftar) ---------- */
.page-hero {
  text-align: center;
  padding: 54px 0 20px;
}
.page-hero h1 { font-size: 2.1rem; }
.page-hero p { color: var(--text-dim); max-width: 700px; margin: 0 auto; }
.gate-card {
  max-width: 640px;
  margin: 30px auto;
  background: linear-gradient(180deg, var(--card-2), var(--card));
  border: 1px solid var(--gold-line);
  border-radius: 18px;
  padding: 38px 32px;
  text-align: center;
}
.gate-card .big-ico { font-size: 44px; margin-bottom: 10px; }
.gate-card h2 { font-size: 1.5rem; }
.gate-card ul.steps { list-style: none; margin: 18px 0 24px; padding: 0; text-align: left; }
.gate-card ul.steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--text-dim);
}
.gate-card ul.steps li:last-child { border-bottom: 0; }
.gate-card ul.steps .num {
  width: 26px; height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid var(--gold-line);
  color: var(--gold);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13.5px;
  display: flex; align-items: center; justify-content: center;
  margin-top: 3px;
}

/* ---------- Footer ---------- */
.site-footer {
  margin-top: 56px;
  background: linear-gradient(180deg, #0a101d, #060a13);
  border-top: 1px solid var(--gold-line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 46px 0 34px;
}
.footer-col h4 {
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 8px;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 34px; height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold), var(--orange));
}
.footer-col p { color: var(--text-dim); font-size: 14.5px; margin: 0 0 10px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul a { color: var(--text-dim); font-size: 14.5px; }
.footer-col ul a:hover { color: var(--gold); }
.footer-logo img { max-height: 44px; margin-bottom: 12px; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 18px 0;
  text-align: center;
  color: #7f8ca3;
  font-size: 13.5px;
  font-family: var(--font-head);
}

/* ---------- Search ---------- */
.search-form { display: flex; gap: 8px; max-width: 460px; }
.search-form input[type="search"] {
  flex: 1;
  background: var(--card);
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
}
.search-form button {
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: var(--font-head);
  font-weight: 600;
  color: #201500;
  background: linear-gradient(180deg, #ffe08a, #f0b429);
  cursor: pointer;
}

/* ---------- Pagination ---------- */
.pagination { display: flex; gap: 8px; justify-content: center; margin: 34px 0 10px; font-family: var(--font-head); }
.pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  color: var(--text-dim);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: var(--gold-soft);
  border-color: var(--gold-line);
  color: var(--gold);
}

/* ---------- Floating main-site button (all pages except front) ---------- */
.float-main-btn {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 9990;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: var(--font-head);
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	padding: 15px 40px;
	border-radius: 999px;
	color: #201500;
	background: linear-gradient(180deg, #ffe08a, #f0b429);
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 8px 26px rgba(240, 180, 41, 0.5), 0 3px 8px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	animation: ufa-float-pulse 1.6s ease-in-out infinite;
}
/* shimmer light sweep */
.float-main-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -80%;
	width: 55%;
	height: 100%;
	background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	transform: skewX(-20deg);
	animation: ufa-shine 2.4s ease-in-out infinite;
}
/* bouncing slot icon */
.float-main-btn .fmb-ico {
	font-size: 20px;
	display: inline-block;
	animation: ufa-ico-bounce 1.6s ease-in-out infinite;
}
.float-main-btn:hover {
	color: #201500;
	filter: brightness(1.07);
	animation-play-state: paused;
}
@keyframes ufa-float-pulse {
	0%, 100% {
		transform: translateX(-50%) scale(1);
		box-shadow: 0 8px 26px rgba(240, 180, 41, 0.5), 0 3px 8px rgba(0, 0, 0, 0.4);
	}
	50% {
		transform: translateX(-50%) scale(1.06);
		box-shadow: 0 0 46px rgba(255, 196, 0, 0.95), 0 6px 18px rgba(240, 180, 41, 0.7);
	}
}
@keyframes ufa-shine {
	0%   { left: -80%; }
	45%, 100% { left: 130%; }
}
@keyframes ufa-ico-bounce {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	30%     { transform: translateY(-4px) rotate(-14deg); }
	60%     { transform: translateY(1px) rotate(10deg); }
}
@media (prefers-reduced-motion: reduce) {
	.float-main-btn,
	.float-main-btn::after,
	.float-main-btn .fmb-ico { animation: none; }
}
@media (max-width: 680px) {
	.float-main-btn { font-size: 15px; padding: 13px 28px; bottom: 18px; }
}

.nav-toggle { display: none; }

/* ---------- Mobile collapsible nav ---------- */
@media (max-width: 680px) {
	.header-inner { flex-wrap: nowrap; }
	.main-nav { width: 100%; margin-top: 10px; }
	.nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		background: var(--gold-soft);
		border: 1px solid var(--gold-line);
		border-radius: 10px;
		padding: 9px 16px;
		color: var(--gold);
		font-family: var(--font-head);
		font-weight: 500;
		font-size: 15px;
		cursor: pointer;
		width: 100%;
	}
	.nt-bars { display: block; }
	.nt-bar {
		display: block;
		width: 18px;
		height: 2px;
		background: var(--gold);
		margin: 3px 0;
		border-radius: 2px;
		transition: transform .25s ease, opacity .25s ease;
	}
	.nav-toggle.is-open .nt-bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.nav-toggle.is-open .nt-bar:nth-child(2) { opacity: 0; }
	.nav-toggle.is-open .nt-bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.nav-toggle.is-open .nt-label { display: none; }
	.nav-panel { display: none; }
	.nav-panel.is-open {
		display: block;
		margin-top: 10px;
		background: rgba(10, 16, 30, 0.98);
		border: 1px solid var(--gold-line);
		border-radius: 12px;
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
		overflow: hidden;
	}
	.nav-panel ul { flex-direction: column; gap: 0; }
	.nav-panel a {
		display: block;
		padding: 13px 18px;
		border-radius: 0;
		border-bottom: 1px solid var(--line);
		font-size: 16px;
	}
	.nav-panel li:last-child a { border-bottom: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 1.9rem; }
}
@media (max-width: 680px) {
  .post-grid { grid-template-columns: 1fr; }
  .header-inner { flex-wrap: wrap; padding: 10px 0; }
  .main-nav { width: 100%; overflow-x: auto; }
  .main-nav ul { justify-content: flex-start; }
  .topbar-inner { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.55rem; }
  h1 { font-size: 1.5rem; }
  .prose h2 { font-size: 1.25rem; }
}
