/*
Theme Name: LinkTree Clone
Theme URI: https://example.com/
Author: Tom Mullins
Author URI: https://example.com/
Description: A minimal companion theme for the LinkTree Clone plugin. It provides the cleanest possible full-bleed look for client Link Pages. Requires the "LinkTree Clone" plugin to be active — without it, this theme falls back to a plain, readable default layout for any regular pages/posts.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linktree-clone-theme
*/

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d1d1f;
	background: #fafafa;
	line-height: 1.6;
}

a {
	color: #2271b1;
}

.ltc-theme-header {
	padding: 18px 24px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.ltc-theme-header a {
	text-decoration: none;
	font-weight: 700;
	color: #1d1d1f;
	font-size: 18px;
}

.ltc-theme-content {
	max-width: 720px;
	margin: 40px auto;
	padding: 0 24px;
}

.ltc-theme-footer {
	max-width: 720px;
	margin: 40px auto;
	padding: 16px 24px;
	font-size: 13px;
	color: #86868b;
	border-top: 1px solid #e5e5e5;
}

/* Body class added on single Link Page views so nothing from the generic
   theme chrome (max-width wrapper, padding) leaks into the full-bleed page. */
.ltc-standalone-body {
	margin: 0;
}
