.wiki-page-svg-icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid rgba(87, 224, 226, 0.24);
    background:
        linear-gradient(
            145deg,
            rgba(87, 224, 226, 0.07),
            rgba(87, 224, 226, 0.015)
        ),
        #11181b;
    color: #69e6e8;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.018),
        0 8px 18px rgba(0, 0, 0, 0.12);
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background-color 160ms ease,
        transform 160ms ease;
}

.wiki-page-svg-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

a:hover .wiki-page-svg-icon,
article:hover .wiki-page-svg-icon {
    border-color: rgba(87, 224, 226, 0.58);
    color: #8ffcff;
    background:
        linear-gradient(
            145deg,
            rgba(87, 224, 226, 0.12),
            rgba(87, 224, 226, 0.025)
        ),
        #131c1f;
    transform: translateY(-1px);
}

.repeat-wiki .wiki-page-card,
.repeat-wiki .repeat-wiki-page-card,
.repeat-wiki .wiki-content-card,
.repeat-wiki .wiki-special-page-grid > a,
.repeat-wiki .wiki-special-directory-list > article {
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        transform 160ms ease;
}

.repeat-wiki .wiki-page-card:hover,
.repeat-wiki .repeat-wiki-page-card:hover,
.repeat-wiki .wiki-content-card:hover,
.repeat-wiki .wiki-special-page-grid > a:hover,
.repeat-wiki .wiki-special-directory-list > article:hover {
    border-color: rgba(87, 224, 226, 0.22);
    background-color: #192124;
    transform: translateY(-1px);
}

.repeat-wiki .wiki-page-card h3,
.repeat-wiki .repeat-wiki-page-card h3,
.repeat-wiki .wiki-content-card h3 {
    letter-spacing: -0.01em;
}

@media (max-width: 640px) {
    .wiki-page-svg-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .wiki-page-svg-icon svg {
        width: 18px;
        height: 18px;
    }
}
