.pinterest-save-button-container {
    display: block;
    margin: 10px 0;
}

.pinterest-save-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e60023;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border: none;
    outline: none;
    white-space: nowrap;
}

.pinterest-save-button:hover {
    background-color: #ad081b;
    color: white;
    text-decoration: none;
}

.pinterest-save-button .p-logo {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.pinterest-save-button .p-logo svg {
    width: 100%;
    height: 100%;
    fill: white;
}