/*
Theme Name: Client Portal
Theme URI: https://example.local/client-portal
Author: Client Portal
Description: Minimal companion theme for the Client Portal for Photographers plugin.
Version: 0.1.0
Requires PHP: 8.2
Text Domain: cp-portal-theme
*/

body {
    margin: 0;
    color: #1d1d1d;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f8f9f7;
}

a {
    color: #254f59;
}

.cp-portal-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 72px;
}

.site-header,
.site-footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid #d9dfda;
}

.site-title {
    color: #151515;
    font-weight: 800;
    text-decoration: none;
}

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

.site-nav a {
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.site-footer {
    padding: 28px 0 42px;
    color: #6b7280;
    border-top: 1px solid #d9dfda;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
