@import url('../shared/vfb-font/style.css');
@import url('reset.css');
@import url('reset-typography.css');
@import url('site-pages/homepage.css');
@import url('site-pages/free-form-templates.css');
@import url('site-pages/document-template.css');
@import url('site-pages/plans-and-pricing.css');
@import url('app-notifications.css');
@import url('animations.css');
@import url('popup-menu.css');
@import url("dialog.css");
@import url("tabs-panel.css");


#ht-content > div[data-elementor-type=post].elementor:nth-child(1) {
    margin-top: -24px;
}

.cta {
    transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
}

.cta:hover {
    transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
}

.cta.cta-highlight {
    font-weight: 600;
}

.cta.color-primary {
    color: #89c402 !important;
}

.cta.color-primary:hover {
    color: #acf603 !important;
}

.cta.bg-hover-default,
.cta.bg-hover-secondary {
    background-color: rgba(0, 0, 0, 0);
}

.cta.bg-hover-default:hover,
.cta.bg-hover-default:focus-within {
    background-color: rgb(2 107 188);
}

body[data-browser-type=edge] .cta.bg-hover-default:hover,
body[data-browser-type=edge] .cta.bg-hover-default:focus {
    background-color: rgba(0, 0, 0, 1);
}

.cta.bg-hover-secondary:hover,
.cta.bg-hover-secondary:focus-within {
    background-color: rgba(0, 120, 212, 1);
}

body[data-browser-type=edge] .cta.bg-hover-secondary:hover,
body[data-browser-type=edge] .cta.bg-hover-secondary:focus {
    background-color: rgba(0, 120, 212, 1);
}

.section.bg-section-primary {
    background-color: #323237;
    color: white;
}

.section.bg-section-secondary {
    background-color: white;
    color: #323237;
}

.section.bg-section-ternary {
    background-color: #e9e9e9;
    color: #323237;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

#abcsubmit-header {
    background-color: rgb(0 120 212);
    color: #dedede;
    display: block;
    height: 50px;
    padding: 0;
    font-size: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3000000;
}

#abcsubmit-header:not([data-authenticated]) #header-login-link,
#abcsubmit-header:not([data-authenticated]) #header-signup-link,
#abcsubmit-header:not([data-authenticated]) #header-account-link {
    display: none;
}

#abcsubmit-header[data-authenticated="1"] #header-login-link,
#abcsubmit-header[data-authenticated="1"] #header-signup-link {
    display: none;
}

#abcsubmit-header[data-authenticated="0"] #header-account-link {
    display: none;
}

#abcsubmit-header + * {
    display: block;
    margin-top: 49px;
}

#abcsubmit-header a,
#abcsubmit-header label,
#abcsubmit-header input,
#abcsubmit-header span {
    font-size: 1rem;
}


.page-width-wrapper,
#ht-content {
    display: block;
    padding: 0 20px;
    position: relative;
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.full-page-wrapper,
#ht-page {
    display: block;
    width: 100%;
}

#ht-page {
    padding: 24px 0 0 0;
}

.full-page-wrapper {
    padding: 0;
    margin: 0;
}

#abcsubmit-header > .page-width-wrapper {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
}

#abcsubmit-header .greedy-space {
    flex-grow: 100;
}

#abcsubmit-header[data-search-visible] .greedy-space {
    display: none;
}

#abcsubmit-header #nav-search-form {
    position: relative;
}

#abcsubmit-header[data-search-visible] #nav-search-form {
    flex-grow: 100;
    width: 100%;
}

#abcsubmit-header[data-search-visible] #nav-search-form .nav-button {
    display: none;
}

#abcsubmit-header[data-search-visible] #nav-menu {
    display: none;
}

#abcsubmit-header[data-search-visible] #site-search {
    display: block;
    margin-top: 10px;
    height: 30px;
    margin-left: 0;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    color: #1a1a1f;
    font-size: 14px;
    padding: 0 34px 0 34px;
    outline: none;
}

#abcsubmit-header[data-search-visible] #close-search {
    position: absolute;
    display: block;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 24px;
    color: #1a1a1f;
    cursor: pointer;
}

#abcsubmit-header[data-search-visible] #submit-search {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 18px;
    color: #969696;
    cursor: pointer;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    background-color: transparent;
    border: none;
    padding: 0 2px;
}

#abcsubmit-header[data-search-visible] #submit-search:hover,
#abcsubmit-header[data-search-visible] #submit-search:focus {
    color: #0894ff;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
}

#abcsubmit-header > .page-width-wrapper > div,
#abcsubmit-header > .page-width-wrapper > form {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#abcsubmit-header a {
    color: inherit;
    text-decoration: none;
}

#abcsubmit-header #nav-menu > ul,
#abcsubmit-header #nav-menu > ul ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    font-size: 0;
}

#abcsubmit-header #nav-menu > ul > li {
    display: inline-block;
}

#abcsubmit-header #nav-menu > ul > li > ul {
    display: none;
}

#abcsubmit-header:not(.mobile-expanded) #nav-menu .nav-button.has-submenu:not(:hover):not(:focus-within) > ul,
#abcsubmit-header.mobile-expanded #nav-menu .nav-button.has-submenu:not(.opened) > ul {
    display: none;
}

body[data-browser-type=edge] #abcsubmit-header:not(.mobile-expanded) #nav-menu .nav-button.has-submenu:not(:hover):not(:focus) > ul,
body[data-browser-type=edge] #abcsubmit-header.mobile-expanded #nav-menu .nav-button.has-submenu:not(.opened) > ul {
    display: none;
}

#abcsubmit-header.mobile-expanded #burger-menu {
    color: rgba(0, 120, 212, 1);
}

#abcsubmit-header.mobile-expanded #burger-menu .vfb:before {
    content: "\e5cd" !important;
}

@media screen and (min-width: 800px) {

    body[data-browser-type=edge] #abcsubmit-header #nav-menu .nav-button:not(:hover) > ul {
        display: none !important;
    }

}

#abcsubmit-header #nav-menu .nav-button.has-submenu:hover:not(.mobile-expanded) > ul,
#abcsubmit-header #nav-menu .nav-button.has-submenu:focus-within:not(.mobile-expanded) > ul {
    position: absolute;
    left: 0;
    background-color: #1a1a1f;
    padding: 0;
}

body[data-browser-type=edge] #abcsubmit-header #nav-menu .nav-button.has-submenu:hover:not(.mobile-expanded) > ul,
body[data-browser-type=edge] #abcsubmit-header #nav-menu .nav-button.has-submenu:focus:not(.mobile-expanded) > ul {
    position: absolute;
    left: 0;
    background-color: #1a1a1f;
    padding: 0;
}

#abcsubmit-header #nav-menu .nav-button.has-submenu > ul li a {
    padding: 13px;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
}

#abcsubmit-header #nav-menu .nav-button.has-submenu > ul li a:hover,
#abcsubmit-header #nav-menu .nav-button.has-submenu > ul:not(:hover) li a:focus {
    background-color: rgba(0, 120, 212, 1);
    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
}

#abcsubmit-header #logo {
    padding: 0 !important;
}

#abcsubmit-header #logo > a {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: relative;
}

#abcsubmit-header #logo svg {
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    pointer-events: none;
    --webkit-pointer-events: none;
    --moz-pointer-events: none;
}

#abcsubmit-header .nav-button {
    display: block;
    height: 50px;
    padding: 0;
    position: relative;
}

#abcsubmit-header .nav-button > a,
#abcsubmit-header .nav-button > label {
    padding: 18px 12px;
    display: inline-block;
    position: relative;
    height: 50px;
}

#abcsubmit-header .nav-button * {
    cursor: pointer;
}

#abcsubmit-header .nav-button.has-icon {
    padding-right: 35px;
}

#abcsubmit-header #site-search,
#abcsubmit-header #close-search,
#abcsubmit-header #submit-search {
    display: none;
}

#abcsubmit-header .nav-button > span.vfb {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    height: 16px;
    width: 16px;
    transform: translateY(-50%);
}

#abcsubmit-header .nav-button.has-icon > label,
#abcsubmit-header .nav-button.has-icon > a {
    padding-right: 0;
}

#abcsubmit-header .nav-button:hover > label,
#abcsubmit-header .nav-button:hover > a {
    text-decoration: underline;
    color: white;
}

#abcsubmit-header a:focus {
    outline: none;
}

#abcsubmit-header .nav-button:focus-within,
#abcsubmit-header .nav-button:focus {
    outline: 1px dotted #dedede;
    outline-offset: -3px;
}

body[data-browser-type=edge] #abcsubmit-header .nav-button:focus {
    outline: 1px dotted #dedede;
    outline-offset: -3px;
}

#abcsubmit-header #burger-menu {
    display: none;
}

#abcsubmit-header #burger-menu > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
}

@media screen and ( max-width: 800px ) {

    body {
        overflow-x: hidden !important;
    }

    a.hero-link,
    a.secondary-cta {
        padding-right: 15px;
    }

    a.hero-link:after,
    a.secondary-cta:after {
        display: inline-block;
        margin-left: 10px;
        position: initial;
    }

    #abcsubmit-header #logo {
        margin-left: -10px;
    }

    #abcsubmit-header #burger-menu {
        display: block;
        color: white;
        cursor: pointer;
        height: 50px !important;
        width: 50px;
        margin-right: -20px;

        transition: color .25s;
        -webkit-transition: color .25s;
        -moz-transition: color .25s;
    }

    #abcsubmit-header #burger-menu > span {
        font-size: 32px;
        line-height: 32px;
    }

    #abcsubmit-header #nav-menu > ul {
        display: none;
    }

    #abcsubmit-header.mobile-expanded #nav-menu > ul {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #1a1a1f;
        display: block !important;
        border-top: 1px solid #6a6a6a;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 3000001;
    }

    #abcsubmit-header.mobile-expanded #nav-menu > ul > li {
        display: block;
    }

    #abcsubmit-header.mobile-expanded .nav-button {
        height: initial !important;
    }

    #abcsubmit-header.mobile-expanded #nav-menu .nav-button.has-submenu.opened > ul {
        position: relative !important;
        width: calc(100% + 35px);
        border-bottom: 1px solid #6a6a6a;
    }

    #abcsubmit-header.mobile-expanded #nav-menu a {
        display: block;
        text-decoration: none;
    }

    #abcsubmit-header.mobile-expanded .nav-button.has-submenu > span.vfb {
        transform: none;
        top: 18px;
    }

    #abcsubmit-header.mobile-expanded .nav-button.has-submenu.opened > span.vfb:before {
        content: "\e91e" !important;
    }

}

[data-role=slider] {
    position: relative;
    overflow: hidden;
}

[data-role=slider] > [data-role=canvas] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    margin-left: 0;
    transition: margin-left .3s;
    -webkit-transition: margin-left .3s;
    -moz-transition: margin-left .3s;
    position: relative;
}

[data-role=slider][data-num-slides="2"] > [data-role=canvas] {
    width: 200%;
}

[data-role=slider][data-num-slides="3"] > [data-role=canvas] {
    width: 300%;
}

[data-role=slider][data-num-slides="4"] > [data-role=canvas] {
    width: 400%;
}

[data-role=slider][data-num-slides="5"] > [data-role=canvas] {
    width: 500%;
}

[data-role=slider][data-active-slide="2"] > [data-role=canvas] {
    margin-left: -100%;
}

[data-role=slider][data-active-slide="3"] > [data-role=canvas] {
    margin-left: -200%;
}

[data-role=slider][data-active-slide="4"] > [data-role=canvas] {
    margin-left: -300%;
}

[data-role=slider][data-active-slide="5"] > [data-role=canvas] {
    margin-left: -400%;
}

[data-role=slider] > [data-role=canvas] > [data-role=slide] {
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
    white-space: nowrap;
    position: relative;
    visibility: hidden;
}

[data-role=slider][data-active-slide="1"] > [data-role=canvas] > [data-role=slide]:nth-child(1),
[data-role=slider][data-active-slide="2"] > [data-role=canvas] > [data-role=slide]:nth-child(2),
[data-role=slider][data-active-slide="3"] > [data-role=canvas] > [data-role=slide]:nth-child(3),
[data-role=slider][data-active-slide="4"] > [data-role=canvas] > [data-role=slide]:nth-child(4),
[data-role=slider][data-active-slide="5"] > [data-role=canvas] > [data-role=slide]:nth-child(5) {
    visibility: visible;
}

[data-role=slider] > [data-role=canvas] > [data-role=slide] > [data-role=contents] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    white-space: normal;
    margin-right: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

[data-role=slider] > [data-role=canvas] > [data-role=slide] > img {
    width: calc(50% - 30px);
    bottom: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.section.bg-section-ternary h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    padding-top: 32px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 32px;
}

footer {
    background-color: rgb(0 120 212);
    color: white;
    font-size: 14px;
    padding-top: 48px !important;
    padding-bottom: 24px !important;
}

#footer-1,
#footer-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 24px;
}

#footer-1 > .column,
#footer-2 > .column {
    display: block;
    width: 25%;
}

#footer-2 > .column:nth-child(1) {
    width: 100%;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer p {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    line-height: 18px;
}

footer h4 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 16px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer ul a {
    color: white;
    padding: 5px 0;
    display: inline-block;
}

#footer-2 {
    border-top: 1px solid #ffffff;
    padding-top: 24px;
}

@media screen and (max-width: 920px) {

    footer #footer-1 > .column,
    footer #footer-2 > .column {
        width: 50%;
    }

    footer #footer-1 > .column:nth-child(3),
    footer #footer-1 > .column:nth-child(4) {
        padding-top: 48px;
    }

}

body[data-not-scrollable] {
    overflow-x: hidden;
    overflow-y: hidden;
}

a.hero-link,
a.secondary-cta,
a.btn-extra-large {
    position: relative;
    font-size: 24px;
    line-height: 70px;
    font-weight: 300;
    padding: 5px 36px 10px 14px;
    text-decoration: none;

    transition: background-color .25s;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;

    white-space: nowrap;
    max-width: 100%;
    margin-right: 20px;

    outline: none;
}

a.btn-extra-large {
    font-size: 20px;
    line-height: 30px;
    padding: 16px 24px;
    border-radius: 4px;
    font-weight: 400;
}

a.btn-primary-blue-filled {
    background-color: #0372F2;
    border: 2px solid #0372F2;
    color: #ffffff;
}

a.btn-primary-blue-filled:hover {
    background-color: #0464D2;
    border: 2px solid #0464D2;
}

a.btn-primary-blue-transparent {
    background-color: transparent;
    color: #0372F2;
    border: 2px solid transparent;
}

a.btn-primary-blue-transparent:hover {
    border: 2px solid #0464D2;
    color: #0464D2;
}

a.hero-link {
    background-color: #89c402;
    color: #1a1a1f;
}

a.secondary-cta {
    background-color: rgba(0, 0, 0, 0);
    color: #efefef;
}

a.hero-link strong,
a.secondary-cta strong {
    font-weight: inherit;
}

a.hero-link:hover,
a.hero-link:focus {
    background-color: #acf603;
}

a.hero-link:focus,
a.secondary-cta:focus {
    outline: 1px dotted white;
    outline-offset: -3px;
}

a.secondary-cta:hover,
a.secondary-cta:focus {
    background-color: rgba(0, 120, 212, 1);
}

a.hero-link:after,
a.secondary-cta:after {
    /*content: ' ';*/
    /*display: block;*/
    /*border-color: currentColor;*/
    /*border-top-width: 1px;*/
    /*border-right-width: 1px;*/
    /*border-bottom-width: 0;*/
    /*border-left-width: 0;*/
    /*border-style: solid;*/
    /*position: absolute;*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*right: 18px;*/
    /*top: calc(50% - 6px);*/
    /*transform: rotate(45deg);*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
}

#gdpr-cookie-warning {
    box-shadow: 0 0 10px rgba(255, 255, 255, .3);
    position: fixed;
    bottom: 20px !important;
    background-color: #1a1a1f !important;
    color: #969696;
    padding: 20px;
    z-index: 100000000;
    font-weight: 400;
    font-size: 14px;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    border-top: 0 !important;

    max-width: calc(100vw - 57px);

    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

#gdpr-cookie-warning > .message {
    margin-right: 20px;
    display: block;
}

#gdpr-cookie-warning > button {
    white-space: nowrap;
    background-color: #00abec;
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px 10px;

    transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
}

#gdpr-cookie-warning a {
    color: #00abec !important;
}

#gdpr-cookie-warning > button:hover {
    background-color: #00c2ff;
}

body > [data-role=dialog-modal] {
    background-color: #1a1a1f !important;
    opacity: 0.97;
}

body > [data-role=loader] {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #1a1a1f !important;
    opacity: 0.97;
    z-index: 5000000;
}

body > [data-role=dialog] > [data-role=title] > [data-role=caption] {
    outline: none;
}

#ht-content > div[data-elementor-type=post].elementor:nth-child(1) {
    margin-top: -55px!important;
}

.first-section {
    background: radial-gradient(circle at 75.16% 4.49%, rgb(255 212 54), transparent 50%), radial-gradient(circle at -9.02% 25.19%, rgb(155 203 179), transparent 50%), radial-gradient(circle at 51.23% 96.82%, rgb(102 255 200), transparent 50%), radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%)
    /*background: radial-gradient(circle at 14.16% 4.49%, rgb(147 152 0), transparent 50%), radial-gradient(circle at 88.98% 25.19%, rgb(212 166 0), transparent 50%), radial-gradient(circle at 39.23% 96.82%, rgb(102 188 255), transparent 50%), radial-gradient(circle at 50% 50%, #ffffff, #ffffff 100%);;*/
}

.first-section-buttons-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.d-flex-items-center {
    align-items: center;
    display: flex;
}

.sign-up-button-header {
    padding: 8px 20px;
    background: #ed9406;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none!important;
}

.sign-up-button-header-container {
    padding: 18px;
}

.first-section-text {
    text-align: center;
    padding: 100px;
}

@media screen and (max-width: 1400px) {
    .first-section .hero h2 {
        padding: 30px 0!important;
    }
}

@media screen and (max-width: 800px) {
    .btn-extra-large {
        margin-top: 10px;
        justify-content: center;
    }

    .first-section-buttons-container {
        display: block !important;
    }

    .first-section-text {
        padding: 100px 30px;
    }
}

#free-form-templates-widget.workflow-templates-layout #template-listing {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card {
    background: #fff;
    border: 1px solid rgba(24, 49, 83, .10);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(16, 35, 61, .08);
    margin: 0;
    min-width: 0;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card:hover,
#free-form-templates-widget.workflow-templates-layout .workflow-template-card:focus-within {
    border-color: rgba(31, 95, 191, .24);
    box-shadow: 0 24px 48px rgba(16, 35, 61, .12);
    transform: translateY(-2px);
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .image-wrapper {
    background: linear-gradient(180deg, #edf4ff 0%, #dfeaf9 100%);
    border-bottom: 1px solid rgba(24, 49, 83, .08);
    /*aspect-ratio: 5 / 4;*/
    overflow: hidden;
    position: relative;
    max-height: fit-content;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-preview-link {
    display: block;
    height: 100%;
    width: 100%;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card img[data-role=preview] {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    width: 100%;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-actions-overlay {
    align-items: center;
    background: linear-gradient(180deg, rgba(7, 22, 42, 0) 0%, rgba(7, 22, 42, .78) 100%);
    bottom: 0;
    display: flex;
    gap: 10px;
    left: 0;
    padding: 18px;
    position: absolute;
    right: 0;
    flex-wrap: nowrap;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    white-space: nowrap;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease, background-color .18s ease, border-color .18s ease;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action:hover,
#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action:focus {
    opacity: .96;
    transform: translateY(-1px);
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-primary {
    background: #ffb347;
    border: 1px solid #ffb347;
    color: #10233d;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-primary:hover,
#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-primary:focus {
    color: #fff;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-secondary {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-secondary:hover,
#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-action-secondary:focus {
    color: #000;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card .template-content-link {
    color: inherit;
    display: block;
    padding: 18px 20px 20px 20px;
    text-decoration: none;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card [data-role=name] {
    color: #10233d;
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}

#free-form-templates-widget.workflow-templates-layout .workflow-template-card [data-role=description] {
    color: #516987;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(1.6em * 3);
}

@media (min-width: 960px) {
    #free-form-templates-widget.workflow-templates-layout #template-listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
