.bdv-like-button {
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 12px;
    color: #344450;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(24, 36, 49, .12);
    border-radius: 999px;
    box-shadow: 0 7px 20px rgba(24, 36, 49, .2);
    font-family: "Montserrat", sans-serif;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .16s ease, color .16s ease, background .16s ease, box-shadow .16s ease;
    -webkit-tap-highlight-color: transparent;
}

.bdv-like-button svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: transparent;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    transition: fill .16s ease, stroke .16s ease, transform .16s ease;
}

.bdv-like-button:hover,
.bdv-like-button:focus-visible {
    color: #d63258;
    background: #fff;
    box-shadow: 0 10px 25px rgba(24, 36, 49, .25);
    transform: translateY(-1px);
}

.bdv-like-button:focus-visible {
    outline: 3px solid rgba(61, 141, 168, .34);
    outline-offset: 3px;
}

.bdv-like-button.is-liked,
.bdv-like-button--readonly:not(.is-zero) {
    color: #d63258;
}

.bdv-like-button.is-liked svg,
.bdv-like-button--readonly:not(.is-zero) svg {
    fill: currentColor;
}

.bdv-like-button.is-bursting svg {
    animation: bdv-heart-burst .42s ease;
}

.bdv-like-button.is-pending {
    pointer-events: none;
    opacity: .68;
}

.bdv-like-button--readonly {
    cursor: default;
}

.bdv-like-button--readonly:hover {
    transform: none;
}

.bdv-like-button.is-zero:not(.bdv-like-button--detail) .bdv-like-count {
    display: none;
}

.bdv-like-count {
    min-width: 1ch;
    font-variant-numeric: tabular-nums;
}

.bdv-desktop-trip-shell {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.bdv-desktop-trip-shell > .bdv-desktop-trip-card {
    width: 100%;
}

.dream-board-section .col-postit > .bdv-desktop-trip-shell {
    max-width: 340px;
}

.bdv-like-button--card-desktop {
    position: absolute;
    z-index: 32;
    top: 58px;
    right: 30px;
}

.bdv-mobile-trip-card {
    position: relative;
}

.bdv-like-button--card-mobile {
    position: absolute;
    z-index: 12;
    top: 11px;
    right: 11px;
}

.bdv-mobile-trip-card.is-agency .bdv-like-button--card-mobile {
    top: 51px;
}

.td-cover-like {
    position: absolute;
    z-index: 12;
    right: 14px;
    bottom: 14px;
}

.bdv-like-button--detail {
    min-height: 48px;
    height: auto;
    padding: 12px 18px;
    color: #a52848;
    background: rgba(255, 255, 255, .66);
    border-color: rgba(214, 50, 88, .24);
    box-shadow: 0 8px 22px rgba(137, 38, 62, .12);
    font-size: .92rem;
}

.bdv-like-button--detail .bdv-like-count {
    min-width: 28px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    color: #a52848;
    background: rgba(214, 50, 88, .1);
    border-radius: 999px;
}

.td-cover-like .bdv-like-button--detail {
    min-height: 44px;
    height: 44px;
    padding: 0 12px;
    color: #fff;
    background: rgba(24, 36, 49, .88);
    border-color: rgba(255, 255, 255, .24);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
}

.td-cover-like .bdv-like-button--detail.is-liked,
.td-cover-like .bdv-like-button--detail.bdv-like-button--readonly:not(.is-zero) {
    color: #ff7894;
}

.td-cover-like .bdv-like-button--detail .bdv-like-count {
    min-width: 1ch;
    min-height: 0;
    padding: 0;
    color: currentColor;
    background: transparent;
}

.td-cover-like .bdv-like-button--detail.is-zero .bdv-like-count {
    display: none;
}

[data-bs-theme="dark"] .bdv-like-button {
    color: #f2f5f7;
    background: rgba(24, 36, 49, .92);
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .34);
}

[data-bs-theme="dark"] .bdv-like-button:hover,
[data-bs-theme="dark"] .bdv-like-button:focus-visible,
[data-bs-theme="dark"] .bdv-like-button.is-liked,
[data-bs-theme="dark"] .bdv-like-button--readonly:not(.is-zero) {
    color: #ff7894;
    background: #21313b;
}

[data-bs-theme="dark"] .bdv-like-button--detail .bdv-like-count {
    color: #ff9aae;
    background: rgba(255, 120, 148, .14);
}

@keyframes bdv-heart-burst {
    0% { transform: scale(.72); }
    48% { transform: scale(1.32) rotate(-7deg); }
    100% { transform: scale(1); }
}

@media (max-width: 767.98px) {
    .bdv-like-button--card-mobile {
        min-width: 44px;
        height: 44px;
    }

    .bdv-like-button--detail {
        min-height: 46px;
        padding: 10px 15px;
    }

    .td-cover-like {
        right: 12px;
        bottom: 12px;
    }

    .td-cover-like .bdv-like-button--detail {
        min-height: 44px;
        height: 44px;
        padding: 0 12px;
    }
}

@media (max-width: 991.98px) {
    .bdv-desktop-trip-shell {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bdv-like-button,
    .bdv-like-button svg {
        transition: none;
    }

    .bdv-like-button.is-bursting svg {
        animation: none;
    }
}
