﻿:root {
    --pri: #001889;
    --pri-rgb: 0, 24, 137;
    --pri-dark: #000F58;
    --pri-dark-rgb: 0, 15, 88;
    --pri-light: #D7DAEC;
    --pri-light-plus: #E9EAF3;
    --pri-off: #6B0A7A;
    --pri-off-dark: #550661;
    --pri-off-light: #E9DAEB;
    --sec: #ee0093;
    --sec-dark: #A70067;
    --sec-light: #EFDFE9;
    --sec-off: #A1057F;
    --sec-off-dark: #800365;
    --sec-off-light: #EDDCEA;
    --ter: #00cacf;
    --ter-dark: #009EA3;
    --ter-light: #DEEFEF;
    --ter-off: #006EA0;
    --ter-off-dark: #00547B;
    --ter-off-light: #DAE7ED;
    /**/
    --vibrant: #3932f1;
    /**/
    --info: #001889;
    --info-light: #D7DAEC;
    --success: #003516;
    --success-light: #d7ece1;
    --warning: #6f3600;
    --warning-light: #eddccd;
    --danger: #6f002e;
    --danger-light: #ecd7e0;
    --offwhite: #f7f7f7;
    --white: #fff;
}

h1 {
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 400;
    color: var(--pri);
}

h2 {
    font-size: 2em;
    line-height: 1.15em;
    color: var(--pri);
}

h3 {
    font-size: 1.65em;
    line-height: 1.25em;
    color: var(--pri);
}

h4 {
    font-size: 1.35em;
    line-height: 1.35em;
    color: var(--ter);
    font-weight: bold;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

p {
    margin: 1rem 0rem;
}

.guidelineresponse p {
    margin: 0.5rem 0rem !important;
}

.notice {
    clear: both;
    padding: 10px 15px;
    font-weight: 600;
    background-color: #D8D8D8;
}

    .notice a {
        text-decoration: underline;
    }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0px;
}

/*--------------------------------------------*/

a {
    color: var(--sec);
}

    a:link,
    a:active,
    a:visited {
        text-decoration: none;
    }

    a.btn.btn-primary,
    a.btn.btn-danger,
    a.btn.btn-warning,
    a.btn.btn-info,
    a.btn.btn-success {
        color: white;
    }

    a:hover {
        text-decoration: none;
        color: var(--sec-dark);
    }

h1 a:not([href]),
h2 a:not([href]),
h3 a:not([href]),
h4 a:not([href]),
h5 a:not([href]),
h6 a:not([href]) {
    color: inherit;
}

    h1 a:not([href]):hover,
    h2 a:not([href]):hover,
    h3 a:not([href]):hover,
    h4 a:not([href]):hover,
    h5 a:not([href]):hover,
    h6 a:not([href]):hover {
        text-decoration: none;
    }

a.external_link:after {
    position: relative;
    display: inline-block;
    content: "\e164";
    top: 1px;
    padding-left: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.pdf,
a.word,
a.ppt,
a.video,
a.document,
a.audio {
    display: inline-block;
    padding-left: 22px;
}

a.pdf {
    background: url("../../images/pdf.png") left 2px no-repeat;
}

a.word {
    background: url("../../images/icon_doc.png") left 2px no-repeat;
}

a.ppt {
    background: url("../../images/icon_ppt.png") left 2px no-repeat;
}

a.video {
    background: url("../../images/icon_youtube.png") left 2px no-repeat;
}

a.document {
    background: url("../../images/icon_document.png") left 2px no-repeat;
}

a.audio {
    background: url("../../images/icon_audio.png") left 2px no-repeat;
}

.btn_block {
    clear: both;
    display: block;
    float: none;
}

a.link_block {
    clear: both;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

    a.link_block:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    a.link_block .glyphicon-chevron-right,
    a.link_block_lg .glyphicon-chevron-right,
    a.link_block_md .glyphicon-chevron-right,
    a.link_block_sm .glyphicon-chevron-right,
    a.link_block_xs .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -0.5em;
    }


.btn-pri,
.btn-primary,
.btn-sec,
.btn-ter,
.btn-default {
    position: relative;
    padding: 10px 20px;
    color: #fff !important;
    border: none;
    text-shadow: none;
    background-image: none;
    box-shadow: none;
    font-size: inherit;
    border-radius: 0;
    font-weight: 600;
}

.table-responsive .btn-sec {
    top: 0;
    padding: 5px;
}

.btn-pri, .btn-primary {
    background-color: var(--pri);
}

    .btn-pri:hover, .btn-primary:hover {
        background-color: var(--pri-dark);
    }

.btn-sec,
.btn-default {
    background-color: var(--sec);
}

    .btn-sec:hover,
    .btn-default:hover {
        background-color: var(--sec-dark);
    }

.btn-ter {
    background-color: var(--ter);
}

    .btn-ter:hover {
        background-color: var(--ter-dark);
    }

.standard-btn {
    color: #fff !important;
    background-color: var(--sec);
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:focus,
a.btn-pri,
a.btn-primary,
a.btn-sec,
a.btn-ter,
a.btn-default,
a.standard-btn,
a.standard-btn:link,
a.standard-btn:visited,
a.standard-btn:hover,
a.standard-btn:focus {
    color: #fff !important;
}

ul {
    list-style-type: square;
}

    ul li::marker {
        list-style: square;
        color: var(--sec);
        font-size: 30px;
    }




/*--------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 2px;
    overflow: hidden;
    color: var(--pri-light-plus);
    border: none;
    background-color: var(--pri-light-plus);
}

.popover {
    min-width: 300px;
}

.popover_trigger {
    cursor: help;
    outline: none !important;
}


.link_blocks {
    --gap: 0;
    width: fit-content;
    display: flex;
}

.link_block {
    height: 200px;
    background: var(--pri);
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

    .link_block span {
        text-align: center;
    }

    .link_block .text {
        position: relative;
        z-index: 3;
    }

.link_blocks.gradient {
    background: linear-gradient(90deg, rgba(122, 22, 163, 1) 0%, rgba(49, 0, 255, 1) 100%);
}

    .link_blocks.gradient .link_block {
        flex: 1 1 0px;
        border: 5px solid #fff;
        background: none;
        transition: all .3s ease;
    }

        .link_blocks.gradient .link_block:hover {
            background: rgba(var(--purple-rgb), .5);
        }

.image_block {
    position: relative;
    --height: 300px;
    display: flex;
    height: var(--height);
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(45deg, rgba(0, 15, 88, 0.4), rgba(214, 0, 132, 0.4));
    transition: all .3s ease;
}

    .image_block.autowidth {
        width: var(--height);
    }

    .image_block .bg_image {
        mix-blend-mode: overlay;
    }

    .image_block .image_block_text {
        position: relative;
        padding: 2em;
        z-index: 2;
        margin: 0;
    }

    .image_block .overlay_link {
        z-index: 3;
    }

    .image_block.has_overlay_link::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #4a0068 0%, #8200ff 100%);
        opacity: 0;
        filter: brightness(0.7);
        transition: all .3s ease;
    }

    .image_block.has_overlay_link:hover::before {
        opacity: 1;
        /*opacity: .5;
        filter: brightness(.5) contrast(1.5);*/
    }

.image_block_text h3{
    color: #fff !important;
}

    .image_block_text h3 small {
        color: #fff;
    }

body.editing .image_block .overlay_link {
    bottom: 100%;
}


.bg_image_container,
.overlay_link_container {
    position: relative;
}

.bg_image {
    background-size: cover;
    background-position: center;
}

    .bg_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.bg_image, .overlay_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.current-cert-card {
    background-color: var(--info-light);
    padding: 20px;
}

.past-cert-card {
    background-color: var(--grey-100);
    padding: 20px;
}
/*--------------------------------------------*/
.spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacing_top {
    margin-top: 15px;
}

.spacing_bottom {
    margin-bottom: 15px;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

.padding_right {
    padding-right: 15px;
}

.padding_top {
    padding-top: 15px;
}

.padding_bottom {
    padding-bottom: 15px;
}

.nopadding {
    padding: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_left {
    padding-left: 0px;
}

/*--------------------------------------------*/

.push_right {
    float: right;
}

.push_left {
    float: left;
}

/*--------------------------------------------*/

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

img.drop_shadow {
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;
}

/*--------------------------------------------*/

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .section header {
        margin-bottom: 25px;
    }

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: "Inter", sans-serif;
}

    body > form {
        margin: 0px;
    }

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

.sidebar_item {
    padding: 15px;
    background: var(--pri-light-plus);
}

    .sidebar_item + .sidebar_item {
        margin-top: 20px;
    }
/*-----------------------------------------------------------------------------------------------*/
.alert-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #3d4f59;
    color: #fff;
    padding: .75em;
    text-align: center;
    gap: 1.5em;
}

    .alert-bar a {
        color: #fff;
        font-weight: bold;
    }

    .alert-bar .btn + .btn {
        margin-left: 5px;
    }

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

    #back-to-top:hover {
        background: var(--pri);
    }

    #back-to-top.show {
        opacity: 1;
    }

/*-----------------------------------------------------------------------------------------------*/

#header {
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--pri);
    transition: box-shadow .2s ease;
}

    #header.scrolled {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14);
    }

    #header .header-links a:not(#open-search)::after {
        content: "|";
        display: inline-block;
        color: #fff;
        width: 25px;
        text-align: center;
        font-size: 0.9em;
    }
    #header .header-links a#open-search{
        margin-right: 20px;
    }

    #header a {
        color: #fff;
    }

        #header a:hover {
            color: var(--ter);
        }

#header .container {
    position: relative;
}

#header .logo {
    align-items: center;
    display: flex;
    line-height: 0px;
    transform: translateY(-14px);
}

    #header .logo img {
        display: block;
    }

    #header .header-actions {
        float: right;
        margin-bottom: 6px;
    }

        #header .header-actions a {
            padding: 0 15px;
            color: #fff;
            text-decoration: none;
            font-size: 0.9em;
            border-right: 1px solid #fff;
        }

            #header .header-actions a.open-search {
                font-size: 1.2em;
            }

    #header svg {
        width: 25px;
        position: relative;
        top: 5px;
    }

    #header .header-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        #header .header-right .header-bottom {
            display: flex;
            justify-content: flex-end;
        }

#content {
    margin-top: 30px;
    position: relative;
    z-index: 101;
    background: #fff;
}

.btn-group, .btn-group-vertical {
    padding-left: 0px;
}
/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    position: relative;
    left: 0;
    height: 140px;
    overflow: hidden;
    background-color: var(--pri-dark);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .lower_banner .container {
        position: relative;
        height: 100%;
        text-align: center;
    }

        .lower_banner .container h1,
        .lower_banner .container p,
        .lower_banner .container span {
            position: absolute;
            display: block;
            margin: 0px;
            padding: 8px 15px;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            max-width: 90%;
            color: #FFFFFF;
            font-size: 2em;
            line-height: 1.1em;
            background: rgb(214, 0, 132, 0.7);
        }

    .lower_banner .image_upload_instructions {
        left: 50%;
        margin-top: 0;
        max-width: 520px;
        transform: translate(-50%, -50%);
        width: calc(100% - 40px);
        z-index: 1002;
    }

    .lower_banner .image_upload {
        min-height: 100%;
        z-index: 1001;
    }

    .lower_banner > .container {
        z-index: 1;
    }

.divider {
    color: #fff;
    padding: 10px;
}
/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

    .breadcrumb > li + li:before {
        color: #000000;
    }

    .breadcrumb > .active {
        color: #000000;
    }
/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
    padding: 10px;
}

    .expandable_heading .expandable_title a {
        display: block;
        color: #FFFFFF !important;
        text-decoration: none;
    }

        .expandable_heading .expandable_title a.collapsed {
            background: none;
        }

            .expandable_heading .expandable_title a,
            .expandable_heading .expandable_title a.collapsed:hover {
                background: rgba(0, 0, 0, 0.2);
            }

    .expandable_heading .expandable_title .glyphicon {
        float: right;
        transition: transform 0.5s;
        transform: rotate(180deg);
    }

    .expandable_heading .expandable_title .collapsed .glyphicon {
        transform: rotate(0deg);
    }

.expandable_collapse {
    overflow: hidden;
}

.expandable_body {
    padding: 15px;
    font-size: 0.9em;
}

    .expandable_body h3.media-heading a {
        color: #000000;
    }
/*--------------------------------------------*/

.editable_expandable {
    clear: both;
    margin: 15px 0px;
}

    .editable_expandable .expandable_heading,
    .editable_expandable .expandable_heading .expandable_title,
    .editable_expandable .expandable_heading .expandable_title a {
        background: #F1F1F1 !important;
        color: #444444 !important;
    }

    .editable_expandable .expandable_heading {
        padding: 10px;
    }

        .editable_expandable .expandable_heading h4 {
            margin: 0px;
        }

    .editable_expandable .expandable_title {
        text-align: left;
    }

    .editable_expandable .expandable_body {
        font-size: 1em;
        border: 1px dashed #CCCCCC;
    }

        .editable_expandable .expandable_body > :first-child {
            margin-top: 0px;
        }
/*--------------------------------------------*/

.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
}

.upper-footer {
    background-color: var(--pri-dark);
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    font-size: 14px;
}

    .upper-footer h3 {
        color: #fff;
    }

    .upper-footer .col-sm-2:last-child {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }


.events-inline-content p:first-child {
    flex-grow: 1;
}

.events-inline-content .text-right {
    margin-top: auto;
}

#latest_event .section_tagline {
    position: absolute;
    top: -20px;
    font-size: 20px;
    padding: 10px 20px;
    z-index: 2;
    background-color: var(--sec);
    color: #fff;
}

#latest_event .offset-image {
    width: calc(100% - 20px);
    height: 100%;
    object-fit: cover;
    flex: 1;
    display: block;
    margin-left: 20px;
}

#latest_event .row {
    display: flex;
    flex-wrap: wrap;
}

#latest_event .events-col {
    padding-top: 10px;
    padding-bottom: 30px;
}

section.secondary-grey {
    background: #ededed;
}

.cards-container {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

    .cards-container > .card {
        flex: 1;
        min-width: 200px;
        padding: 55px 30px 10px;
        color: white;
        position: relative;
        transition: all .5s ease;
    }

        .cards-container > .card.regular {
            padding: 15px;
            color: initial;
            background: var(--pri-light-plus);
        }

            .cards-container > .card.regular p {
                color: initial;
            }

    .cards-container > .card-cyan {
        background: var(--ter);
    }

    .cards-container > .card.card-cyan {
    }

        .cards-container > .card.card-cyan p {
            /*color: var(--sec);*/
            color: white;
        }

    .cards-container > .card-magenta {
        background: var(--sec);
    }

    .cards-container > .card-blue {
        background: #3831f0;
    }

    .cards-container .card-icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
    }

        .cards-container .card-icon img {
            width: 100%;
        }

    .cards-container > .card h2 {
        font-size: 22px !important;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #fff;
    }

    .cards-container > .card p {
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
    }

    .cards-container > .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
    
    .cards-container > .card p a {
        color: white;
    }

    .cards-container > .card .tag {
        padding: 3px 11px;
        font-size: .85em;
        border: 2px solid var(--pri);
        font-weight: 500;
        display: inline-block;
        margin: 0 5px 4px 0;
        transition: all .3s ease;
    }

        .cards-container > .card .tag:hover {
            background: var(--pri);
        }

            .cards-container > .card .tag:hover a {
                color: #fff !important;
            }


.header-triangle {
    margin-top: -20px;
    max-width: 40px;
    z-index: 1;
    position: relative;
}
/*-----------------------------------------------------------------------------------------------*/

.related_items a {
    color: #000;
    font-weight: 500;
}

    .related_items a:hover {
        color: var(--pri);
    }

.inline-event .event-badge {
    color: #fff;
    background-color: var(--pri);
    text-transform: uppercase;
    padding: 0px 10px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------*/
#footer {
    margin-top: 50px;
    padding: 30px 0px;
    color: #FFFFFF;
    font-size: 0.8em;
    background-color: var(--pri);
}

.page_home #footer {
    margin-top: 20px;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
    color: #FFFFFF;
}

    #footer a:hover {
        color: var(--sec);
    }

#footer img {
    max-width: 250px;
    padding-bottom: 20px;
}

#footer .right-footer {
    text-align: right;
}

#footer .contact {
    border-left: 1px solid white;
}

#footer svg {
    width: 25px;
}

#footer .footer-triangle {
    margin-top: -60px;
    max-width: 40px;
}

/*------------------------------------------------------*/

.page_public_member_profile .profile_card_listing {
    grid-template-columns: repeat(4, 1fr);
}

table.table {
}

    table.table tr:nth-child(odd) {
        background-color: var(--offwhite);
    }

.howtotext {
}

    .howtotext h1,
    .howtotext h2,
    .howtotext h3,
    .howtotext h4,
    .howtotext h5,
    .howtotext h6 {
        color: var(--sec);
    }


.blue-header thead th,
.blue-header tbody tr:first-child td {
    background-color: var(--pri);
    color: #ffffff;
    font-weight: bold;
}


/* ── Certification page ─────────────────────────────── */

.cert-section {
    margin-bottom: 2rem;
}

.cert-section__header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    list-style: none; /* remove <details> marker from summary */
    cursor: pointer;
}

    .cert-section__header h2 {
        margin: 0;
    }

/* Collapsible past section */
.cert-collapsible > summary {
    display: flex;
}

    .cert-collapsible > summary::marker,
    .cert-collapsible > summary::-webkit-details-marker {
        display: none;
    }

    .cert-collapsible > summary h2::after {
        content: " ▸";
        font-size: 0.75em;
        opacity: 0.5;
    }

.cert-collapsible[open] > summary h2::after {
    content: " ▾";
}

/* Count badge next to heading */
.cert-count {
    font-size: 0.8rem;
    background: var(--color-neutral-100, #f0f0f0);
    border-radius: 999px;
    padding: 2px 10px;
    color: var(--color-neutral-600, #555);
}

/* ── Current: horizontal card grid ──────────────────── */
.cert-list--current {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.cert-card--current {
    border: 1px solid var(--color-border, #ddd);
    border-radius: 8px;
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cert-card__title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.cert-card__name {
    margin: 0;
    font-size: 1rem;
}

.cert-card__meta {
    display: block;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
    margin: 0;
}

.cert-card__meta-item {
    display: contents;
}

.cert-card__meta dt {
    font-weight: 600;
    font-size: 0.85rem;
}

.cert-card__meta dd {
    margin: 0;
    font-size: 0.85rem;
}

.btn--sm {
    padding: 0.35rem 0.85rem;
    font-size: 0.85rem;
    align-self: flex-end;
}

/* ── Past: compact table ─────────────────────────────── */
.cert-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

    .cert-table th {
        text-align: left;
        padding: 0.5rem 0.75rem;
        border-bottom: 2px solid var(--color-border, #ddd);
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--color-neutral-500, #777);
    }

    .cert-table td {
        padding: 0.5rem 0.75rem;
        border-bottom: 1px solid var(--color-border, #eee);
    }

.cert-table__row:last-child td {
    border-bottom: none;
}

.cert-table__name {
    font-weight: 500;
}

.cert-table__action {
    text-align: right;
    white-space: nowrap;
}

    .cert-table__action a {
        font-size: 0.85rem;
    }

.cert-empty {
    color: var(--color-neutral-500, #777);
    font-style: italic;
}

.job-description {
    margin: 16px 0;
}
    .job-description h4 {
        color: var(--sec);
    }

.social_share {
    display: flex;
    color: rgb(153, 153, 153);
    justify-content: end;
    align-items: center;
    margin-bottom: 1em;
    gap: 10px;
}

    .social_share ul {
        display: flex;
        list-style-type: none;
        gap: 5px;
        margin: 0px;
        padding: 0px;
    }

        .social_share ul li {
            border-radius: 50px;
            display: inline-flex !important;
            background: var(--pri);
            transition: 0.3s;
        }

        .social_share ul li:hover {
            background: var(--pri-dark);
        }

            .social_share ul li a {
                color: #fff;
                height: 32px;
                width: 32px;
                padding: 5px 8.5px;
                padding-top: 3px;
            }

            .social_share ul li::before {
                content: none !important;
            }