﻿.mobile-card {
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}

.mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
    justify-content: center;
}

.mobile-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.mobile-label {
    font-weight: bold;
    color: gray;
}
