/*
Theme Name: BalshawTheme
Theme URI: https://balshaw.me
Author: Carl Balshaw
Author URI: https://balshaw.me
Description: Personal block theme for balshaw.me
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: balshaw-theme
*/

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    color: #222;
    background: #f5f5f5;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ----------------------------------------
   Dashboard
---------------------------------------- */

.dashboard {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard h1 {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
}

/* ----------------------------------------
   Projects column
---------------------------------------- */

.dashboard__project {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.dashboard__project h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.dashboard__project h3 a {
    color: inherit;
}

.dashboard__project ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}

.dashboard__project ul li a {
    font-size: 0.875rem;
    color: #0066cc;
}

/* ----------------------------------------
   Links column
---------------------------------------- */

.dashboard__link-group {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.dashboard__link-group h3 {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}

.dashboard__link-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard__link-group ul li {
    padding: 0.2rem 0;
    font-size: 0.9rem;
}
