/*
Theme Name: nic.brand Registry
Theme URI: https://www.tucows.com
Author: Tucows
Author URI: https://www.tucows.com
Description: One-page registry information site for a .brand top-level domain (nic.<brand>). Duplicate this site per client, then set the Site Title, upload the Site Logo, edit the page text, and pick a Brand color under Appearance > Editor > Styles — no code changes needed.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nicbrand-registry
Tags: one-page, full-site-editing, block-theme
*/

.nic-section {
	scroll-margin-top: 24px;
}

.wp-block-site-logo a,
.wp-block-site-logo .components-placeholder,
.nic-logo-placeholder {
	border: 1px dashed var(--wp--preset--color--border);
	border-radius: 8px;
}

.nic-logo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	max-width: 100%;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--wp--preset--color--muted);
}

.nic-card {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.nic-eyebrow {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
}

/* Policy row list */
.nic-policy-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 4px;
	border-bottom: 1px solid var(--wp--preset--color--border);
}

.nic-policy-row:first-child {
	border-top: 1px solid var(--wp--preset--color--border);
}

/* Shrink the wide side padding on narrower screens; Figma's Mobile frame uses 20px */
@media (max-width: 782px) {
	.alignfull {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

