  @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');
            font-style: normal;
            font-weight: 300;
            font-display: swap;
        }

        @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'),
                /* Modern Browsers */
                url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');
            font-style: normal;
            font-weight: 400;
            font-display: swap;
        }

        @font-face {
            font-family: 'ZohoPuvi';
            src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'),
                /* Modern Browsers */
                url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');
            font-style: normal;
            font-weight: 700;
            font-display: swap;
        }

        body {
            font-family: ZohoPuvi, sans-serif;
        }
 .usa-workshop-details-row {
            display: inline-flex;
            gap: 24px;
            background: #4F6ABE;
            margin: 16px 0;
            border: 1px solid #74addd;
            border-radius: 6px;
        }

        .usa-workshop-details-row>.usa-workshop-details-col {
            display: flex;
            flex-direction: column;
            padding: 8px 16px;
            border-right: 1px solid #74addd;
        }

        .usa-workshop-details-row>.usa-workshop-details-col:last-child {
            border-right: 0;
        }

        .usa-workshop-details-col .loc-span {
            font-size: 18px;
            font-weight: 500;
        }