#bondix-tinder-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

#bondix-tinder-filters input[type=range] {
    width: 120px;
}

#bondix-tinder-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bondix-card {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 15px;
    text-align: center;
    position: relative;
}

.bondix-photo img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.bondix-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 24px;
    cursor: pointer;
}
