/*
Theme Name: Restaurant Picker
Theme URI: https://example.com/restaurant-picker
Author: Hope Pictures
Author URI: https://hopepictures.net
Description: A restaurant finder theme styled after WordPress Twenty Seventeen. Find nearby restaurants, rate them with thumbs up or down, and get a random pick when you can't decide where to eat. Powered by OpenStreetMap.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restaurant-picker
Tags: food, restaurant, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ── Reset & Base ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
	font-size: 16px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: 'Libre Franklin', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 1rem;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	background: #f1f1f1;
	word-wrap: break-word;
}

a { color: #0073aa; text-decoration: none; }
a:hover { color: #005177; text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', Georgia, serif;
	line-height: 1.3;
	color: #333;
}

p { margin: 0 0 1.25em; }

/* ── WordPress Core Classes ─────────────────────────────────── */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 1.5em 1.5em 0; }
.alignright { float: right; margin: 0 0 1.5em 1.5em; }
.aligncenter { margin: 0 auto 1.5em; display: block; }

/* ── Navigation Bar ─────────────────────────────────────────── */
.site-header {
	background: #222;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.nav-wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	min-height: 55px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
	color: #fff;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.site-title a { color: #fff; }
.site-title a:hover { color: #ccc; text-decoration: none; }

/* Primary Nav Menu */
.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2px;
}

.main-navigation ul li a {
	display: block;
	padding: 16px 14px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #aaa;
	transition: color 0.15s;
	font-family: 'Libre Franklin', sans-serif;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
	color: #fff;
	text-decoration: none;
}

/* ── Custom Header / Hero ───────────────────────────────────── */
.site-hero {
	background: #222;
	position: relative;
	overflow: hidden;
	min-height: 220px;
	display: flex;
	align-items: flex-end;
}

.site-hero.has-header-image {
	min-height: 300px;
}

.custom-header-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
}

.site-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0,115,170,0.75) 0%, rgba(34,34,34,0.85) 60%),
		repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.025) 20px, rgba(255,255,255,0.025) 40px);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 30px 36px;
}

.hero-content .hero-site-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 8px;
	line-height: 1.2;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-content .site-description {
	font-size: 1rem;
	font-weight: 300;
	color: rgba(255,255,255,0.75);
	margin: 0;
	letter-spacing: 0.03em;
	font-family: 'Libre Franklin', sans-serif;
}

/* ── Page Layout ────────────────────────────────────────────── */
.site-content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.site-content {
	display: flex;
	gap: 60px;
	padding: 48px 0 60px;
	align-items: flex-start;
}

.content-area { flex: 1; min-width: 0; }
.widget-area { width: 270px; flex-shrink: 0; }

/* ── Entry Styles ───────────────────────────────────────────── */
.entry-header {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.entry-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.65rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 6px;
}

.entry-meta {
	font-size: 0.8rem;
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif;
}

.entry-content { background: #fff; border: 1px solid #d1d1d1; padding: 30px; margin-bottom: 24px; }
.entry-content p:last-child { margin-bottom: 0; }

/* ── WP Buttons ─────────────────────────────────────────────── */
.wp-btn {
	display: inline-block;
	padding: 10px 20px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	white-space: nowrap;
	text-decoration: none;
}
.wp-btn-primary { background: #0073aa; color: #fff; }
.wp-btn-primary:hover { background: #005177; color: #fff; text-decoration: none; }
.wp-btn-dark { background: #222; color: #fff; }
.wp-btn-dark:hover { background: #444; color: #fff; text-decoration: none; }
.wp-btn-outline { background: transparent; color: #0073aa; border: 2px solid #0073aa; }
.wp-btn-outline:hover { background: #0073aa; color: #fff; text-decoration: none; }
.wp-btn-white { background: #fff; color: #0073aa; }
.wp-btn-white:hover { background: #222; color: #fff; }

/* ── WP Input ───────────────────────────────────────────────── */
.wp-text-input {
	width: 100%;
	padding: 10px 14px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.9rem;
	border: 2px solid #d1d1d1;
	background: #fff;
	color: #333;
	transition: border-color 0.15s;
}
.wp-text-input:focus { outline: none; border-color: #0073aa; }
.wp-text-input::placeholder { color: #aaa; }

/* ── Restaurant Finder Sections ─────────────────────────────── */
.rp-section {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 24px 26px;
	margin-bottom: 24px;
}

.rp-section h3 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1rem;
	margin: 0 0 16px;
	color: #333;
}

.rp-search-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.rp-search-row .wp-text-input { flex: 1; min-width: 180px; }

/* Lucky Pick banner */
.rp-lucky-banner {
	background: #0073aa;
	padding: 20px 26px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.rp-lucky-banner h4 {
	font-family: 'Libre Baskerville', Georgia, serif;
	color: #fff;
	margin: 0 0 4px;
	font-size: 1rem;
}

.rp-lucky-banner p {
	color: rgba(255,255,255,0.8);
	font-size: 0.85rem;
	margin: 0;
}

.rp-lucky-banner .wp-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* Status bar */
.rp-status {
	font-size: 0.85rem;
	color: #767676;
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	min-height: 40px;
	font-family: 'Libre Franklin', sans-serif;
}

.rp-spinner {
	display: inline-block;
	width: 14px; height: 14px;
	border: 2px solid #d1d1d1;
	border-top-color: #0073aa;
	border-radius: 50%;
	animation: rp-spin 0.7s linear infinite;
	flex-shrink: 0;
}
@keyframes rp-spin { to { transform: rotate(360deg); } }

/* Restaurant Cards */
.rp-restaurant-list { display: flex; flex-direction: column; }

.rp-card {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: background 0.1s;
}
.rp-card:first-child { border-top: 1px solid #d1d1d1; }
.rp-card:hover { background: #fafafa; }
.rp-card.liked { border-left: 4px solid #46b450; background: #f7fff7; }
.rp-card.disliked { border-left: 4px solid #dc3232; opacity: 0.5; }

.rp-card-num {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #d1d1d1;
	width: 26px;
	text-align: center;
	flex-shrink: 0;
}
.rp-card.liked .rp-card-num { color: #46b450; }

.rp-card-icon { font-size: 1.3rem; flex-shrink: 0; width: 32px; text-align: center; }

.rp-card-info { flex: 1; min-width: 0; }

.rp-card-name {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rp-card-meta {
	font-size: 0.76rem;
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif;
}

.rp-card-tags { display: flex; gap: 6px; margin-top: 5px; flex-wrap: wrap; }

.rp-tag {
	font-size: 0.68rem;
	padding: 2px 7px;
	background: #f1f1f1;
	color: #767676;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid #d1d1d1;
	font-family: 'Libre Franklin', sans-serif;
}

.rp-tag.open { color: #46b450; border-color: #46b450; background: #f0fff0; }

.rp-card-actions { display: flex; gap: 6px; flex-shrink: 0; align-items: center; }

.rp-vote-btn {
	width: 36px; height: 36px;
	border: 2px solid #d1d1d1;
	background: #fff;
	cursor: pointer;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s;
}
.rp-vote-btn:hover { border-color: #0073aa; transform: scale(1.1); }
.rp-vote-btn.up.active { border-color: #46b450; background: #f0fff0; }
.rp-vote-btn.down.active { border-color: #dc3232; background: #fff5f5; }

.rp-directions-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0 10px;
	height: 36px;
	border: 2px solid #d1d1d1;
	background: #fff;
	color: #0073aa;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s;
}
.rp-directions-btn:hover { background: #0073aa; color: #fff; border-color: #0073aa; text-decoration: none; }

/* Empty State */
.rp-empty {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 56px 30px;
	text-align: center;
}
.rp-empty .rp-empty-icon { font-size: 2.5rem; margin-bottom: 14px; color: #d1d1d1; }
.rp-empty p { color: #767676; font-size: 0.9rem; max-width: 320px; margin: 0 auto; }

/* ── Sidebar Widgets ────────────────────────────────────────── */
.widget-area .widget {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 24px;
	margin-bottom: 28px;
}

.widget-area .widget-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #333;
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 3px solid #222;
}

/* Filter widget */
.rp-filter-list { list-style: none; margin: 0; padding: 0; }
.rp-filter-list li { border-bottom: 1px solid #f1f1f1; }
.rp-filter-list li:last-child { border-bottom: none; }

.rp-filter-list li button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
	background: none;
	border: none;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 0.88rem;
	color: #0073aa;
	cursor: pointer;
	font-weight: 600;
}
.rp-filter-list li button:hover { color: #005177; }
.rp-filter-list li.active button { color: #333; font-weight: 800; }

.rp-filter-count {
	background: #f1f1f1;
	color: #767676;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 7px;
	min-width: 22px;
	text-align: center;
}
.rp-filter-list li.active .rp-filter-count { background: #0073aa; color: #fff; }

/* Stats widget */
.rp-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rp-stat {
	text-align: center;
	padding: 12px 6px;
	background: #f9f9f9;
	border: 1px solid #eee;
}
.rp-stat-num {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}
.rp-stat-label {
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #767676;
	font-weight: 600;
	font-family: 'Libre Franklin', sans-serif;
}
.rp-stat.green .rp-stat-num { color: #46b450; }
.rp-stat.red .rp-stat-num { color: #dc3232; }

/* Radius widget */
.rp-radius-list { display: flex; flex-direction: column; gap: 8px; }
.rp-radius-list label {
	display: flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	font-size: 0.87rem;
	color: #555;
	font-family: 'Libre Franklin', sans-serif;
}
.rp-radius-list label input[type="radio"] { accent-color: #0073aa; }
.rp-radius-list label.active { color: #333; font-weight: 700; }

/* ── Winner Modal ───────────────────────────────────────────── */
.rp-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.65);
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.rp-modal-overlay.open { display: flex; }

.rp-modal {
	background: #fff;
	border-top: 5px solid #0073aa;
	max-width: 460px;
	width: 100%;
	padding: 40px 36px;
	text-align: center;
	position: relative;
	animation: rp-modal-in 0.2s ease;
}
@keyframes rp-modal-in {
	from { transform: translateY(-16px); opacity: 0; }
	to   { transform: translateY(0); opacity: 1; }
}

.rp-modal-close {
	position: absolute;
	top: 12px; right: 14px;
	background: none;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
	color: #767676;
	line-height: 1;
}
.rp-modal-close:hover { color: #333; }

.rp-modal-eyebrow {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 800;
	color: #0073aa;
	margin-bottom: 10px;
	font-family: 'Libre Franklin', sans-serif;
}

.rp-modal-heading {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 18px;
}

.rp-modal-icon { font-size: 3rem; margin-bottom: 12px; display: block; }

.rp-modal-name {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #0073aa;
	line-height: 1.2;
	margin-bottom: 8px;
}

.rp-modal-meta {
	color: #767676;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 600;
	margin-bottom: 28px;
	font-family: 'Libre Franklin', sans-serif;
}

.rp-modal-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer {
	background: #222;
	color: #aaa;
	padding: 40px 0 20px;
}

.footer-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding-bottom: 32px;
	border-bottom: 1px solid #444;
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #fff;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}

.footer-widgets .widget { background: none; border: none; padding: 0; margin: 0; }
.footer-widgets p { font-size: 0.82rem; line-height: 1.65; }
.footer-widgets ul { list-style: none; margin: 0; padding: 0; }
.footer-widgets ul li { padding: 5px 0; font-size: 0.82rem; border-bottom: 1px solid #333; }
.footer-widgets ul li:last-child { border-bottom: none; }
.footer-widgets a { color: #aaa; }
.footer-widgets a:hover { color: #fff; }

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.footer-bottom p { font-size: 0.78rem; margin: 0; }
.footer-bottom a { color: #aaa; }
.footer-bottom a:hover { color: #fff; }

/* ── Blog / Post Styles ─────────────────────────────────────── */
.hentry {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 30px;
	margin-bottom: 24px;
}

.hentry .entry-title { font-size: 1.4rem; }
.hentry .entry-title a { color: #333; }
.hentry .entry-title a:hover { color: #0073aa; text-decoration: none; }
.hentry .entry-header { border-bottom: none; margin-bottom: 16px; padding-bottom: 0; }

.post-thumbnail { margin-bottom: 20px; }
.post-thumbnail img { width: 100%; }

.entry-footer {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #f1f1f1;
	font-size: 0.78rem;
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 600;
}

.cat-links a, .tags-links a { color: #0073aa; }

.read-more-link {
	display: inline-block;
	margin-top: 14px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0073aa;
}
.read-more-link:hover { color: #005177; text-decoration: none; }

/* Pagination */
.posts-navigation {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.posts-navigation a { color: #0073aa; }

/* Comments */
.comments-area {
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 30px;
	margin-top: 24px;
}
.comments-title { font-size: 1.2rem; margin-bottom: 24px; }
.comment-list { list-style: none; padding: 0; margin: 0; }
.comment-body { padding: 16px 0; border-bottom: 1px solid #f1f1f1; }
.comment-meta { font-size: 0.8rem; color: #767676; margin-bottom: 8px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 10px 14px;
	border: 2px solid #d1d1d1;
	font-family: inherit;
	font-size: 0.9rem;
	margin-bottom: 12px;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus { outline: none; border-color: #0073aa; }
.comment-form input[type="submit"] { background: #0073aa; color: #fff; padding: 10px 20px; border: none; cursor: pointer; font-weight: 700; }

/* 404 */
.error-404 .page-content { text-align: center; padding: 40px 0; }
.error-404 .search-form { max-width: 400px; margin: 20px auto 0; display: flex; gap: 10px; }
.error-404 .search-field { flex: 1; padding: 10px 14px; border: 2px solid #d1d1d1; font-size: 0.9rem; }
.error-404 .search-submit { background: #0073aa; color: #fff; border: none; padding: 10px 16px; cursor: pointer; font-weight: 700; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
	.site-content { flex-direction: column; gap: 28px; }
	.widget-area { width: 100%; }
	.footer-widgets { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 640px) {
	/* Nav */
	.nav-wrap { padding: 0 14px; }
	.main-navigation ul { display: none; }

	/* Hero */
	.site-hero { min-height: 130px; }
	.hero-content { padding: 20px 14px 18px; }
	.hero-content .hero-site-title { font-size: 1.4rem; }
	.hero-content .site-description { font-size: 0.82rem; }

	/* Layout */
	.site-content-wrap { padding: 0 12px; }
	.site-content { padding: 20px 0 36px; gap: 18px; }

	/* Search section */
	.rp-section { padding: 16px; }
	.rp-search-row { flex-direction: column; gap: 8px; }
	.rp-search-row .wp-text-input,
	.rp-search-row .wp-btn { width: 100%; text-align: center; }

	/* Lucky banner */
	.rp-lucky-banner { flex-direction: column; padding: 16px; gap: 12px; }
	.rp-lucky-banner .wp-btn { width: 100%; text-align: center; }

	/* Cards — wrap actions below info */
	.rp-card { flex-wrap: wrap; padding: 12px 14px; gap: 8px; }
	.rp-card-num { display: none; }
	.rp-card-info { width: calc(100% - 44px); }
	.rp-card-name { font-size: 0.92rem; white-space: normal; }
	.rp-card-meta { font-size: 0.73rem; white-space: normal; }
	.rp-card-actions {
		width: 100%;
		justify-content: flex-start;
		gap: 8px;
		padding-top: 8px;
		border-top: 1px solid #f1f1f1;
	}
	.rp-directions-btn { flex: 1; justify-content: center; font-size: 0.72rem; padding: 0 8px; }
	.rp-vote-btn { width: 44px; height: 44px; font-size: 1.1rem; }

	/* Sidebar widgets */
	.rp-stats-grid { grid-template-columns: repeat(4, 1fr); }
	.rp-stat-num { font-size: 1.2rem; }
	.rp-radius-list { flex-direction: row; flex-wrap: wrap; gap: 6px 16px; }

	/* Modal */
	.rp-modal { padding: 28px 18px; }
	.rp-modal-name { font-size: 1.4rem; }
	.rp-modal-actions { flex-direction: column; }
	.rp-modal-actions .wp-btn { width: 100%; text-align: center; }

	/* Footer */
	.footer-widgets { grid-template-columns: 1fr; gap: 20px; }
	.footer-bottom { flex-direction: column; gap: 6px; text-align: center; }
}
