.devlog-image-wrapper img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0,150,255,0.15);
    box-shadow: 0 0 12px rgba(0,150,255,0.12);
}
.devlog-image-caption {
    margin-top: 0.4rem;
    color: var(--re-text-gray);
    font-size: 0.85rem;
    text-align: center;
}

.lib-badge {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.lib-heading {
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
}

.lib-rcs {
    background: #4af;
    color: black;
}

.lib-rerl {
    background: #fa4;
    color: black;
}

.devlog-date {
    color: var(--re-header-text);
    margin-left: 0.1rem;
    opacity: 0.7;
    font-size: 0.85rem;
}

.devlog-box {
    position: relative;
    z-index: 1;
    scroll-margin: 40vh 0;
    background: var(--re-bg-dark);
    padding: 1.25rem 1.4rem;
    margin: 1.5rem 0;
    border: 1px solid #3c3f41;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,150,255,0.12);
}
