.neetly-pp-fav-card-anchor {
    position: relative;
}

.neetly-pp-fav-hidden-duplicate {
    display: none;
}

.neetly-pp-fav-button {
    appearance: none;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 30;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border: 1px solid rgba(199, 0, 0, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .97);
    color: #c70000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(29, 35, 39, .13);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.neetly-pp-fav-button:not(.neetly-pp-fav-primary) {
    display: none;
}

.neetly-pp-fav-button:hover,
.neetly-pp-fav-button:focus {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 14px 30px rgba(199, 0, 0, .18);
    outline: none;
}

.neetly-pp-fav-button.is-active {
    background: #c70000;
    color: #ffffff;
    border-color: #c70000;
}

.neetly-pp-fav-button.is-loading {
    opacity: .68;
    pointer-events: none;
}

.neetly-pp-fav-icon {
    font-size: 21px;
    font-weight: 800;
    transform: translateY(-1px);
}

.neetly-pp-fav-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.neetly-pp-fav-toast {
    position: fixed;
    left: 50%;
    bottom: 26px;
    z-index: 99999;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    background: #1d2327;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(29, 35, 39, .22);
    transition: opacity .2s ease, transform .2s ease;
}

.neetly-pp-fav-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 720px) {
    .neetly-pp-fav-button {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .neetly-pp-fav-icon {
        font-size: 20px;
    }
}
