/*
 Theme Name:   Education Hub Child
 Template:     education-hub
 Version:      1.0.0
 Description:  Child theme of Education Hub — STK Yakobus
*/

/* ── Developer Branding ─────────────────────────────── */
.developer-credit {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    font-size: .78rem;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
}

.developer-credit a {
    color: rgba(255, 255, 255, .9);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
}

.developer-credit a:hover {
    color: #ffffff;
}

.dev-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 999px;
    padding: 1px 8px;
    font-size: .68rem;
    letter-spacing: .08em;
    font-weight: 700;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1.6;
}

.dev-tagline {
    display: block;
    margin-top: 2px;
    font-size: .72rem;
    opacity: .65;
    letter-spacing: .03em;
}
