/*
Theme Name: Virtual World Sales
Theme URI: https://vwsales.com
Author: Digitalstarlight.com
Author URI: https://digitalstarlight.com
Description: Custom theme for Virtual World Sales featuring embedded map links.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vwsales
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
    color: #1e293b;
}

.site-header, .site-footer {
    background-color: #ffffff;
    padding: 20px 40px;
    border-bottom: 1px solid #e2e8f0;
}

.site-footer {
    border-top: 1px solid #e2e8f0;
    border-bottom: none;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.site-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    min-height: 60vh;
}

.map-rectangle {
    display: inline-block;
    width: 220px;
    padding: 20px;
    background-color: #E0F2FE;
    color: #0369A1;
    text-align: center;
    text-decoration: none;
    border: 1px solid #BAE6FD;
    border-radius: 8px;
    font-weight: 600;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.map-rectangle:hover {
    background-color: #BAE6FD;
}
