
        .warmth-container * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            border: 0;
        }
        .warmth-container {
            all: initial;
            display: block;
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            color: #1e1e1e;
            line-height: 1.5;
        }
        .warmth-container .red-text { color: #b70304; }
        .warmth-container .red-border { border-color: #b70304; }
        .warmth-container .red-bg-light { background-color: rgba(183, 3, 4, 0.03); }
        .warmth-container .red-bg { background-color: #b70304; color: white; }
    