{"id":8311310,"date":"2025-09-22T09:43:52","date_gmt":"2025-09-22T06:43:52","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311310"},"modified":"2025-09-22T10:24:10","modified_gmt":"2025-09-22T07:24:10","slug":"runway-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/runway-calculator\/","title":{"rendered":"Runway Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311309\" class=\"elementor elementor-8311309\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles Adapted from Your Provided Code --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 700px; \/* Adjusted for a single-panel tool *\/\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: flex-start; \/* Align to top *\/\r\n        width: 100%;\r\n    }\r\n\r\n    \/* Re-purposing .input-section as the main calculator panel *\/\r\n    .calculator-panel {\r\n        flex: 1;\r\n        max-width: 650px;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 16px 24px;\r\n        font-weight: 500;\r\n        font-size: 1.25rem;\r\n    }\r\n\r\n    .calculator-body {\r\n        padding: 24px 32px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 20px;\r\n    }\r\n\r\n    .input-group {\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n\r\n    .input-group label {\r\n        font-weight: 500;\r\n        color: #333;\r\n        font-size: 1rem;\r\n    }\r\n\r\n    .input-group input[type=\"number\"] {\r\n        width: 100%;\r\n        padding: 12px 16px;\r\n        border: 1.5px solid #E0E0E0;\r\n        border-radius: 4px;\r\n        font-size: 1rem;\r\n        transition: border-color 0.2s, box-shadow 0.2s;\r\n        box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\r\n    }\r\n\r\n    .input-group input[type=\"number\"]:focus {\r\n        outline: none;\r\n        border-color: #05047E;\r\n        box-shadow: 0 0 0 3px rgba(5, 4, 126, 0.1);\r\n    }\r\n\r\n    .input-group input[type=\"number\"]::placeholder {\r\n        color: #adb5bd;\r\n    }\r\n\r\n    .format-btn-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        margin-top: 10px;\r\n    }\r\n\r\n    .format-btn {\r\n        background-color: #000;\r\n        color: white;\r\n        border: none;\r\n        padding: 14px 24px;\r\n        cursor: pointer;\r\n        font-size: 1.125rem;\r\n        font-weight: 500;\r\n        transition: all 0.2s;\r\n        width: 100%;\r\n        border-radius: 4px;\r\n    }\r\n\r\n    .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n        background-color: #545454;\r\n    }\r\n    \r\n    .reset-btn {\r\n        background: none;\r\n        border: none;\r\n        color: black;\r\n        text-decoration: underline;\r\n        font-size: 1rem;\r\n        cursor: pointer;\r\n        padding: 0;\r\n        margin-top: 16px;\r\n        transition: color 0.2s;\r\n    }\r\n\r\n    .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n        background: none;\r\n        color: #545454;\r\n        text-decoration: underline;\r\n    }\r\n    \r\n    \/* --- New Styles for the Results --- *\/\r\n    #results-section {\r\n        display: none; \/* Hidden by default *\/\r\n        margin-top: 20px;\r\n        padding: 24px;\r\n        border: 1px solid #ddd;\r\n        border-radius: 8px;\r\n        background-color: #f9f9f9;\r\n        text-align: center;\r\n    }\r\n    \r\n    #results-section h3 {\r\n        margin: 0 0 16px;\r\n        color: #05047E;\r\n        font-size: 1.3rem;\r\n    }\r\n\r\n    .result-item {\r\n        margin-bottom: 12px;\r\n        font-size: 1.1rem;\r\n    }\r\n\r\n    .result-item strong {\r\n        font-weight: 600;\r\n        color: #333;\r\n    }\r\n\r\n    #runway-display {\r\n        margin: 20px 0;\r\n        padding: 20px;\r\n        border-radius: 8px;\r\n        transition: background-color 0.3s, border-color 0.3s;\r\n    }\r\n    \r\n    #runway-display .runway-value {\r\n        font-size: 3.5rem;\r\n        font-weight: bold;\r\n        display: block;\r\n        line-height: 1.1;\r\n    }\r\n\r\n    #runway-display .runway-label {\r\n        font-size: 1.1rem;\r\n        color: #555;\r\n        margin-top: 4px;\r\n        display: block;\r\n    }\r\n    \r\n    \/* Runway Status Colors *\/\r\n    .runway-healthy {\r\n        background-color: #e4f8e9;\r\n        border: 2px solid #28a745;\r\n        color: #155724;\r\n    }\r\n    .runway-warning {\r\n        background-color: #fff8e1;\r\n        border: 2px solid #ffc107;\r\n        color: #856404;\r\n    }\r\n    .runway-danger {\r\n        background-color: #fbe6e6;\r\n        border: 2px solid #dc3545;\r\n        color: #721c24;\r\n    }\r\n     .runway-infinite {\r\n        background-color: #e2f3fe;\r\n        border: 2px solid #007bff;\r\n        color: #004085;\r\n    }\r\n<\/style>\r\n\r\n<div id=\"runway-calculator-app\" class=\"html-viewer-app\">\r\n    <div class=\"main-content\">\r\n        <div id=\"calculator-panel\" class=\"calculator-panel\">\r\n            <div class=\"section-header\">\r\n                <h2>Runway Calculator<\/h2>\r\n            <\/div>\r\n            <div class=\"calculator-body\">\r\n                <div class=\"input-group\">\r\n                    <label for=\"cashBalance\">Current Cash Balance ($)<\/label>\r\n                    <input type=\"number\" id=\"cashBalance\" placeholder=\"e.g., 100000\" min=\"0\">\r\n                <\/div>\r\n\r\n                <div class=\"input-group\">\r\n                    <label for=\"monthlyRevenue\">Monthly Revenue ($)<\/label>\r\n                    <input type=\"number\" id=\"monthlyRevenue\" placeholder=\"e.g., 20000\" min=\"0\">\r\n                <\/div>\r\n\r\n                <div class=\"input-group\">\r\n                    <label for=\"monthlyExpenses\">Monthly Expenses ($)<\/label>\r\n                    <input type=\"number\" id=\"monthlyExpenses\" placeholder=\"e.g., 30000\" min=\"0\">\r\n                <\/div>\r\n\r\n                <div class=\"format-btn-container\">\r\n                    <button id=\"calculateBtn\" class=\"format-btn\">Calculate Runway<\/button>\r\n                <\/div>\r\n\r\n                <div id=\"results-section\">\r\n                    <h3>Your Financial Outlook<\/h3>\r\n\r\n                    <div class=\"result-item\">\r\n                        Net Monthly Burn: <strong id=\"netBurnResult\"><\/strong>\r\n                    <\/div>\r\n\r\n                    <div id=\"runway-display\">\r\n                        <span id=\"runwayMonthsResult\" class=\"runway-value\"><\/span>\r\n                        <span class=\"runway-label\">Months<\/span>\r\n                    <\/div>\r\n\r\n                    <button id=\"resetBtn\" class=\"reset-btn\">Reset Calculator<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ Get references to DOM elements\r\n        const cashBalanceInput = document.getElementById('cashBalance');\r\n        const monthlyRevenueInput = document.getElementById('monthlyRevenue');\r\n        const monthlyExpensesInput = document.getElementById('monthlyExpenses');\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        \r\n        const resultsSection = document.getElementById('results-section');\r\n        const netBurnResult = document.getElementById('netBurnResult');\r\n        const runwayMonthsResult = document.getElementById('runwayMonthsResult');\r\n        const runwayDisplay = document.getElementById('runway-display');\r\n        const runwayLabel = runwayDisplay.querySelector('.runway-label');\r\n\r\n        function calculateRunway() {\r\n            \/\/ 1. Get and parse input values\r\n            const cashBalance = parseFloat(cashBalanceInput.value) || 0;\r\n            const monthlyRevenue = parseFloat(monthlyRevenueInput.value) || 0;\r\n            const monthlyExpenses = parseFloat(monthlyExpensesInput.value) || 0;\r\n            \r\n            \/\/ 2. Validate inputs\r\n            if (cashBalance <= 0 || monthlyExpenses <= 0) {\r\n                alert(\"Please enter a positive value for Cash Balance and Monthly Expenses.\");\r\n                return;\r\n            }\r\n\r\n            \/\/ 3. Perform calculations\r\n            const netBurn = monthlyExpenses - monthlyRevenue;\r\n            \r\n            \/\/ Format for currency display\r\n            const currencyFormatter = new Intl.NumberFormat('en-US', {\r\n                style: 'currency',\r\n                currency: 'USD'\r\n            });\r\n\r\n            netBurnResult.textContent = currencyFormatter.format(netBurn);\r\n\r\n            \/\/ Clear previous status classes\r\n            runwayDisplay.classList.remove('runway-healthy', 'runway-warning', 'runway-danger', 'runway-infinite');\r\n\r\n            \/\/ 4. Handle different scenarios and update UI\r\n            if (netBurn <= 0) {\r\n                \/\/ Profitable or breaking even\r\n                runwayMonthsResult.textContent = '\u221e';\r\n                runwayLabel.textContent = 'Infinite Runway (Profitable)';\r\n                runwayDisplay.classList.add('runway-infinite');\r\n            } else {\r\n                \/\/ Burning cash\r\n                const runwayMonths = cashBalance \/ netBurn;\r\n                runwayMonthsResult.textContent = runwayMonths.toFixed(1);\r\n                runwayLabel.textContent = 'Months';\r\n\r\n                \/\/ Add status color based on runway length\r\n                if (runwayMonths > 18) {\r\n                    runwayDisplay.classList.add('runway-healthy');\r\n                } else if (runwayMonths > 6) {\r\n                    runwayDisplay.classList.add('runway-warning');\r\n                } else {\r\n                    runwayDisplay.classList.add('runway-danger');\r\n                }\r\n            }\r\n\r\n            \/\/ 5. Show the results\r\n            resultsSection.style.display = 'block';\r\n        }\r\n\r\n        function resetCalculator() {\r\n            \/\/ Clear input fields\r\n            cashBalanceInput.value = '';\r\n            monthlyRevenueInput.value = '';\r\n            monthlyExpensesInput.value = '';\r\n\r\n            \/\/ Hide the results section\r\n            resultsSection.style.display = 'none';\r\n        }\r\n\r\n        \/\/ Add event listeners\r\n        calculateBtn.addEventListener('click', calculateRunway);\r\n        resetBtn.addEventListener('click', resetCalculator);\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8311310","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Runway Calculator<\/title>\n<meta name=\"description\" content=\"Use our free Runway Calculator to accurately estimate your business&#039;s financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/runway-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Runway Calculator\" \/>\n<meta property=\"og:description\" content=\"Use our free Runway Calculator to accurately estimate your business&#039;s financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/runway-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-22T06:43:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-22T07:24:10+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Runway Calculator\",\"datePublished\":\"2025-09-22T06:43:52+00:00\",\"dateModified\":\"2025-09-22T07:24:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/\",\"url\":\"https:\/\/elementor.com\/tools\/runway-calculator\/\",\"name\":\"Runway Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-22T06:43:52+00:00\",\"dateModified\":\"2025-09-22T07:24:10+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Use our free Runway Calculator to accurately estimate your business's financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/runway-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/runway-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Runway Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Runway Calculator","description":"Use our free Runway Calculator to accurately estimate your business's financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/runway-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Runway Calculator","og_description":"Use our free Runway Calculator to accurately estimate your business's financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.","og_url":"https:\/\/elementor.com\/tools\/runway-calculator\/","og_site_name":"Tools","article_published_time":"2025-09-22T06:43:52+00:00","article_modified_time":"2025-09-22T07:24:10+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/runway-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/runway-calculator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Runway Calculator","datePublished":"2025-09-22T06:43:52+00:00","dateModified":"2025-09-22T07:24:10+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/runway-calculator\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/runway-calculator\/","url":"https:\/\/elementor.com\/tools\/runway-calculator\/","name":"Runway Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-22T06:43:52+00:00","dateModified":"2025-09-22T07:24:10+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Use our free Runway Calculator to accurately estimate your business's financial runway in months. Essential for startups and growing businesses to manage cash flow and plan for the future.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/runway-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/runway-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/runway-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Runway Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8311310"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311310\/revisions"}],"predecessor-version":[{"id":8311312,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311310\/revisions\/8311312"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}