.pinterest-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    line-height: 0;
}

.pinterest-container img {
    max-width: 100%;
    height: auto;
}

.pinterest-pin-it-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #BD081C;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    height: 25px;
}

.pinterest-pin-it-button .pinterest-logo {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: currentColor;
}

.pinterest-pin-it-button:hover {
    transform: scale(1.05);
    background-color: #BD081C !important;
}
