.guide-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 10px;
            justify-content: center;
        }
        .guide-tag {
            background-color: #ffb019;
            color: white;
            font-size: 0.75rem;
            padding: 3px 8px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        .guide-tag i {
            font-size: 0.7rem;
            margin-right: 4px;
        }
