.zephy-pin-wrap {
    position: relative !important;
    display: inline-block !important;
    max-width: 100% !important;
    line-height: 0 !important;
}

.zephy-pin-wrap img {
    display: block !important;
}

.zephy-pin-button {
    --zephy-pin-red: #bd081c;
    --zephy-pin-red-hover: #9b0617;
    --zephy-pin-p-scale: 0.88;
    --zephy-pin-p-y: 2px;
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 20 !important;
    width: 43.2px !important;
    height: 43.2px !important;
    border-radius: 10px !important;
    background: var(--zephy-pin-red) !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    opacity: 1 !important;
    transition: background-color 0.08s ease-in-out !important;
}

.zephy-pin-button:hover,
.zephy-pin-button:focus {
    background: var(--zephy-pin-red-hover) !important;
}

.enablepin:hover > .zephy-pin-button,
.zephy-pin-wrap.enablepin:hover > .zephy-pin-button,
.zephy-pin-wrap:hover > .zephy-pin-button {
    display: flex !important;
}

.zephy-pin-button svg {
    display: block !important;
    width: 29px !important;
    height: 29px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: visible !important;
}

.zephy-pin-button svg circle {
    fill: #ffffff !important;
}

.zephy-pin-button svg .zephy-pin-p {
    fill: var(--zephy-pin-red) !important;
    transform: translateY(var(--zephy-pin-p-y)) scale(var(--zephy-pin-p-scale));
    transform-origin: 50% 68%;
    transition: fill 0.08s ease-in-out !important;
}

.zephy-pin-button:hover svg .zephy-pin-p,
.zephy-pin-button:focus svg .zephy-pin-p {
    fill: var(--zephy-pin-red-hover) !important;
}

img.pinit-hover {
    opacity: 0.8 !important;
}
