/* HC Galeri · takip işlemi görünür geri bildirimi */

[data-follow-form] {
    position: relative;
}

.follow-action-feedback {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.follow-action-feedback.is-error {
    color: var(--danger, #d14343);
}

[data-follow-button][aria-busy="true"] {
    cursor: progress;
    opacity: .72;
}
