*:before,
*:after,
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
    background-color: #cbf1e4;
}
::selection {
    background-color: #cbf1e4;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

* {
    font-family: 'Mulish',Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
td,
th,
p,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    height: 100%;
    font-size:16px;
    position: relative;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
    margin: 0;
}

/*Formatting*/
h1 {
    font-size:2rem;
    line-height:1.2;
    margin:0;
}

h1.label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

h1.label span {
    font-size: 10px;
    font-weight: 900;
    display: inline;
    width: auto;
    padding: 4px 6px;
    line-height: normal;
    background-color: #cbf1e4;
    color: #0f7c58;
    border-radius: 2px;
}

h2 {
    font-size:1.5rem;
    margin:0;
}


p {
    font-size:1rem;
    margin:0;
}

a {
    color: #004074;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.mycaptcha {
    border-radius: 4px;
    border: 1px solid #CED0D6;
    height: 72px;
    overflow: hidden;
    background-color: #f9f9f9;
    line-height: normal;
    align-items: center;
    margin-bottom: 20px;
}
.mycaptcha>div{
    color: #6c6c6c;
    font-size: 12px;
}
.g-recaptcha {
    width: 296px;
    text-indent: -3px;
    overflow: hidden;
    align-items: center;
    margin: auto;
    margin-top: -2px;
}
.g-recaptcha div {
    width: unset !important;
    height: unset !important;
}


.bg-outerwrap {
    position: relative;
    height: 100%;
}

.bg-innerwrap {
    padding-bottom: 90px;
    border-top: 70px solid #fff;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #eee;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
    min-height: 100%;
}

.container{
    padding-top:2rem;
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
}

.container.bgwhite{
    background-color:#fff;
    padding-bottom: 2rem;
    padding-top:1rem;
    padding-right: calc(50% - 600px - 1rem);
    padding-left: calc(50% - 600px - 1rem);
}

.container.padding2rem{
    padding-top:2rem;
}

.boxed{
    box-shadow: 0 1px 3px #ced0d6, 0 1px 2px #ced0d6;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem;
    padding-bottom: 2rem;
    width: 100%;
    max-width: 460px;
    border-radius: 4px;
}

.box-flexed{
    padding:48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    --l-responsivelist-v-gap: 24px;
    gap: var(--l-responsivelist-v-gap);
    margin:auto;
}

.badge_details {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%
}

.badge_recipient_details {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
}

.badge_dates {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    vertical-align:top;
}
.badge_revoked{
    padding: 1rem;
    margin: 2rem 1rem;
    text-align:center;
    border-radius: 4px;
}
.badge_criteria{
    padding: 1rem;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 220px minmax(0,1fr) 300px;
    background-color: #fff;
    border-radius: 4px;
}
.badge_criteria.badge_narrative{
    grid-template-columns: 220px minmax(0,1fr);
}
.badge_criteria .narrative,
.badge_criteria .criteria{
    text-align:right;
    padding-right:1rem;
    padding-top: 2px;
}
.badge_criteria .narrative,
.badge_criteria .details{
    padding: 0;
}

.badge_criteria .tags{
    padding: 0 1rem;
    padding-left: 1rem;
    padding-top: 2px;
    margin-left: 1rem;
    border-left:1px solid #ddd;
}

.badge_criteria .tags .l-tags {
    display: flex;
    margin: 0;
    margin-top:5px;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.badge_criteria .tags .l-tags .tag {
    font-size: 12px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #CED0D6;
    box-sizing: border-box;
    color: #3b415c;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    overflow-wrap: break-word;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;
}
.badge_details p,
.badge_criteria .details div,
.verify_independently a,
.badge_criteria .details a,
.badge_criteria .details ul,
.badge_criteria .details p{
    margin:0;
    margin-bottom:20px;
    font-size:1.125rem;
}
.badge_criteria .details ul{
    padding:0;
    list-style: none;
}
.badge_criteria .details ul li{
    display: flex;
    gap: 10px;
}
.badge_criteria .details ul li::before{
    content: ' ';
    width: 6px;
    height: 6px;
    display: block;
    background-color: #19ca8f;
    border-radius: 10px;
    flex-basis: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 10px;
}

.badge_details p{
    margin:0;
}
.verify_independently,
.badge_criteria .details .evidence_url {
    display: inline-flex;
    align-items: center;
}

.verify_independently a,
.badge_criteria .details .evidence_url a {
    color:#004074;
    font-weight:bold;
    text-decoration:underline;
    margin:0;
    display: inline-flex;
    align-items: center;
}
.verify_independently a img,
.badge_criteria .details .evidence_url a img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.evidence_url a svg,
.verify_independently a svg{
    width:24px;
    height:24px;
    margin-left:5px;
    fill:#004074;
}
.verify_independently a:hover,
.badge_criteria .details .evidence_url a:hover {
    text-decoration:none;
}
.verify_independently span,
.badge_criteria .details .evidence_url span{
    color:#004074;
}

.badge_criteria .details div{
    margin:0;
}
.u-text-small {
    font-size: 13px;
    line-height: 16px;
}

.u-text-small strong {
    font-size: 13px;
    line-height: 16px;
}

.u-text-label{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #004074;
}

.u-text-medium {
    font-size: 1.125rem;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Navigation*/
.bg-navigation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    height: auto;
}

.container_mainlinks {
    position: relative;
    z-index: 1;
    background-color: #0967b2;
    padding: 0 1rem;
}

.container.crumbs {
    padding-top: 1rem;
    height: auto;
    background-color: #fff;
}

.container.crumbs nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.container.logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    z-index: 2;
    transition: height 0.3s ease;
    padding-top: unset;
    padding-bottom: unset;
}

.logo-ffb{
    line-height: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
    cursor: default;
}

.site a {
    color: #fff;
    font-size: 1.125rem;
    font-style: italic;
    text-decoration: none;
}

/*Body*/
.wrapresponsive {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;
}

.page-body__container {
    margin: 0 10px;
}

.container_columns{
    display: flex;
    flex-direction: column;
    gap: 16px;
    gap: var(--spacing-small);
    position: relative;
}
.container_columns.badge_main{
    flex-direction: row;
    gap: 32px;
    margin: 0 1rem;
}

.badge_image{
    width: 100%;
    max-width: 200px;
}
.badge_image a {
    display: flex;
    height: 200px;
    width: 100%;
}
.badge_image img {
    width: 100%;
    min-width:100px;
    max-width:200px;
    height: auto;
    border: 0;
}

.badge_image.expired svg{
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
}

.badge_buttons{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.button-primary,
.button-secondary,
.badge_buttons button.menu,
.badge_buttons>a{
    width: 100px;
    height: 46px;
    border: 0;
    border-radius: 46px;
    background-color: #19ca8f;
    color: #fff;
    font-size:16px;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    transition: all .2s ease;
    overflow:hidden;
    z-index:1;
    text-decoration:none;
    cursor:pointer;
}
.badge_buttons>a.button-primary,
.badge_buttons>a.button-secondary,
.button-secondary,
.button-primary{
    width:120px;
}
.badge_buttons>a.button-secondary,
.button-secondary{
    border:2px solid #19ca8f;
    color: #19ca8f;
    background-color:#fff;
}
.badge_buttons button.menu,
.badge_buttons a.menu{
    width:46px;
    border:2px solid #19ca8f;
    color: #19ca8f;
    background-color:#fff;
}
.badge_buttons a.menu::before{
    display:none;
}
.badge_buttons button.menu svg,
.badge_buttons a.menu svg{
    max-width:24px;
    max-height:24px;
    fill: #19ca8f;
}
.badge_buttons a.copyjson,
.badge_buttons a.viewjson {
    width: 130px;
    border: 2px solid #19ca8f;
    color: #19ca8f;
    background-color: transparent;
    letter-spacing:0;
    text-transform:unset;
}
.badge_buttons a.copyjson{
    width:200px;
}
.badge_buttons a.copyjson::before,
.badge_buttons a.viewjson::before{
    display:none;
}
.badge_buttons a.copyjson:hover,
.badge_buttons a.viewjson:hover{
    background-color: #fff;
}
.badge_buttons button.menu svg path,
.badge_buttons a.menu svg path {
    fill: rgb(25 202 143);
}

.badge_buttons>a::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: rgb(25, 202, 143);
    background: linear-gradient(135deg, rgba(25, 202, 143, 1) 30%, rgba(9, 116, 203, 1) 100%);
}
.button-primary:hover::before,
.badge_buttons>a:hover::before {
    opacity: 1;
}
.badge_buttons>a.button-secondary:hover::before,
.button-secondary:hover::before{
    opacity: 0;
}
.button-primary:hover,
.button-secondary:hover,
.badge_buttons button.menu:hover,
.badge_buttons>a:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/*More*/
.badge_buttons_more_set{
    position:relative;
}
.more button {
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:24px;
    border:2px solid #fff;
    border-radius:6px;
    transition:all .2s ease;
    outline:0;
    pointer-events:all;
    cursor:pointer;
    z-index:3
}
.more button svg{
    width:24px;
    height:24px;
    fill:#19ca8f;
}
.more button:hover svg{
    fill:#0e7251;
}
.badge_buttons.more button:hover svg {
    fill: #19ca8f;
}
.more ul {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    right: 8px;
    top: 25px;
    display: none;
    flex-direction: column;
    z-index: 111;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 2px #0003, 0 1px 3px #0000001a;
}
.badge_buttons.more ul{
    right: 0px;
    top: 47px;
}
.more ul.show{
    display:flex;
}
.more ul li a {
    background-color:transparent;
    color:#3b415c;
    font-weight:700;
    text-decoration:none;
    width: 250px;
    display: flex;
    gap: 10px;
    padding: 0.7rem 0.8rem;
}
.more ul li a:hover {
    background-color:#ddd;
    text-decoration:none;
}
.more ul li a svg{
    width:24px;
    height:24px;
    fill:#3b415c;
}
/*Footer*/
.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    padding: 0 1rem;
    border-top: 1px solid #ccc;
}

.footer-meta{
    padding-right: calc(50% - 600px);
    padding-left: calc(50% - 600px);
}

.footer-meta ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
    gap: 50px;
}

.footer-meta ul li {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.footer-meta ul li:last-child{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin:0;
}

.footer-meta ul li a {
    color: #333;
    text-decoration: none;
}

.footer-meta ul li a:hover {
    color: #666;
    text-decoration: none;
}

/*Sharing*/
.dialog {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    overflow-y: auto;
    background-color: rgba(206,208,214,0.75);
    z-index: 100;
    padding-top: 160px;
    display:none;
}

.sharing{
    max-width: min(100vw - 64px, 600px);
    width:100%;
    background-color:#fff;
    z-index:101;
    margin:0 auto;
    padding:1.5rem;
    border-radius:4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.json{
    max-width: min(100vw - 64px, 640px);
    width:100%;
    background-color:#fff;
    z-index:101;
    margin:0 auto;
    padding:1.5rem;
    border-radius:4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.share_header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    line-height:1;
    margin-bottom:2rem;
}

.share_header h3 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.share_header button {
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 0;
    border: 0;
    outline:none;
    border-radius:30px;
    background: none;
    cursor:pointer;
}
.share_header button svg {
    fill:#19ca8f;
    width: 30px;
    height: 30px;
}
.share_header button:hover svg {
    fill:#0f7c58;
}

/*Share linkedin profile*/
.share_socials{
    display:flex;
    flex-wrap:wrap;
    gap:2rem;
}
.share_social_container{
    margin-bottom:2rem;
}
.share_social_label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin:0;
    margin-bottom:8px;
}

.leftflex-1x {
    gap: 8px;
}

.leftflex {
    align-items: flex-start;
    display: flex;
}

.leftflex-rightaligned{
    justify-content: flex-end;
}

.social_button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    display: inline-flex;
    gap: 8px;
    gap: var(--gridspacing);
    height: 40px;
    justify-content: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    outline: 0;
    border: 0;
    padding: 0 8px;
    cursor:pointer;
    transition: all 0.2s ease;
}

.social_button:hover {
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}

.social_button .social_button_text {
    align-self: stretch;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
    padding-right: 4px;
    margin-lefT: 7px;
    border-lefT: 1px solid rgb(0 0 0 / 30%);
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.social_button svg, .social_button img {
    display: block;
}

.social_button svg {
    fill: currentColor;
}
.social_button .social_button_logo {
    height: 24px;
}

.social_button_icon .social_button_logo {
    width: 24px;
}


/*Share link*/
.share_link {
    display: flex;
    position: relative;
}

.share_email_checkbox {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom:1.5rem;
    gap: 10px;
}

.share_email_checkbox input[type=checkbox] {
    background-color: #fff;
    border: 2px solid #666;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    position: relative;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.share_email_checkbox input[type=checkbox]:hover {
    background-color: #fff;
    border: 2px solid #19ca8f;
    box-sizing: border-box;
}

.share_email_checkbox input[type=checkbox]:checked {
    accent-color: #19ca8f;
    background-color: #19ca8f;
    border: 2px solid #19ca8f;
}

.share_email_checkbox input[type=checkbox]:checked:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    height: 14px;
    left: 6px;
    position: absolute;
    top: 1px;
    transform: rotate(40deg);
    width: 8px;
}

.share_label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #3b415c;
    display: block;
    margin-bottom: 8px;
}
.share_link_input {
    border: 1px solid #CED0D6;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    outline: none;
    width: 100%;
    display: block;
    padding: 10px 12px;
}

.share_link_input:focus{
    border-color:#666;
}
.share_link_input::selection{
    background-color: #cbf1e4;
}

.share_link_button{
    flex-shrink: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.share_link_button .button-secondary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    height: 100%;
}

/*JSON*/

.jsonwindow{
    font-size: 13px;
    font-family:courier, monospace;
    line-height:1;
    min-height: 240px;
    max-height: 400px;
    overflow: auto;
    color: #000;
    background-color: #eee;
}

.jsonwindow::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.jsonwindow::-webkit-scrollbar-track {
    background-color:#fff;
}

.jsonwindow::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #19ca8f;
}
.jsonwindow::-webkit-scrollbar-thumb:hover {
    background-color:#999;
}

/*fnotes*/
.fnotes {
    display: flex;
    align-items: center;
    gap: 60px;
}
/*Verified mark*/
.verifiedmark{
    display:flex;
    align-items:center;
    gap:10px;
}
.verifiedmark_label{
    display:flex;
    flex-direction:column;
    line-height:1;
    gap:5px;
}
.verifiedmark_label span{
    font-size:12px;
}
.verifiedmark_label span.links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.verifiedmark_label span.links a{
    color:#004074;
    text-decoration:none;
}
.verifiedmark_label span:first-child{
    font-size:1.125rem;
    font-weight:700;
}
.checkmark {
    display: inline-block;
    width: 40px;
    height: 40px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark_circle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #19ca8f;
    border-radius: 40px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 4px;
    height: 22px;
    background-color: #fff;
    left: 22px;
    top: 7px;
    border-radius: 10px;
}

.checkmark_kick {
    position: absolute;
    width: 12px;
    height: 4px;
    background-color: #fff;
    left: 13px;
    top: 25px;
    border-radius: 10px;
}
@media (max-width:1200px){
    .container.main{
        padding: 2rem 1rem;
        padding-bottom: 0;
    }
    .footer-meta {
        margin: 0 1rem;
    }
    .badge_criteria {
        grid-gap: 20px;
        margin: 0 1rem;
    }
    .container.crumbs nav {
        margin: 0 1rem;
    }
    .breadcrumbs-x-text{
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

}
@media (max-width:820px){
    .container_columns.badge_main {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .container.bgwhite {
        margin-top:0rem;
        padding: 2rem 0;
        text-align: center;
    }
    .badge_criteria {
        grid-gap: 20px;
        grid-template-columns: 220px minmax(0,1fr);
        margin: 0 1rem;
    }
    .badge_dates {
        justify-content: center;
    }
    .badge_image svg{
        max-width:220px;
        max-height:220px;
    }

    .badge_criteria .details ul{
        margin:0;
    }
    .fnotes {
        gap: 20px;
        flex-direction: column;
    }
    .badge_criteria .tags {
        padding: 0;
        margin: 0;
        border: none;
        overflow: visible;
        width: calc(100vw - 6rem);
    }
    .verifiedmark {
        flex-direction: column;
    }
    .verify_independently {
        margin: auto;
    }
    .footer-meta {
        margin: 0 2rem;
    }
    .evidence{
        margin-bottom:1rem;
    }
    .badge_details p,
    .badge_criteria p,
    .badge_criteria .details li,
    .badge_criteria .details p{
        font-size:1rem;
    }
}
@media (max-height:900px){
    .dialog {
        padding-top:1rem;
    }
    .json{
        max-height: calc(100vh - 2rem);
    }
    .share_header h3{
        font-size:1.125rem;
        line-height:1;
    }
    .jsonwindow {
        min-height: unset;
    }
}
@media (max-width:35.5em){
    body, td, th, p, input, button, h1, h2, h3, h4, h5, h6, div{
        font-size:1rem;
        line-height:1.3;
    }
    h1 {
        font-size: 1.5rem;
        margin: 0;
    }
    div#sharelink{
        line-height:1.5;
    }
    .container{
        padding-top: 1rem;
    }
    .container.bgwhite {
        padding: 1rem 0;
    }
    .badge_dates {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .badge_criteria.badge_narrative,
    .badge_criteria{
        grid-gap: 1rem;
        grid-template-columns: minmax(0,1fr);
        margin: 0 1rem;
    }
    .badge_criteria .narrative,
    .badge_criteria .criteria{
        text-align:left;
    }
    .badge_criteria .details ul li::before{
        margin-top: 8px;
    }
    .badge_buttons.more ul{
        right: -3rem;
    }    
    .verifiedmark_label span.links {
        gap:5px;
        flex-direction: column;
    }
    .verifiedmark_label span.links b {
        display:none;
    }
    .json{
        max-width: min(100vw - 32px, 640px);
        max-height: calc(100vh - 2rem);
        padding: 1rem;
    }
    .share_header h3{
        font-size:1.125rem;
        line-height:1;
    }
    .jsonwindow {
        min-height: unset;
    }
    .footer-meta ul {
        gap: 30px;
        flex-wrap: wrap;
    }
    .footer-meta ul li{
        margin-top: 20px;
    }
    .footer-meta ul li:first-child{
        position: absolute;
        lefT: 0;
        top: 15px;
        margin: 0;
    }
}
@media (max-height:540px){
    .sharing{
        max-height: calc(100vh - 2rem);
    }
    .share_email_checkbox span{
        line-height:1.5;
    }
    .share_social_container {
        margin-bottom: 1rem;
    }
    .json {
        max-height: calc(100vh - 2rem);
        max-width: calc(100vw - 2rem);
    }
    .share_header h3 {
        line-height: 1;
    }
    .json_label {
        font-size: 14px;
        line-height: 1.2;
    }
    .jsonwindow {
        max-height: 30vh;
        min-height: unset;
    }

}
@media (max-width:444px){
    .share_socials {
        gap: 0rem;
        flex-direction: column;
    }
    .share_social_container {
        margin-bottom: 1.5rem;
    }
}
@media only screen and (max-width:296px) and (orientation: landscape){
    .sharing{
        max-height: calc(100vh - 2rem);
        max-width: calc(100vw - 2rem);
        padding:1rem;
    }
    .share_social_container,
    .share_email_checkbox{
        margin-bottom: 10px;
    }
    .share_social_label {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 4px;
    }
    .share_email_checkbox span{
        line-height:1.5;
    }
    .share_email_checkbox br{
        display:none;
    }
    .share_header{
        margin-bottom:1rem;
    }
    .json {
        max-height: calc(100vh - 2rem);
        max-width: calc(100vw - 2rem);
    }
    .share_header h3 {
        font-size: 1rem;
        line-height: 1;
    }
    .json_label {
        font-size: 14px;
        line-height: 1.2;
    }
    .jsonwindow {
        max-height: 20vh;
        min-height: unset;
    }
}
@media (max-width:296px){
    .sharing,
    .json {
        max-width: min(100vw, 640px);
        padding:1rem;
    }
    .share_header h3 {
        font-size: 1rem;
        line-height: 1;
    }
    .share_email_checkbox span{
        line-height:1.3;
    }
    .verify_independently a{
        font-size:1rem;
    }
    h1{
        font-size:1.25rem;
    }
}