        /* .app {
            max-width: 360px;
            margin: 28px auto;
        } */

        .logo-box {
            width: 70px;
            height: 70px;
            border-radius: 12px;
            background: #ff6b6b;
        }

        .big-card {
            border-radius: 18px;
            padding: 28px;
        }

        .icon-circle {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #000;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .map-btn {
            border-radius: 10px;
            border: 2px solid #111;
        }

        .meta {
            margin-top: 12px;
            font-weight: 700;
            color: #444;
        }

        .none {
            display: none;
        }