/*
Theme Name: Device Tracker App
Theme URI: 
Author: Tim Mitra
Author URI: 
Description: child of Twenty Twenty for App home page
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 0.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: device-tracker-app
Tags:
*/

/* ── Feature circles ─────────────────────────────────────────────────────── */
.wp-block-heading.is-style-feature-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #2563eb;
    color: #ffffff;
    margin: 0 auto;
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.3;
    box-sizing: border-box;
}
