.external-favorite-toggle svg {
    width: 24px;
    height: 24px;
}

.external-favorite-toggle .heart-empty {
    fill: #ffffff !important;
    stroke: #999999 !important;
    stroke-width: 1.5 !important;
}

.external-favorite-toggle .heart-full {
    display: none !important;
    fill: #e30000 !important;
    stroke: #e30000 !important;
}

.external-favorite-toggle.is-favorite .heart-empty {
    display: none !important;
}

.external-favorite-toggle.is-favorite .heart-full {
    display: block !important;
}
