/* ============================================================================
   Created-by credit (standalone — safe to link from any page)
   ============================================================================ */

.made-by {
    margin-top: 14px;
}

.made-by a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
    text-decoration: none;
}

.made-by a:hover {
    color: #ffffff;
    text-decoration: none;
}

.made-by img {
    height: 26px;
    width: auto;
    max-width: none;
}

.made-by b {
    font-weight: 700;
}