.team-mark.has-club-badge {
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    min-width: 112px;
    padding: 13px;
    overflow: hidden;
    border: 1px solid rgba(23, 104, 198, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 25% 12%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 42%),
        linear-gradient(145deg, #ffffff 0%, #eef6ff 62%, #dbeaff 100%);
    box-shadow:
        0 22px 44px rgba(2, 24, 55, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.team-mark.has-club-badge::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 7px;
    border: 1px solid rgba(42, 124, 216, 0.14);
    border-radius: 21px;
}

.team-mark.has-club-badge::after {
    content: '';
    position: absolute;
    right: -23px;
    bottom: -29px;
    z-index: -1;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(28, 121, 220, 0.1);
}

.team-mark.has-club-badge img {
    display: block;
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    object-fit: contain !important;
    object-position: center !important;
    aspect-ratio: 1 / 1;
    filter: drop-shadow(0 8px 9px rgba(1, 22, 48, 0.18));
}

.developer-credit {
    margin: 0;
    padding: 13px 20px 15px;
    border-top: 1px solid rgba(127, 182, 240, 0.16);
    background: #06172f;
    color: rgba(230, 241, 255, 0.74);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    text-align: center;
}

.developer-credit strong {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 0.1em;
}

@media (max-width: 720px) {
    .team-mark.has-club-badge {
        width: 84px;
        height: 84px;
        min-width: 84px;
        padding: 10px;
        border-radius: 22px;
        box-shadow: 0 15px 28px rgba(2, 24, 55, 0.2);
    }

    .team-mark.has-club-badge::before {
        inset: 5px;
        border-radius: 17px;
    }

    .team-mark.has-club-badge img {
        width: 62px !important;
        height: 62px !important;
        max-width: 62px !important;
        max-height: 62px !important;
    }
}
