.favorite-button{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.favorite-button .btn:disabled{filter:none;pointer-events:auto}.favorite-button:not(.favorite-button--simplified) .btn{height:50px}.favorite-button .favorite-icon-wrapper{height:22px;position:relative}.favorite-button .favorites-icon{min-width:22px;min-height:22px;margin-bottom:-5px;margin-right:10px}.favorite-button .favorites-icon svg{margin:0}.favorite-button--simplified{margin-left:auto;padding-right:1px}.favorite-button--simplified button{color:inherit;background-color:#0000}.favorite-button--simplified .favorites-icon,.favorite-button--simplified .favorites-icon svg{margin:0}
.eventplanner-indicator{font:400 12px/1.333 Noto Sans,sans-serif}.eventplanner-indicator:before{content:"";border-radius:50%;flex-shrink:0;width:7px;height:7px;margin:4px 8px 0 3.5px;display:inline-flex}.eventplanner-indicator.already-on-planner:before{background:#00b9ff}.eventplanner-indicator.no-overlap:before{background:#0f0}.eventplanner-indicator.partial-overlap:before{background:#ff0}.eventplanner-indicator.full-overlap:before{background:red}
.favorites--badge-count{color:#000;white-space:nowrap;text-align:center;background-color:#fff;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;width:-webkit-fit-content;width:fit-content;min-width:23px;min-height:23px;padding:2px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-12px}@media (min-width:992px){.favorites--badge-count{top:9px;right:9px}}