
.oebk-education-empty,
.oebk-education-admin-intro,
.oebk-education-complete-note{
    display:grid;
    grid-template-columns:34px minmax(0,1fr);
    gap:12px;
    align-items:flex-start;
    padding:15px 16px;
    border:1px solid #c9dce3;
    border-radius:8px;
    background:#f3f8fa;
}
.oebk-education-empty .dashicons,
.oebk-education-admin-intro .dashicons,
.oebk-education-complete-note .dashicons{
    width:26px;
    height:26px;
    font-size:26px;
    color:#236d80;
}
.oebk-education-empty p,
.oebk-education-admin-intro p,
.oebk-education-complete-note p{
    margin:4px 0 0;
}
.oebk-education-program-card,
.oebk-education-admin-program,
.oebk-education-admin-form,
.oebk-education-standalone{
    margin-top:18px;
    padding:18px;
    border:1px solid #d8e1e4;
    border-radius:10px;
    background:#fff;
}
.oebk-education-program-head,
.oebk-education-admin-program-head{
    display:flex;
    gap:20px;
    justify-content:space-between;
    align-items:flex-start;
}
.oebk-education-program-head h3,
.oebk-education-admin-program-head h3{
    margin:0 0 4px;
}
.oebk-education-program-head p,
.oebk-education-admin-program-head p{
    margin:2px 0;
}
.oebk-education-status,
.oebk-education-admin-ready{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:#e5f4e8;
    color:#28723b;
    font-weight:700;
    white-space:nowrap;
}
.oebk-education-progress-bar{
    position:relative;
    height:10px;
    margin:16px 0;
    overflow:hidden;
    border-radius:999px;
    background:#e8eef0;
}
.oebk-education-progress-bar span{
    display:block;
    height:100%;
    background:#2b7a8e;
    border-radius:999px;
}
.oebk-education-summary,
.oebk-education-admin-summary{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin:14px 0;
}
.oebk-education-admin-summary:not(.is-program){
    grid-template-columns:repeat(2,minmax(0,1fr));
}
.oebk-education-summary>div,
.oebk-education-admin-summary article{
    padding:11px 13px;
    border:1px solid #dbe4e7;
    border-radius:8px;
    background:#f8fafb;
}
.oebk-education-summary small,
.oebk-education-admin-summary small{
    display:block;
    color:#65757c;
}
.oebk-education-summary strong,
.oebk-education-admin-summary strong{
    display:block;
    margin-top:3px;
    font-size:1.08em;
}
.oebk-education-complete-note{
    margin:14px 0;
    border-color:#bcdcc5;
    background:#eff8f1;
}
.oebk-education-module-list{
    border-top:1px solid #e0e6e8;
}
.oebk-education-module-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:16px;
    align-items:center;
    padding:12px 4px;
    border-bottom:1px solid #e5eaec;
}
.oebk-education-module-row>div:last-child{
    text-align:right;
}
.oebk-education-module-row small{
    display:block;
    margin-top:3px;
    color:#69777d;
}
.oebk-education-module-state,
.oebk-education-admin-open,
.oebk-education-admin-done{
    display:inline-flex;
    padding:4px 8px;
    border-radius:999px;
    background:#eef1f2;
    color:#5f696d;
    font-weight:700;
    font-size:.9em;
}
.oebk-education-module-state.is-done,
.oebk-education-admin-done{
    background:#e5f4e8;
    color:#28723b;
}
.oebk-education-dates{
    margin:14px 0 0;
    color:#64747b;
}
.oebk-education-admin{
    max-width:100%;
}
.oebk-education-admin-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px 16px;
    margin:14px 0;
}
.oebk-education-admin-grid label,
.oebk-education-admin-note{
    display:grid;
    gap:6px;
}
.oebk-education-admin-grid input,
.oebk-education-admin-grid select,
.oebk-education-admin-note textarea{
    width:100%;
    max-width:none;
}
.oebk-education-admin-note{
    margin:12px 0;
}
.oebk-education-admin-actions{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:12px 0 16px;
}
.oebk-education-remove{
    color:#a32a26!important;
    border-color:#d7a4a1!important;
}
.oebk-education-admin-modules{
    overflow:auto;
    margin-top:14px;
}
.oebk-education-admin-modules table{
    min-width:900px;
}
.oebk-education-admin-status{
    min-height:20px;
    margin-top:12px;
    font-weight:600;
}
.oebk-education-admin-status.is-error{
    color:#a32a26;
}
.oebk-education-admin-status.is-success{
    color:#28723b;
}
.oebk-required{
    color:#b32d2e;
}
@media(max-width:900px){
    .oebk-education-summary,
    .oebk-education-admin-summary,
    .oebk-education-admin-summary:not(.is-program),
    .oebk-education-admin-grid{
        grid-template-columns:1fr 1fr;
    }
}
@media(max-width:640px){
    .oebk-education-program-head,
    .oebk-education-admin-program-head{
        display:block;
    }
    .oebk-education-status,
    .oebk-education-admin-ready{
        margin-top:10px;
    }
    .oebk-education-summary,
    .oebk-education-admin-summary,
    .oebk-education-admin-summary:not(.is-program),
    .oebk-education-admin-grid{
        grid-template-columns:1fr;
    }
}

.oebk-education-recognized-overview{
    margin-top:18px;
    padding:18px;
    border:1px solid #d8e1e4;
    border-radius:10px;
    background:#fff;
}
.oebk-education-recognized-head h3{
    margin:0 0 5px;
}
.oebk-education-recognized-list{
    display:grid;
    gap:10px;
    margin-top:14px;
}
.oebk-education-recognized-card{
    display:grid;
    grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);
    gap:18px;
    align-items:center;
    padding:13px 14px;
    border:1px solid #dce6e9;
    border-radius:8px;
    background:#f8fbfc;
}
.oebk-education-recognized-title{
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    gap:10px;
    align-items:center;
}
.oebk-education-recognized-title .dashicons{
    width:24px;
    height:24px;
    font-size:24px;
    color:#2f8147;
}
.oebk-education-recognized-title small{
    display:block;
    margin-top:3px;
    color:#66757b;
}
.oebk-education-recognized-meta{
    display:grid;
    grid-template-columns:1.5fr .7fr .7fr;
    gap:10px;
}
.oebk-education-recognized-meta span{
    padding:8px 10px;
    border-left:1px solid #dce6e9;
}
.oebk-education-recognized-meta small,
.oebk-education-recognized-meta strong{
    display:block;
}
.oebk-education-recognized-meta small{
    color:#69777d;
}
@media(max-width:1000px){
    .oebk-education-recognized-card{
        grid-template-columns:1fr;
    }
    .oebk-education-recognized-meta span:first-child{
        border-left:0;
    }
}
@media(max-width:640px){
    .oebk-education-recognized-meta{
        grid-template-columns:1fr;
    }
    .oebk-education-recognized-meta span{
        border-left:0;
        border-top:1px solid #dce6e9;
    }
}

.oebk-education-program-links{
    margin-top:8px;
    padding-top:7px;
    border-top:1px solid #e0e8eb;
}
.oebk-education-program-link-row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px 9px;
    margin-top:4px;
}
.oebk-education-program-link-row>a{
    font-weight:700;
}
.oebk-education-program-requirement{
    display:inline-flex;
    padding:2px 7px;
    border-radius:999px;
    background:#edf2f4;
    color:#5d6c72;
    font-size:.86em;
}
.oebk-education-program-member-state{
    display:inline-flex;
    padding:2px 7px;
    border-radius:999px;
    font-size:.86em;
    font-weight:700;
}
.oebk-education-program-member-state.is-assigned{
    background:#e5f4e8;
    color:#28723b;
}
.oebk-education-program-member-state.is-unassigned{
    background:#fff4dc;
    color:#7b5a11;
}

.oebk-education-handoff{
    margin:16px 0;
    padding:16px;
    border:1px solid #c9dce3;
    border-left:4px solid #236d80;
    border-radius:8px;
    background:#f7fbfc;
}
.oebk-education-handoff-head{
    display:grid;
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    align-items:start;
}
.oebk-education-handoff-head .dashicons{
    width:24px;
    height:24px;
    font-size:24px;
    color:#236d80;
}
.oebk-education-handoff-head p{
    margin:4px 0 0;
}
.oebk-education-handoff-note{
    margin:12px 0;
    padding:11px 12px;
    border:1px solid #dce5e8;
    border-radius:7px;
    background:#fff;
}
.oebk-education-handoff-note p{
    margin:4px 0 0;
}
.oebk-education-handoff-note.is-warning{
    border-color:#ead38d;
    background:#fff9e8;
}
.oebk-education-handoff-note.is-success{
    border-color:#bcdcc5;
    background:#eff8f1;
}
.oebk-education-handoff-note.is-info{
    border-color:#c9dce3;
    background:#f2f8fa;
}
.oebk-education-handoff-target{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin:14px 0;
}
.oebk-education-handoff-target>div{
    padding:10px 12px;
    border:1px solid #dbe4e7;
    border-radius:7px;
    background:#fff;
}
.oebk-education-handoff-target small,
.oebk-education-handoff-target strong{
    display:block;
}
.oebk-education-handoff-target small{
    color:#68777d;
    margin-bottom:3px;
}
.oebk-education-handoff>.description{
    margin:8px 0 0;
}
@media(max-width:800px){
    .oebk-education-handoff-target{
        grid-template-columns:1fr;
    }
}
