.aw-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4em;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.aw-heart-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5px;
}

.aw-heart.is-fav .aw-heart-icon {
    fill: currentColor;
    stroke: currentColor;
}

.aw-obserwowane-info,
.aw-obserwowane-empty {
    padding: 0.75rem 1rem;
    background: #f6f7f7;
    border: 1px solid #e2e4e7;
    border-radius: 6px;
    margin: 0.5rem 0;
}

.aw-heart:hover .aw-heart-icon {
    transform: scale(1.05);
}

.aw2-step-spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #555;
}

@keyframes aw2spin {
    to {
        transform: rotate(360deg);
    }
}
