/* Shrink Pin button size for desktop & mobile */
.bp-pin-button {
    font-size: 0.85rem !important;
    padding: 0.30rem 0.65rem !important;
    line-height: 1.2 !important;
}

@media (max-width: 768px) {
    .bp-pin-button {
        font-size: 0.75rem !important;
        padding: 0.25rem 0.55rem !important;
    }
}
