.dossier-power-grid__rate {
    display: inline-flex !important;
    align-items: center;
    color: #f5c75b !important;
    font-size: .65rem !important;
    font-weight: 900;
    text-decoration: none;
}

.dossier-power-grid__rate:hover {
    text-decoration: underline;
}

.manga-share {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
    gap: 1rem;
    margin-top: 20px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(5, 7, 12, .55);
}

.manga-share > div {
    display: grid;
    align-content: center;
    gap: 3px;
}

.manga-share > div small {
    color: #f5c75b;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.manga-share > div strong {
    color: #fff5dc;
    font-size: .9rem;
}

.manga-share nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.manga-share a,
.manga-share button {
    min-height: 38px;
    padding: 9px 11px;
    border: 1px solid #46516b;
    border-radius: 0;
    background: #0a0d14;
    color: #dce1eb;
    font-family: inherit;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
}

.manga-share a:hover,
.manga-share button:hover,
.manga-share a:focus-visible,
.manga-share button:focus-visible {
    border-color: #f5c75b;
    color: #f5c75b;
    outline: none;
}

.manga-share > [data-share-feedback] {
    grid-column: 1 / -1;
    min-height: 1em;
    color: #a5acbc;
    font-size: .75rem;
    text-align: right;
}

@media (max-width: 620px) {
    .manga-share {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .manga-share nav {
        justify-content: flex-start;
    }

    .manga-share > [data-share-feedback] {
        text-align: left;
    }
}
