.equipment-card {
    padding: 0;
    overflow: hidden;
    justify-content: flex-start;
}

.equipment-card-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.equipment-card-photo-placeholder {
    width: 100%;
    height: 200px;
    background: #1a2e4a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipment-card-photo-placeholder span {
    color: #4a6a8a;
    font-size: 0.85rem;
}

.equipment-card-body {
    padding: 20px;
    background: #0f1d32;
    width: 100%;
    box-sizing: border-box;
}
